Native form colors with accent-color

Baseline 2022 Reference ↗

accent-color themes checkboxes, radio buttons, range inputs, and progress controls without rebuilding them from generic elements.

:root {
  accent-color: rebeccapurple;
}  

The browser keeps control over the remaining colors and shape. That variation is a feature of native UI; verify contrast instead of forcing pixel-identical controls.