Color

The color system and its application to backgrounds, text, and borders.
Color values shown are based off of the default color values in the original template. Values will changes from project to project. This page is only meant to show colors in relation to class names.

Color System

System Overview

The color system uses four main base groups: Neutral, Primary, Secondary, and Tertiary plus four semantic or feedback related color groups: Success, Warning, Danger, and Info. It is highly encouraged but not inherently necessary to customize all global colors. All global color swatches are linked to every element and component within our system.

Neutral Colors

Neutral colors are used for the main interface elements on the website. Elements such as text, dividers, borders, and backgrounds use neutral colors as a foundation for primary, secondary, and tertiary colors to rest upon.

Primary Colors

Primary colors are colors that are displayed most frequently across the website and component library. The primary color is almost always the primary brand color and is the color that is used for primary and important action and navigation elements such as buttons, links, tabs, etc.

Secondary and Tertiary Colors

Secondary and tertiary colors provide more ways to accent and distinguish UI elements. Having both a secondary and tertiary color is optional and depends on a per project basis. Check your design file for full specifics. These colors should be applied sparingly to accent select parts of the interface.

Feedback Colors

Feedback colors are reserved colors used to communicate feedback to the user. They are used to indicate the state of an action. The four feedback states given colors include: Success, Warning, Danger, and Info.

Alias & Global Colors

The colors are divided again into 2 distinct groups: Alias color and Global color.

Alias colors

Alias colors are tied to specific roles using the alias of a global color. For example, bg-color-base01 is using the global swatch of Neutral 10. When linked to an alias (i.e. a class or token name), it can be re-used elsewhere on the website without having to relink it over and over again every time you want to style a particular element or component.

These colors often use the most common colors within a system such as the main primary, secondary, tertiary colors, light and dark neutral colors. They can be useful as a shorthand for when you want to apply a common background or text color but can be limiting if you want to expand past these boundaries.

Global colors

Global colors refer to the usage of the global color swatches without an alias. When you want to style something in a particular color but said color isn't under an alias, you can use the appropriate global color to style backgrounds, text, and borders.

Alias Color

Alias / Background

Class
Name
Properties
Example
bg-color-base-01
Base 01 background color
background-color: #EBEDF0;
/* Neutral 10 */
bg-color-base-02
Base 02 background color
background-color: #D7DBE2;
/* Neutral 20 */
bg-color-white
White background color
background-color: #FFFFFF;
/* White */
bg-color-dark
Dark background color
background-color: #1F2124;
/* Neutral 90 */
bg-color-primary
Primary background color
background-color: #2065EF;
/* Primary 50 */
bg-color-secondary
Secondary background color
background-color: #8738EF;
/* Secondary 50 */
bg-color-tertiary
Tertiary background color
background-color: #DD25AF;
/* Tertiary 50 */
bg-color-success
Success background color
background-color: #159758;
/* Success 50 */
bg-color-warning
Warning background color
background-color: #E97E0C;
/* Warning 50 */
bg-color-danger
Danger background color
background-color: #D92D20;
/* Danger 50 */
bg-color-info
Info background color
background-color: #148FB5;
/* Info 50 */

Alias / Text

Class
Name
Properties
Example
text-color-base01
Base 01 text color
color: #1F2124;
/* Neutral 90 */
Aa
text-color-base02
Base 02 text color
color: #3E4249;
/* Neutral 80 */
Aa
text-color-white01
White 01 text color
color: #FFFFFF;
/* White */
Aa
text-color-white02
White 02 text color
color: rgba(255, 255, 255, 0.8);
/* White */
Aa
text-color-primary
Primary text color
color: #2065EF;
/* Primary 50 */
Aa
text-color-secondary
Secondary text color
color: #8738EF;
/* Secondary 50 */
Aa
text-color-tertiary
Tertiary text color
color: #DD25AF;
/* Tertiary 50 */
Aa
text-color-success
Success text color
color: #159758;
/* Success 50 */
Aa
text-color-warning
Warning text color
color: #E97E0C;
/* Warning 50 */
Aa
text-color-danger
Danger text color
color: #D92D20;
/* Danger 50 */
Aa
text-color-info
Info text color
color: #148FB5;
/* Info 50 */
Aa

Alias / Border

