1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/ui/css/design-system/deprecated-colors.scss
2022-01-31 13:14:14 -06:00

19 lines
444 B
SCSS

/**
These colors are either deprecated or will move into colors.scss
when approved for the design system
**/
// These are declared as variables and hoisted because they are
// used as rgba's and native rgba doesn't accept var()
$malibu-blue: #7ac9fd;
$alto: #dedede;
$black: #000;
$white: #fff;
$blue-lagoon: #038789;
$crimson: #e91550;
$purple: #690496;
$tulip-tree: #ebb33f;
$dodger-blue: #3099f2;
$monzo: #d0021b;
$dusty-gray: #9b9b9b;