Help me hash out this project please

So I have create something simliar to this using HTML, CSS, JS/JQUERY. I’ve sussed out pretty much everything using css class switching and the likes. However I’m not sure how to approach the garment colouring. Different parts of the garment can have different colours applied.

Having said that I was wondering if any of you have ideas of how you’d approach this problem?
Can I somehow overlay colours on the garment image giving is coordinates?
Or do I perhaps create and overlay a png file the same size of the garment with colouring applied only to the chosen area with the rest of the png file transparent?

Ideas, links, suggestions all appreciated.

In essence, I would create a PNG with trapsnarent areas and make the background behind it the color the user chooses. Or you can make an image with each color combination and then switch them according the the user choice.