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