The accent-color CSS property allows the author to specify the accent color for user-interface controls generated by the element.
object.style.accentColor = "value";
<'accent-color'> = auto | <color>
auto
Automatically specified by the user agent.
<color>
Specifies the color using a keyword or a numerical specification.