Utilities: Color
Color utility classes allow you to determine the background, border, or foreground colors for your elements. Simply format a utility class using the color names shown below. For example:
- •
Use
.u-bg-blue-600to set an element's background color to#1F73B7. - •
Use
.u-fg-grey-800to set an element's foreground color to#2F3941. - •
Use
.u-bc-explore-blueto set an element's border color to#30AABC.
Color utilities also include special suffixes for
.u-{??}-current-color,
.u-{??}-transparent, and
.u-{??}-inherit.
Product Colors
Primary Colors
Secondary Colors
Secondary colors are meant to be used in icons, tags,
status badges, and illustrations. Each color has a light and a dark
weight, and each weight has a default (bright) and muted version. Muted
colors are denoted by an "M" prefix on the weight (i.e.
M400).