Color Palette

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

BLUE

#004F6B

ORANGE

#F37021

YELLOW

#FDBA12

DARK GRAY

#4d4d4d

GRAY

#6d6b6b

LIGHT GRAY

#a9a8a8

SMOKE

#efefef

BLACK

#000000

WHITE

#FFFFFF

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-blue
.bg-yellow
.bg-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-blue

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

Lorem ipsum dolor sit amet, consectetur adipiscing elit. .text-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-orange
Button Text
.button.bg-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

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

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-blue
.bg-overlay-yellow
.bg-overlay-yellow
.bg-overlay-light-gray
.bg-overlay-smoke
.bg-overlay-black
.bg-overlay-white