aboutsummaryrefslogtreecommitdiff
path: root/styles/colors.css
blob: 7fa7a93129cc2ca95dd13a76891667bf768cac45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
:root {
	--error: #ee6183;
	--piss: #c482ed;
	--blue: #454dfe;
	--mint: #a8eeee;
	--gruble: #5de9ae;

	--c900: #ebeef9;
	--c800: #aeb7da;
	--c700: #707ba6;
	--c600: #4f587b;
	--c500: #454e6f;
	--c400: #2d344f;
	--c300: #171d33;
	--c250: #0c1123;
	--c200: #07071c;
	--c100: #01010d;

	--bg: var(--c200);
	--fg: var(--c900);
	background-color: var(--bg);
}