Skip to main content Accessibility Feedback

Color Picker

Use the [type="color"] attribute to turn an <input> element into a native color picker.

<label for="color">Pick your favorite color</label>
<input type="color" id="color" name="color">