Colors
The color palette is comprised of 14 core colors. The grays are used for backgrounds, borders and elements that are disabled. The brightest colors in the palette - red, yellow and green - are used to draw attention to a user. Finally, the most dominant colors - orange and blue - are used for navigation and basic interactions. Shades of these colors can be used if needed. It's best to generate them through the lighten() / darken() Sass functions.
Primary Colors
-
Red Base
- Variable Value: $red-base
- Hex Value: #FF5A4D
- RGBA Value: 255, 90, 77, 1
-
Blue Light
- Variable Value: $blue-light
- Hex Value: #5CA9FB
- RGBA Value: 92, 169, 251, 1
-
Green Base
- Variable Value: $green-base
- Hex Value: #47D78D
- RGBA Value: 71, 215, 141, 1
Secondary Colors
-
Black Base
- Variable Value: $black-base
- Hex Value: #1B2431
- RGBA Value: 27, 36, 49, 1
-
Yellow Base
- Variable Value: $yellow-base
- Hex Value: #F9B65A
- RGBA Value: 249, 182, 90, 1
-
Orange Base
- Variable Value: $orange-base
- Hex Value: #FB8948
- RGBA Value: 251, 137, 72, 1
-
Purple Base
- Variable Value: $purple-base
- Hex Value: #5D62CF
- RGBA Value: 93, 98, 207, 1
-
Purple Light
- Variable Value: $purple-light
- Hex Value: #CF81C4
- RGBA Value: 207, 129, 196, 1
-
Blue Base
- Variable Value: $blue-base
- Hex Value: #5D758D
- RGBA Value: 93, 117, 141, 1
-
Blue Dark
- Variable Value: $blue-dark
- Hex Value: #273142
- RGBA Value: 39, 49, 66, 1
Background / Accent Colors
-
White Base
- Variable Value: $white-base
- Hex Value: #FFFFFF
- RGBA Value: 255, 255, 255, 1
-
Grey Light
- Variable Value: $grey-light
- Hex Value: #F5F7F9
- RGBA Value: 245, 247, 249, 1
-
Grey Base
- Variable Value: $grey-base
- Hex Value: #E1E6EB
- RGBA Value: 225, 230, 235, 1
-
Grey Dark
- Variable Value: $grey-dark
- Hex Value: #83909A
- RGBA Value: 131, 144, 154, 1
-
Grey Alt
- Variable Value: $grey-alt
- Hex Value: #737E86
- RGBA Value: 115, 126, 134, 1
-
Grey Alt 2
- Variable Value: $grey-alt-2
- Hex Value: #313B3F
- RGBA Value: 49, 59, 63, 1