materialcolorpicker
material design color picker javascript
usage
$('input').colorPicker({ // optional. set input color. preview: true, // optional. callback when a color selected setValue : function(color, txt) { } });
Just another Material Design Color Picker for jQuery that allows the user to quickly select Material Design colors from a predefined color palette.
color Material-Design color-pickermaterial design color picker javascript
$('input').colorPicker({ // optional. set input color. preview: true, // optional. callback when a color selected setValue : function(color, txt) { } });