Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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/-->
 
PREVIOUS NEXT
Tagged: #html #pallete
ADD COMMENT
Topic
Name
5+2 =