Class
Name
Properties
Example
border-color-base01
Base 01 border color
color: #C4CAD3;
/* Neutral 30 */
border-color-base02
Base 02 border color
color: #7D8592;
/* Neutral 60 */
border-color-white
White border color
color: #FFFFFF;
/* White */
border-color-dark
Dark border color
color: #1F2124;
/* Neutral 90 */
border-color-primary
Primary border color
color: #2065EF;
/* Primary 50 */
border-color-secondary
Secondary border color
color: #8738EF;
/* Secondary 50 */
border-color-tertiary
Tertiary border color
color: #DD25AF;
/* Tertiary 50 */
border-color-success
Success border color
color: #DD25AF;
/* Success 50 */
border-color-warning
Warning border color
color: #E97E0C;
/* Warning 50 */
border-color-danger
Danger border color
color: #D92D20;
/* Danger 50 */
border-color-info
Info border color
color: #148FB5;
/* Info 50 */

Global Background Color

Global / Neutral / Background

Class
Name
Properties
Example
bg-color-neutral05
Neutral 05 background color
color: #FAFAFB;
/* Neutral 05 */
bg-color-neutral10
Neutral 10 background color
color: #EBEDF0;
/* Neutral 10 */
bg-color-neutral20
Neutral 20 background color
color: #D7DBE2;
/* Neutral 20 */
bg-color-neutral30
Neutral 30 background color
color: #C4CAD3;
/* Neutral 30 */
bg-color-neutral40
Neutral 40 background color
color: #B0B8C5;
/* Neutral 40 */
bg-color-neutral50
Neutral 50 background color
color: #9CA6B6;
/* Neutral 50 */
bg-color-neutral60
Neutral 60 background color
color: #7D8592;
/* Neutral 60 */
bg-color-neutral70
Neutral 70 background color
color: #5E646D;
/* Neutral 70 */
bg-color-neutral80
Neutral 80 background color
color: #3E4249;
/* Neutral 80 */
bg-color-neutral90
Neutral 90 background color
color: #1F2124;
/* Neutral 90 */

Global / Primary / Background

Class
Name
Properties
Example
bg-color-primary05
Primary 05 background color
color: #F4F7FE;
/* Primary 05 */
bg-color-primary10
Primary 10 background color
color: #D2E0FC;
/* Primary 10 */
bg-color-primary20
Primary 20 background color
color: #A6C1F9;
/* Primary 20 */
bg-color-primary30
Primary 30 background color
color: #79A3F5;
/* Primary 30 */
bg-color-primary40
Primary 40 background color
color: #4D84F2;
/* Primary 40 */
bg-color-primary50
Primary 50 background color
color: #2065EF;
/* Primary 50 */
bg-color-primary60
Primary 60 background color
color: #1A51BF;
/* Primary 60 */
bg-color-primary70
Primary 70 background color
color: #133D8F;
/* Primary 70 */
bg-color-primary80
Primary 80 background color
color: #0D2860;
/* Primary 80 */
bg-color-primary90
Primary 90 background color
color: #061430;
/* Primary 90 */

Global / Secondary / Background

Class
Name
Properties
Example
bg-color-secondary05
Secondary 05 background color
color: #F9F5FE;
/* Secondary 05 */
bg-color-secondary10
Secondary 10 background color
color: #E7D7FC;
/* Secondary 10 */
bg-color-secondary20
Secondary 20 background color
color: #CFAFF9;
/* Secondary 20 */
bg-color-secondary30
Secondary 30 background color
color: #B788F5;
/* Secondary 30 */
bg-color-secondary40
Secondary 40 background color
color: #9F60F2;
/* Secondary 40 */
bg-color-secondary50
Secondary 50 background color
color: #8738EF;
/* Secondary 50 */
bg-color-secondary60
Secondary 60 background color
color: #6C2DBF;
/* Secondary 60 */
bg-color-secondary70
Secondary 70 background color
color: #51228F;
/* Secondary 70 */
bg-color-secondary80
Secondary 80 background color
color: #361660;
/* Secondary 80 */
bg-color-secondary90
Secondary 90 background color
color: #1B0B30;
/* Secondary 90 */

Global / Tertiary / Background

