HTML Pallete

<!--The below creates a color picker with initial value set using value property-->
<label for="colorpicker">Color Picker:</label>
<input type="color" id="colorpicker" value="#ff0000">

<!--The following site can be used for color codes: https://htmlcolorcodes.com/-->
Wissam