Color Input
A styled native <input type="color"> for picking
colors.
Default
<input type="color" value="#6366f1" />
With label
<label class="field">
<span>Brand color</span>
<input type="color" value="#6366f1" />
</label>