accentcolor
Accent-color is a CSS property that controls the color of certain user agent UI elements rendered by the browser, such as checkboxes, radio buttons, and some form-related indicators, to help match a web page to a chosen theme. It affects only those native controls; custom-styled controls created with CSS are not directly affected by this property.
The property accepts two kinds of values: auto and a color. 'Auto' lets the browser pick a
Usage is straightforward: declare accent-color on an element, and the browser’s native controls within that element’s
Support and status: Accent-color is part of the CSS Color Module and remains experimental in some engines.