Spectrum is a jQuery colorpicker plugin that probably comes with allВ theВ features you are looking for. It is image-free (only CSS and JS) and can be used for all browsers or only as a polyfill for the

input[type=color]

of HTML5.

Spectrum - jQuery Colorpicker

The picker is actually familiar to designers/developers as it is the same one that comes with WebKit DevTools (created by the same developer) but now available as a jQuery plugin.

It has support for color palettes by storing/displaying the colors you chose, the default selected color can be set or it can be configured to only display the palette with pre-defined colors.

Alpha transparency selection is available, can be always visible (without clicking to a picker icon) and supports multiple color formats.

Spectrum can be customized with CSS and it works on mobile as well.

 

Compatibility: All Major Browsers
Requirements: jQuery
Website: http://bgrins.github.com/spectrum/
Download: http://github.com/bgrins/spectrum
0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

5 × five =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

jQuery: Setting cookies

Setting and clearing cookies with jQuery is really easy but it's not included in the jQuery core and requires a plug-in. This post shows how to set, get the value of and clear cookies with jQuery.