I need a html/jquery based color picker, which have option for show color range of one shades, Like green and its shades, red and its shades. If any jquery plugin available for this. More better if it follow html5 / bootstrap. Their are online shades/tilt generator tool like in (http://colllor.com/ ) . But I need to use as library to show on my page.
UPDATE : I only need to support FF & Chrome latest versions, So latest technologies like HTML5 is ok for me. However it must show only one color palette ( Like green all its shades & tilt for instance ).
UPDATE 2 : I have another option to manually create a color palette. I did found a library to get shades/tilt for a color. https://github.com/bgrins/TinyColor . But this would be last option for me if no plugin found.
It seems no plugin is customized to fulfill my requirement. So I just made my jquery plugin. It is very basic but fulfill my initial requirement.
https://github.com/kuldeep-k/colorShades
Still if more better plugins available. Please suggest.