mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
43 lines
800 B
SCSS
43 lines
800 B
SCSS
:root {
|
|
// Accents
|
|
// Everything below this line is part of the new color system
|
|
--alert-1: #ffd33d;
|
|
--success-1: #4cd964;
|
|
--success-3: #219e37;
|
|
--ui-grey: #d6d9dc;
|
|
--ui-1: #f2f3f4;
|
|
--ui-2: #d6d9dc;
|
|
--ui-3: #bbc0c5;
|
|
--ui-4: #6a737d;
|
|
--ui-5: #c4c4c4;
|
|
--mainnet: #29b6af;
|
|
--ropsten: #ff4a8d;
|
|
--kovan: #9064ff;
|
|
--rinkeby: #f6c343;
|
|
--goerli: #3099f2;
|
|
--localhost: #29b6af;
|
|
--flask-purple: #8b45b6;
|
|
}
|
|
|
|
/* Deprecated colors */
|
|
:root {
|
|
--white: #fff;
|
|
--black: #000;
|
|
--gray: #808080;
|
|
|
|
/*
|
|
Colors
|
|
http://chir.ag/projects/name-that-color
|
|
*/
|
|
|
|
--dusty-gray: #9b9b9b;
|
|
--alto: #dedede;
|
|
--alabaster: #fafafa;
|
|
--silver-chalice: #aeaeae;
|
|
--tundora: #4d4d4d;
|
|
--silver: #cdcdcd;
|
|
--malibu-blue: #b8cbd8;
|
|
--athens-grey: #e9edf0;
|
|
--geyser: #d2d8dd;
|
|
}
|