Colouring Book

Colour Palette

About the Game

A fun colouring book with multiple images. Future versions will include a download option for users.

This proof-of-concept game showcases my vanilla JavaScript skills and creativity.

How it's Made

I used Adobe Illustrator to create the svg images and cursor. The palette is created using CSS.

To change the colour of the cursor and images, I used JavaScript to dynamically alter the CSS.

I also disabled pointer-events on certain portions of the images (namely, the dog and dragon's eyes, it made them look weird).

View the source code on GitHub.