Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 868 Bytes

color.md

File metadata and controls

21 lines (13 loc) · 868 Bytes

Color

Applying colored text or a background from your palette is easy with these utilities.

Text

Use has-X-text to modify an element's text color, where X is a color from $full-palette in _config.scss.

I'm using $primary-color!

I'm using $gray800!

I'm using using success color!

Backgrounds

Similar to text, use has-X-bg to modify an element's background-color, where X is a color from $full-palette.

I'm using $primary-color!

I'm using $gray800!

I'm using using success color!

Is this article inaccurate? Edit this page on Github!