TIL: You can set an accent color in CSS and it magically updates across your HTML user-interface controls! Just one line: accent-color and your whole app gets a color refresh!
Just like this →
body {
accent-color: #ffc0cb;
}
Below are test html iframes with different accent colors