Missed CSS: accent-color

Dead simple form component customizing.

accent-color

HTML

<input type="range" />
<input type="radio" name="g" />
<input type="radio" name="g" />
<input type="checkbox" checked />

CSS

input {
accent-color: rebeccapurple;
}

And viola!