Color Palette

For background colors, apply the following class to a section or a container:

Midnight

#052140

ORANGE

#fe5000

RED

#f83200

MID ORANGE

#f86e00

LIGHT ORANGE

#f98700

DARK BLUE

#00b4ad

GREEN

#6dab59

PURPLE

#5f4d90

BROWN 

#716558

DARK GRAY

#414042

GRAY

#a7a9ac

LIGHT GRAY

#e1e1e1

SMOKE

#f5f5f5

TEAL SMOKE

#F2F7F7

ORANGE SMOKE

#FAF7F5

BLACK

#222222

WHITE

#FFFFFF

DARK GRAY ALT

#535153

Applying Theme Colors

We use simple naming conventions for applying theme colors via CSS class names. Simply use the lowercased, hyphenated name of the color from the Color Palette section, and an applicable prefix. See below.

Backgrounds

.bg-teal
.bg-dark-blue
.bg-red
.bg-green
.bg-orange
.bg-light-orange
.bg-dark-gray
.bg-gray
.bg-light-gray
.bg-smoke
.bg-black
.bg-white

Text

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-teal

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-dark-blue

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-red

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-green

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-orange

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-light-orange

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-dark-gray

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-gray

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-light-gray

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-smoke

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-black

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-white

Buttons

Button Text
.button.bg-outline
Button Text
.button.bg-blue
Button Text
.button.bg-blue
.bg-outline
Button Text
.button.bg-yellow
Button Text
.button.bg-yellow
.bg-outline
Button Text
.button.bg-red
Button Text
.button.bg-red.bg-outline
Button Text
.button.bg-green
Button Text
.button.bg-green.bg-outline
Button Text
.button.bg-orange
Button Text
.button.bg-orange.bg-outline
Button Text
.button.bg-light-orange
Button Text
.button.bg-light-orange.bg-outline
Button Text
.button.bg-dark-gray
Button Text
.button.bg-dark-gray.bg-outline
Button Text
.button.bg-gray
Button Text
.button.bg-gray.bg-outline
Button Text
.button.bg-light-gray
Button Text
.button.bg-light-gray.bg-outline
Button Text
.button.bg-smoke
Button Text
.button.bg-smoke.bg-outline
Button Text
.button.bg-black
Button Text
.button.bg-black.bg-outline
Button Text
.button.bg-white
Button Text
.button.bg-white.bg-outline
Button Text
.button.expanded
Button Text
.button.bg-outline.expanded
Button Text
.button.bg-gradient
Button Text
.button.bg-outline

Labels

Labels are useful inline styles that can be dropped into body copy to call out certain sections or to attach metadata. For example, you can attach a label that notes when something was updated. You can use labels inline in text by wrapping the text in a SPAN, or place them as stand-alone content by using a TEXT BLOCK component. In either scenario, use the .label class, optionally in combination with a .bg-* class to colorize.

Label
Label
Label
Label
Label
Label
Label
Label
Label
Label
Label
Label

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

5 New Emails

Background Overlays

Overlays provide a semi-transparent background in the appropriate theme color. This effect is achieved using two nested containers/components. The parent container is assigned the appropriate .bg-image-* class, and the child container is assigned the appropriate .bg-overlay-* class. Below this technique is demonstrated on COLUMN components, but this can be used on a SECTION or even just the DIV component.

.bg-overlay-teal
.bg-overlay-dark-blue
.bg-overlay-light-orange
.bg-overlay-red
.bg-overlay-green
.bg-overlay-orange
.bg-overlay-dark-gray
.bg-overlay-gray
.bg-overlay-light-gray
.bg-overlay-smoke
.bg-overlay-black
.bg-overlay-white
.bg-orange-gradient