Accent Color

Set the accent color for form controls.

Limited availability

This feature does not work in some of the most widely-used browsers.

ChromeDesktop only
Edge
Firefox
Safari

Usage

<div class="d-g g-8 gtc-1 sm:gtc-2">
<label class="c-slate"><input class="mr-1" type="checkbox" checked />Default </label>
<label class="c-slate"><input class="mr-1 ac-silver-2" type="checkbox" checked />Custom</label>
</div>

Responsiveness

Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.

Target viewport sizes with breakpoint prefixes.

sm:ac-*
Small640px
md:ac-*
Medium768px
lg:ac-*
Large1024px
xxl:ac-*
Extra Large1536px

Hover State

Apply styles conditionally on hover using the h: prefix.

Add the h: prefix to apply styles only when the user hovers over the element.

Syntax:h:ac-*

Opacity Modifiers

Adjust color transparency by appending an opacity suffix.

Append /[opacity] to any color utility to control its transparency level.

Syntax:ac-[color]/[0-100]