Class
Name
Properties
Example
bg-color-tertiary05
Tertiary 05 background color
color: #FDF4FB;
/* Tertiary 05 */
bg-color-tertiary10
Tertiary 10 background color
color: #F8D3EF;
/* Tertiary 10 */
bg-color-tertiary20
Tertiary 20 background color
color: #F1A8DF;
/* Tertiary 20 */
bg-color-tertiary30
Tertiary 30 background color
color: #EB7CCF;
/* Tertiary 30 */
bg-color-tertiary40
Tertiary 40 background color
color: #E451BF;
/* Tertiary 40 */
bg-color-tertiary50
Tertiary 50 background color
color: #DD25AF;
/* Tertiary 50 */
bg-color-tertiary60
Tertiary 60 background color
color: #B11E8C;
/* Tertiary 60 */
bg-color-tertiary70
Tertiary 70 background color
color: #851669;
/* Tertiary 70 */
bg-color-tertiary80
Tertiary 80 background color
color: #580F46;
/* Tertiary 80 */
bg-color-tertiary90
Tertiary 90 background color
color: #2C0723;
/* Tertiary 90 */

Global / Success / Background

Class
Name
Properties
Example
bg-color-success05
Success 05 background color
color: #F3FAF6;
/* Success 05 */
bg-color-success10
Success 10 background color
color: #D0EADE;
/* Success 10 */
bg-color-success20
Success 20 background color
color: #A1D5BC;
/* Success 20 */
bg-color-success30
Success 30 background color
color: #73C19B;
/* Success 30 */
bg-color-success40
Success 40 background color
color: #44AC79;
/* Success 40 */
bg-color-success50
Success 50 background color
color: #159758;
/* Success 50 */
bg-color-success60
Success 60 background color
color: #117946;
/* Success 60 */
bg-color-success70
Success 70 background color
color: #0D5B35;
/* Success 70 */
bg-color-success80
Success 80 background color
color: #083C23;
/* Success 80 */
bg-color-success90
Success 90 background color
color: #041E12;
/* Success 90 */

Global / Warning / Background

Class
Name
Properties
Example
bg-color-warning05
Warning 05 background color
color: #FEF8F3;
/* Warning 05 */
bg-color-warning10
Warning 10 background color
color: #FBE5CE;
/* Warning 10 */
bg-color-warning20
Warning 20 background color
color: #F6CB9E;
/* Warning 20 */
bg-color-warning30
Warning 30 background color
color: #F2B26D;
/* Warning 30 */
bg-color-warning40
Warning 40 background color
color: #ED983D;
/* Warning 40 */
bg-color-warning50
Warning 50 background color
color: #E97E0C;
/* Warning 50 */
bg-color-warning60
Warning 60 background color
color: #BA650A;
/* Warning 60 */
bg-color-warning70
Warning 70 background color
color: #8C4C07;
/* Warning 70 */
bg-color-warning80
Warning 80 background color
color: #5D3205;
/* Warning 80 */
bg-color-warning90
Warning 90 background color
color: #2F1902;
/* Warning 90 */

Global / Danger / Background

Class
Name
Properties
Example
bg-color-danger05
Danger 05 background color
color: #FDF4F4;
/* Danger 05 */
bg-color-danger10
Danger 10 background color
color: #F7D5D2;
/* Danger 10 */
bg-color-danger20
Danger 20 background color
color: #F0ABA6;
/* Danger 20 */
bg-color-danger30
Danger 30 background color
color: #E88179;
/* Danger 30 */
bg-color-danger40
Danger 40 background color
color: #E1574D;
/* Danger 40 */
bg-color-danger50
Danger 50 background color
color: #D92D20;
/* Danger 50 */
bg-color-danger60
Danger 60 background color
color: #AE241A;
/* Danger 60 */
bg-color-danger70
Danger 70 background color
color: #821B13;
/* Danger 70 */
bg-color-danger80
Danger 80 background color
color: #57120D;
/* Danger 80 */
bg-color-danger90
Danger 90 background color
color: #2B0906;
/* Danger 90 */

Global / Info / Background

Class
Name
Properties
Example
bg-color-info05
Info 05 background color
color: #F3F9FB;
/* Info 05 */
bg-color-info10
Info 10 background color
color: #D0E9F0;
/* Info 10 */
bg-color-info20
Info 20 background color
color: #A1D2E1;
/* Info 20 */
bg-color-info30
Info 30 background color
color: #72BCD3;
/* Info 30 */
bg-color-info40
Info 40 background color
color: #43A5C4;
/* Info 40 */
bg-color-info50
Info 50 background color
color: #148FB5;
/* Info 50 */
bg-color-info60
Info 60 background color
color: #107291;
/* Info 60 */
bg-color-info70
Info 70 background color
color: #0C566D;
/* Info 70 */
bg-color-info80
Info 80 background color
color: #083948;
/* Info 80 */
bg-color-info90
Info 90 background color
color: #041D24;
/* Info 90 */

