19. color of input elements

  - accepted / - tried

We have a slider but we want to change the default color into #F44336.

<input type="range" min="0" max="10">

#F44336

(10)