
A minimal clean color picker where the user is able to select a color from a preset palette.
How to use it:
Insert the JavaScript la_color_picker.js and Stylesheet la_color_picker.css into the document.
<link rel="stylesheet" href="la_color_picker.css"> <script src="la_color_picker.js"></script>
Create an input field for the color picker.
<input type="text" class="inp" id="colorPicker">
Create an element for the palette. That’s it.
<div class="palette" id="colorPalette"></div>