Global Text Color

Global / Neutral / Text

Class
Name
Properties
Example
text-color-neutral05
Neutral 05 text color
color: #FAFAFB;
/* Neutral 05 */
Aa
text-color-neutral10
Neutral 10 text color
color: #EBEDF0;
/* Neutral 10 */
Aa
text-color-neutral20
Neutral 20 text color
color: #D7DBE2;
/* Neutral 20 */
Aa
text-color-neutral30
Neutral 30 text color
color: #C4CAD3;
/* Neutral 30 */
Aa
text-color-neutral40
Neutral 40 text color
color: #B0B8C5;
/* Neutral 40 */
Aa
text-color-neutral50
Neutral 50 text color
color: #9CA6B6;
/* Neutral 50 */
Aa
text-color-neutral60
Neutral 60 text color
color: #7D8592;
/* Neutral 60 */
Aa
text-color-neutral70
Neutral 70 text color
color: #5E646D;
/* Neutral 70 */
Aa
text-color-neutral80
Neutral 80 text color
color: #3E4249;
/* Neutral 80 */
Aa
text-color-neutral90
Neutral 90 text color
color: #1F2124;
/* Neutral 90 */
Aa

Global / Primary / Text

Class
Name
Properties
Example
text-color-primary05
Primary 05 text color
color: #F4F7FE;
/* Primary 05 */
Aa
text-color-primary10
Primary 10 text color
color: #D2E0FC;
/* Primary 10 */
Aa
text-color-primary20
Primary 20 text color
color: #A6C1F9;
/* Primary 20 */
Aa
text-color-primary30
Primary 30 text color
color: #79A3F5;
/* Primary 30 */
Aa
text-color-primary40
Primary 40 text color
color: #4D84F2;
/* Primary 40 */
Aa
text-color-primary50
Primary 50 text color
color: #2065EF;
/* Primary 50 */
Aa
text-color-primary60
Primary 60 text color
color: #1A51BF;
/* Primary 60 */
Aa
text-color-primary70
Primary 70 text color
color: #133D8F;
/* Primary 70 */
Aa
text-color-primary80
Primary 80 text color
color: #0D2860;
/* Primary 80 */
Aa
text-color-primary90
Primary 90 text color
color: #061430;
/* Primary 90 */
Aa

Global / Secondary / Text

Class
Name
Properties
Example
text-color-secondary05
Secondary 05 text color
color: #F9F5FE;
/* Secondary 05 */
Aa
text-color-secondary10
Secondary 10 text color
color: #E7D7FC;
/* Secondary 10 */
Aa
text-color-secondary20
Secondary 20 text color
color: #CFAFF9;
/* Secondary 20 */
Aa
text-color-secondary30
Secondary 30 text color
color: #B788F5;
/* Secondary 30 */
Aa
text-color-secondary40
Secondary 40 text color
color: #9F60F2;
/* Secondary 40 */
Aa
text-color-secondary50
Secondary 50 text color
color: #8738EF;
/* Secondary 50 */
Aa
text-color-secondary60
Secondary 60 text color
color: #6C2DBF;
/* Secondary 60 */
Aa
text-color-secondary70
Secondary 70 text color
color: #51228F;
/* Secondary 70 */
Aa
text-color-secondary80
Secondary 80 text color
color: #361660;
/* Secondary 80 */
Aa
text-color-secondary90
Secondary 90 text color
color: #1B0B30;
/* Secondary 90 */
Aa

Global / Tertiary / Text

