Accent Color

Changes the color of a form


accent-* styles elements like checkboxes and radio groups and overrides the browser default color.

<label>
  <input type="checkbox"> Browser default
</label>
<label>
  <input type="checkbox" class="accent-pink-500"> Customized
</label>