aboutsummaryrefslogtreecommitdiff
path: root/sass/css/_colors.scss
blob: f3667bb74516df4b2dfb5a0207c30d06c34d7334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$bg0: #000000;
$bg1: #0a0a0f;
$white: #fcf8e2;
$gray: #7c818c;
$gray1: #5c5c64;
$red: #b73030;
$red1: #c45c5c;
$yellow: #b2872f;
$blue: #3f6e90;
$blue1: #63a9cc;
$green: #6d974b;
$cyan: #7fac96;
$cyan1: #5b8277;