Class
Name
Properties
Example
text-color-tertiary05
Tertiary 05 text color
color: #FDF4FB;
/* Tertiary 05 */
Aa
text-color-tertiary10
Tertiary 10 text color
color: #F8D3EF;
/* Tertiary 10 */
Aa
text-color-tertiary20
Tertiary 20 text color
color: #F1A8DF;
/* Tertiary 20 */
Aa
text-color-tertiary30
Tertiary 30 text color
color: #EB7CCF;
/* Tertiary 30 */
Aa
text-color-tertiary40
Tertiary 40 text color
color: #E451BF;
/* Tertiary 40 */
Aa
text-color-tertiary50
Tertiary 50 text color
color: #DD25AF;
/* Tertiary 50 */
Aa
text-color-tertiary60
Tertiary 60 text color
color: #B11E8C;
/* Tertiary 60 */
Aa
text-color-tertiary70
Tertiary 70 text color
color: #851669;
/* Tertiary 70 */
Aa
text-color-tertiary80
Tertiary 80 text color
color: #580F46;
/* Tertiary 80 */
Aa
text-color-tertiary90
Tertiary 90 text color
color: #2C0723;
/* Tertiary 90 */
Aa

Global / Success / Text

Class
Name
Properties
Example
text-color-success05
Success 05 text color
color: #F3FAF6;
/* Success 05 */
Aa
text-color-success10
Success 10 text color
color: #D0EADE;
/* Success 10 */
Aa
text-color-success20
Success 20 text color
color: #A1D5BC;
/* Success 20 */
Aa
text-color-success30
Success 30 text color
color: #73C19B;
/* Success 30 */
Aa
text-color-success40
Success 40 text color
color: #44AC79;
/* Success 40 */
Aa
text-color-success50
Success 50 text color
color: #159758;
/* Success 50 */
Aa
text-color-success60
Success 60 text color
color: #117946;
/* Success 60 */
Aa
text-color-success70
Success 70 text color
color: #0D5B35;
/* Success 70 */
Aa
text-color-success80
Success 80 text color
color: #083C23;
/* Success 80 */
Aa
text-color-success90
Success 90 text color
color: #041E12;
/* Success 90 */
Aa

Global / Warning / Text

Class
Name
Properties
Example
text-color-warning05
Warning 05 text color
color: #FEF8F3;
/* Warning 05 */
Aa
text-color-warning10
Warning 10 text color
color: #FBE5CE;
/* Warning 10 */
Aa
text-color-warning20
Warning 20 text color
color: #F6CB9E;
/* Warning 20 */
Aa
text-color-warning30
Warning 30 text color
color: #F2B26D;
/* Warning 30 */
Aa
text-color-warning40
Warning 40 text color
color: #ED983D;
/* Warning 40 */
Aa
text-color-warning50
Warning 50 text color
color: #E97E0C;
/* Warning 50 */
Aa
text-color-warning60
Warning 60 text color
color: #BA650A;
/* Warning 60 */
Aa
text-color-warning70
Warning 70 text color
color: #8C4C07;
/* Warning 70 */
Aa
text-color-warning80
Warning 80 text color
color: #5D3205;
/* Warning 80 */
Aa
text-color-warning90
Warning 90 text color
color: #2F1902;
/* Warning 90 */
Aa

Global / Danger / Text

Class
Name
Properties
Example
text-color-danger05
Danger 05 text color
color: #FDF4F4;
/* Danger 05 */
Aa
text-color-danger10
Danger 10 text color
color: #F7D5D2;
/* Danger 10 */
Aa
text-color-danger20
Danger 20 text color
color: #F0ABA6;
/* Danger 20 */
Aa
text-color-danger30
Danger 30 text color
color: #E88179;
/* Danger 30 */
Aa
text-color-danger40
Danger 40 text color
color: #E1574D;
/* Danger 40 */
Aa
text-color-danger50
Danger 50 text color
color: #D92D20;
/* Danger 50 */
Aa
text-color-danger60
Danger 60 text color
color: #AE241A;
/* Danger 60 */
Aa
Aa
text-color-danger70
Danger 70 text color
color: #821B13;
/* Danger 70 */
Aa
text-color-danger80
Danger 80 text color
color: #57120D;
/* Danger 80 */
Aa
text-color-danger90
Danger 90 text color
color: #2B0906;
/* Danger 90 */
Aa

Global / Info / Text

