Loading coloring page…

🐴 Horse Coloring Page

Pick a color below, then click anywhere on the picture to fill it in!

Pick a color then click the image to start!
🎨 Colors
Using:
Sky Blue

Tip: Click colored areas to recolor them with a new color.

"); w.document.close();w.onload=function(){w.print();}; }); var swEl=document.getElementById("sw"); COLORS.forEach(function(c){ var el=document.createElement("div"); el.className="s"+(c.h===aH?" on":""); el.style.background=c.h;el.title=c.n; el.addEventListener("click",function(){ aH=c.h;aN=c.n; document.querySelectorAll(".s").forEach(function(s){s.classList.remove("on");}); el.classList.add("on"); document.getElementById("cd").style.background=c.h; document.getElementById("cn").textContent=c.n; ss("Color set to "+c.n+". Now click the image!"); }); swEl.appendChild(el); }); document.getElementById("cd").style.background=aH; // Image loads from your website - same domain = no CORS issues var img=new Image(); img.onload=function(){ iW=img.naturalWidth;iH=img.naturalHeight; canvas.width=iW;canvas.height=iH; cData=new Uint8ClampedArray(iW*iH*4); for(var i=0;i