summary refs log tree commit diff stats
path: root/src/css/colors.css
blob: fed702b24aa84ff7a3fb9fbddb652c379ed61b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
:root {
    --color0: #06050B;
    --color1: #a686f7;
    --color2: #9C6793;
    --color3: #DA629B;
    --color4: #C35CB8;
    --color5: #A998A0;
    --color6: #D1A5A8;
    --color7: #e2d8d6;
    --color8: #9e9795;
}