Class
Name
Properties
Example
text-color-info05
Info 05 text color
color: #F3F9FB;
/* Info 05 */
Aa
text-color-info10
Info 10 text color
color: #D0E9F0;
/* Info 10 */
Aa
text-color-info20
Info 20 text color
color: #A1D2E1;
/* Info 20 */
Aa
text-color-info30
Info 30 text color
color: #72BCD3;
/* Info 30 */
Aa
text-color-info40
Info 40 text color
color: #43A5C4;
/* Info 40 */
Aa
text-color-info50
Info 50 text color
color: #148FB5;
/* Info 50 */
Aa
text-color-info60
Info 60 text color
color: #107291;
/* Info 60 */
Aa
text-color-info70
Info 70 text color
color: #0C566D;
/* Info 70 */
Aa
text-color-info80
Info 80 text color
color: #083948;
/* Info 80 */
Aa
text-color-info90
Info 90 text color
color: #041D24;
/* Info 90 */
Aa

Global Border Color

Global / Neutral / Border

Class
Name
Properties
Example
border-color-neutral05
Neutral 05 border color
color: #FAFAFB;
/* Neutral 05 */
border-color-neutral10
Neutral 10 border color
color: #EBEDF0;
/* Neutral 10 */
border-color-neutral20
Neutral 20 border color
color: #D7DBE2;
/* Neutral 20 */
border-color-neutral30
Neutral 30 border color
color: #C4CAD3;
/* Neutral 30 */
border-color-neutral40
Neutral 40 border color
color: #B0B8C5;
/* Neutral 40 */
border-color-neutral50
Neutral 50 border color
color: #9CA6B6;
/* Neutral 50 */
border-color-neutral60
Neutral 60 border color
color: #7D8592;
/* Neutral 60 */
border-color-neutral70
Neutral 70 border color
color: #5E646D;
/* Neutral 70 */
border-color-neutral80
Neutral 80 border color
color: #3E4249;
/* Neutral 80 */
border-color-neutral90
Neutral 90 border color
color: #1F2124;
/* Neutral 90 */

Global / Primary / Border

Class
Name
Properties
Example
border-color-primary05
Primary 05 border color
color: #F4F7FE;
/* Primary 05 */
border-color-primary10
Primary 10 border color
color: #D2E0FC;
/* Primary 10 */
border-color-primary20
Primary 20 border color
color: #A6C1F9;
/* Primary 20 */
border-color-primary30
Primary 30 border color
color: #79A3F5;
/* Primary 30 */
border-color-primary40
Primary 40 border color
color: #4D84F2;
/* Primary 40 */
border-color-primary50
Primary 50 border color
color: #2065EF;
/* Primary 50 */
border-color-primary60
Primary 60 border color
color: #1A51BF;
/* Primary 60 */
border-color-primary70
Primary 70 border color
color: #133D8F;
/* Primary 70 */
border-color-primary80
Primary 80 border color
color: #0D2860;
/* Primary 80 */
border-color-primary90
Primary 90 border color
color: #061430;
/* Primary 90 */

Global / Secondary / Border

Class
Name
Properties
Example
border-color-secondary05
Secondary 05 border color
color: #F9F5FE;
/* Secondary 05 */
border-color-secondary10
Secondary 10 border color
color: #E7D7FC;
/* Secondary 10 */
border-color-secondary20
Secondary 20 border color
color: #CFAFF9;
/* Secondary 20 */
border-color-secondary30
Secondary 30 border color
color: #B788F5;
/* Secondary 30 */
border-color-secondary40
Secondary 40 border color
color: #9F60F2;
/* Secondary 40 */
border-color-secondary50
Secondary 50 border color
color: #8738EF;
/* Secondary 50 */
border-color-secondary60
Secondary 60 border color
color: #6C2DBF;
/* Secondary 60 */
border-color-secondary70
Secondary 70 border color
color: #51228F;
/* Secondary 70 */
border-color-secondary80
Secondary 80 border color
color: #361660;
/* Secondary 80 */
border-color-secondary90
Secondary 90 border color
color: #1B0B30;
/* Secondary 90 */

Global / Tertiary / Border

