CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS accent color Property

CSS accent-color Property

 

 

The accent-color property is used to specify the accent color for user-interface controls like input type="checkbox", input type="radio", input type="range" and progress elements.

 

Syntax:-

 

Its syntax is:- accent-color: auto | color | inherit | initial;

 

Further Explanation:-

 

Value Description
auto Default value. The browser chooses the accent color
color Specifies the color to be used as the accent color. All legal color values can be used.
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS