<input type="checkbox">
<input type="radio">
<input type="range">
<progress>
<style>
input[type=checkbox] {accent-color: red;}
input[type=radio] {accent-color: green;}
input[type=range] {accent-color: rgb(0,0,255);}
progress {accent-color: hsl(39,100%,50%);}
</style>