CSS: accent-color

Style input[type=checkbox]input[type=radio]input[type=range] and <progress /> with CSS: accent-color property.

Normal

Style with accent-color

Style with accent-color

Style Customization

Apply accent-color to <input />'s style.

<style> :nth-child(2 of .row) input { accent-color: #eb0f29; } :nth-child(3 of .row) input { accent-color: rgba(26 197 103); } </style>