Depending on browser support:<br>
A color picker can pop-up when you enter the input field.
<form action="/example/html/form_action.aspx">
Select your favorite color:
<input type="color" name="favcolor" value="#ff0000">
<p><b>Note:</b> type="color" is not supported in Internet Explorer.</p>