accent-color is a CSS property that allows you to customize the color of native form controls like checkboxes, radio buttons, and range inputs. Supported in modern browsers, it lets you match these UI elements to your design system without complex overrides.

You can use any valid CSS color value (accent-color: #ff0000;), and it automatically applies to all eligible elements in the DOM.