mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-15 01:34:06 +00:00
15 lines
378 B
SCSS
15 lines
378 B
SCSS
/* **************************************************************************
|
|
SETTINGS > COLORS
|
|
To get the color name: http://veli.ee/colorpedia/?c=354052
|
|
************************************************************************** */
|
|
|
|
// Black
|
|
$black: #000000;
|
|
$ebony-clay: #273142;
|
|
$mirage: #1b2431;
|
|
$mirage2: #171e29;
|
|
$oxford-blue: #313d4f;
|
|
|
|
// White
|
|
$white: #ffffff;
|