I have a select option for colors.
<select class="form-control">
<option value="yellow">Yellow</option>
<option value="red">Red</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
</select>
But I want to make them color instead of text. Is that possible?
I found bootstrap colorpicker. But I do not want you to choose another color.