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!
dead simple.
<input type="range" /><input type="radio" name="g" /><input type="radio" name="g" /><input type="checkbox" checked />input { accent-color: rebeccapurple;}And viola!