Colors
These are the color variables used in the framework.
Override variables
These are the default color style, which you can override them to match your own design system. See Usage for more information on how to override variables.
List of variables
Common
| Name | Value | |
|---|---|---|
$main | #FFFFFF | |
$contrast | #000A1E |
Grey
| Name | Value | |
|---|---|---|
$grey-90 | mix($contrast, $main, 90%) | |
$grey-80 | mix($contrast, $main, 80%) | |
$grey-70 | mix($contrast, $main, 70%) | |
$grey-60 | mix($contrast, $main, 60%) | |
$grey-50 | mix($contrast, $main, 50%) | |
$grey-40 | mix($contrast, $main, 40%) | |
$grey-30 | mix($contrast, $main, 30%) | |
$grey-20 | mix($contrast, $main, 20%) | |
$grey-10 | mix($contrast, $main, 10%) | |
$grey-5 | mix($contrast, $main, 5%) |
Background
| Name | Value | |
|---|---|---|
$background-default | $grey-5 | |
$background-paper | $main |
Text
| Name | Value | |
|---|---|---|
$text | $contrast | |
$text-contrast | $main |
Brand
| Name | Value | |
|---|---|---|
$primary$primary-contrast | #3C6BF4$text-contrast | |
$secondary$secondary-contrast | #9E6D04$text-contrast |
Status
| Name | Value | |
|---|---|---|
$success$success-contrast | #27AE60$text | |
$info$info-contrast | #17A0CC$text | |
$warning$warning-contrast | #FFDC46$text-contrast | |
$error$error-contrast | #EB5757$text |