Class
Name
Properties
Example
border-color-tertiary05
Tertiary 05 border color
color: #FDF4FB;
/* Tertiary 05 */
border-color-tertiary10
Tertiary 10 border color
color: #F8D3EF;
/* Tertiary 10 */
border-color-tertiary20
Tertiary 20 border color
color: #F1A8DF;
/* Tertiary 20 */
border-color-tertiary30
Tertiary 30 border color
color: #EB7CCF;
/* Tertiary 30 */
border-color-tertiary40
Tertiary 40 border color
color: #E451BF;
/* Tertiary 40 */
border-color-tertiary50
Tertiary 50 border color
color: #DD25AF;
/* Tertiary 50 */
border-color-tertiary60
Tertiary 60 border color
color: #B11E8C;
/* Tertiary 60 */
border-color-tertiary70
Tertiary 70 border color
color: #851669;
/* Tertiary 70 */
border-color-tertiary80
Tertiary 80 border color
color: #580F46;
/* Tertiary 80 */
border-color-tertiary90
Tertiary 90 border color
color: #2C0723;
/* Tertiary 90 */

Global / Success / Border

Class
Name
Properties
Example
border-color-success05
Success 05 background color
color: #F3FAF6;
/* Success 05 */
border-color-success10
Success 10 background color
color: #D0EADE;
/* Success 10 */
border-color-success20
Success 20 background color
color: #A1D5BC;
/* Success 20 */
border-color-success30
Success 30 background color
color: #73C19B;
/* Success 30 */
border-color-success40
Success 40 background color
color: #44AC79;
/* Success 40 */
border-color-success50
Success 50 background color
color: #159758;
/* Success 50 */
border-color-success60
Success 60 background color
color: #117946;
/* Success 60 */
border-color-success70
Success 70 background color
color: #0D5B35;
/* Success 70 */
border-color-success80
Success 80 background color
color: #083C23;
/* Success 80 */
border-color-success90
Success 90 background color
color: #041E12;
/* Success 90 */

Global / Warning / Border

Class
Name
Properties
Example
border-color-warning05
Warning 05 border color
color: #FEF8F3;
/* Warning 05 */
border-color-warning10
Warning 10 border color
color: #FBE5CE;
/* Warning 10 */
border-color-warning20
Warning 20 border color
color: #F6CB9E;
/* Warning 20 */
border-color-warning30
Warning 30 border color
color: #F2B26D;
/* Warning 30 */
border-color-warning40
Warning 40 border color
color: #ED983D;
/* Warning 40 */
border-color-warning50
Warning 50 border color
color: #E97E0C;
/* Warning 50 */
border-color-warning60
Warning 60 border color
color: #BA650A;
/* Warning 60 */
border-color-warning70
Warning 70 border color
color: #8C4C07;
/* Warning 70 */
border-color-warning80
Warning 80 border color
color: #5D3205;
/* Warning 80 */
border-color-warning90
Warning 90 border color
color: #2F1902;
/* Warning 90 */

Global / Danger / Border

Class
Name
Properties
Example
border-color-danger05
Danger 05 border color
color: #FDF4F4;
/* Danger 05 */
border-color-danger10
Danger 10 border color
color: #F7D5D2;
/* Danger 10 */
border-color-danger20
Danger 20 border color
color: #F0ABA6;
/* Danger 20 */
border-color-danger30
Danger 30 border color
color: #E88179;
/* Danger 30 */
border-color-danger40
Danger 40 border color
color: #E1574D;
/* Danger 40 */
border-color-danger50
Danger 50 border color
color: #D92D20;
/* Danger 50 */
border-color-danger60
Danger 60 border color
color: #AE241A;
/* Danger 60 */
border-color-danger70
Danger 70 border color
color: #821B13;
/* Danger 70 */
border-color-danger80
Danger 80 border color
color: #57120D;
/* Danger 80 */
border-color-danger90
Danger 90 border color
color: #2B0906;
/* Danger 90 */

Global / Info / Border

Class
Name
Properties
Example
border-color-info05
Info 05 border color
color: #F3F9FB;
/* Info 05 */
border-color-info10
Info 10 border color
color: #D0E9F0;
/* Info 10 */
border-color-info20
Info 20 border color
color: #A1D2E1;
/* Info 20 */
border-color-info30
Info 30 border color
color: #72BCD3;
/* Info 30 */
border-color-info40
Info 40 border color
color: #43A5C4;
/* Info 40 */
border-color-info50
Info 50 border color
color: #148FB5;
/* Info 50 */
border-color-info60
Info 60 border color
color: #107291;
/* Info 60 */
border-color-info70
Info 70 border color
color: #0C566D;
/* Info 70 */
border-color-info80
Info 80 border color
color: #083948;
/* Info 80 */
border-color-info90
Info 90 border color
color: #041D24;
/* Info 90 */