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.
9 lines
228 B
9 lines
228 B
8 years ago
|
$color1: #282c37; // darkest
|
||
|
$color2: #d9e1e8; // lightest
|
||
|
$color3: #9baec8; // lighter
|
||
|
$color4: #2b90d9; // vibrant
|
||
|
$color5: #fff; // white
|
||
|
$color6: #df405a; // error red
|
||
|
$color7: #79bd9a; // succ green
|
||
|
$color8: #000; // black
|