A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ciphermask/ui/css/design-system/deprecated-colors.scss

65 lines
1.3 KiB

/**
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;
// Base Colors
:root {
--white: #fff;
--black: #000;
--orange: #ffa500;
--red: #f00;
--gray: #808080;
/*
Colors
http://chir.ag/projects/name-that-color
*/
--gallery: #efefef;
--wild-sand: #f6f6f6;
--dusty-gray: #9b9b9b;
--alto: #dedede;
--alabaster: #fafafa;
--silver-chalice: #aeaeae;
--tundora: #4d4d4d;
--nile-blue: #1b344d;
--scorpion: #5d5d5d;
--silver: #cdcdcd;
--caribbean-green: #02c9b1;
--monzo: #d0021b;
--crimson: #e91550;
--blue-lagoon: #038789;
--purple: #690496;
--tulip-tree: #ebb33f;
--malibu-blue: #b8cbd8;
--athens-grey: #e9edf0;
--geyser: #d2d8dd;
--manatee: #93949d;
--spindle: #c7ddec;
--mid-gray: #5b5d67;
--cape-cod: #38393a;
--dodger-blue: #3099f2;
--ecstasy: #f7861c;
--linen: #fdf4f4;
--oslo-gray: #8c8e94;
--polar: #fafcfe;
--blizzard-blue: #bfdef3;
--mischka: #dddee9;
--web-orange: #f2a202;
--mercury: #e5e5e5;
}