33 lines
536 B
SCSS
Executable File
33 lines
536 B
SCSS
Executable File
// Colors
|
|
|
|
$black: #000;
|
|
$blackish: #050505;
|
|
$gray: #555;
|
|
$grayer: #444;
|
|
$gray-light: #cdcdcd;
|
|
$whitish: #f5f5f5;
|
|
$white: #fff;
|
|
|
|
$green-taiga: #72a114;
|
|
$fresh-taiga: #9dce0a;
|
|
$dark-taiga: #879b89;
|
|
$dry-taiga: #70a87d;
|
|
$morning-taiga: #7ab987;
|
|
$dark-grayish-lime-green: #8b9e8d;
|
|
$very-light-gray: #e3e3e3;
|
|
|
|
$red-light: #ff8282;
|
|
$red: #f00;
|
|
|
|
$rgba-red: 240, 15, 0, .8;
|
|
|
|
$orange: #d98a0b;
|
|
|
|
$button-green: #699b05;
|
|
$button-green-hover: #9dce0a;
|
|
$button-gray: #585858;
|
|
$button-gray-hover: #879b89;
|
|
|
|
$postit: #fff0c5;
|
|
$postit-hover: #e3d6b0;
|