Looking for awesome name coloring pages of your own name? You’ve certainly come to the right place! We have a Name Coloring Pages Generator here, which you can get a printable and ready-to-color page (for any name), completely free. So, try it below now!
Name Coloring Pages Generator
Enter your name and select a font to create an awesome coloring page!
');
printWindow.document.close();
});
}
// add click event listener to font options
let fontOptions = document.querySelectorAll(".font-option");
fontOptions.forEach((option) => {
option.addEventListener("click", (event) => {
// remove selected class from all options
fontOptions.forEach((option) => {
option.classList.remove("selected");
});
// add selected class to clicked option
event.currentTarget.classList.add("selected");
});
});