Colors
Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.All these colors are available in LESS variable. You include this with any class/ID as mentioned below.
Example usage:
.highlight-block {
background-color: $red;
color: $green;
}