Skip to main content
Version: 2.0.1

Colors

Color helpers allow you to modify the colors of HTML elements via CSS class.

Background colors

The following helpers, starting with .ms-bg-***, allow you to modify the background of an HTML element.

Live Editor
Result
.ms-bg-main
.ms-bg-light
.ms-bg-primary
.ms-bg-secondary
.ms-bg-action
.ms-bg-action2
.ms-bg-white
.ms-bg-black
.ms-bg-yellow
.ms-bg-green
.ms-bg-red
.ms-bg-purple
.ms-bg-orange
.ms-bg-brown
.ms-bg-navy
.ms-bg-bluesky
.ms-bg-pink

Text colors

The following helpers, starting with .ms-text-***, allow you to modify the text color of an HTML element.

Live Editor
Result
.ms-text-main
.ms-text-light
.ms-text-primary
.ms-text-secondary
.ms-text-action
.ms-text-action2
.ms-text-white
.ms-text-black
.ms-text-yellow
.ms-text-green
.ms-text-red
.ms-text-purple
.ms-text-orange
.ms-text-brown
.ms-text-navy
.ms-text-bluesky
.ms-bg-pink

Border colors

The following helpers, starting with .ms-border-***, allow you to modify the border color of an HTML element.

Live Editor
Result
.ms-border-main
.ms-border-primary
.ms-border-secondary
.ms-border-action
.ms-border-action2
.ms-border-white
.ms-border-black
.ms-border-yellow
.ms-border-green
.ms-border-red
.ms-border-purple
.ms-border-orange
.ms-border-brown
.ms-border-navy
.ms-border-bluesky
.ms-bg-pink

Invert color

It is possible to reverse the colors with the .ms-invert-color class.

Live Editor
Result
.ms-invert-color