Edit in JSFiddle

$('.product').productColorizer();
<div class="product">
<img id="mask" class="mask" src="http://sandbox.nikorablin.com/productColorizer/images/shirt-mask.png" alt="Mask Image" style="background-color: rgba(32, 223, 95, 0.54902); ">
 <h3>Product Title</h3>
    <p>Product Description</p>
    <h4>Choose a Color:</h4>
    <div class="swatch" style="clear:both;">
        <a rel="32,223,95" href="#mask" title="Green">Green</a>
        <a rel="255,211,8" href="#mask" title="Yellow">Yellow</a>
        <a rel="255,101,8" href="#mask" title="Orange">Orange</a>
        <a rel="16,200,255" href="#mask" title="Blue">Blue</a>
        <a rel="142,8,255" href="#mask" title="Purple">Purple</a>
        <a rel="245,25,45" href="#mask" title="Red">Red</a>
        <a rel="61,120,155" href="#mask" title="light">light</a>
    </div>
</div>