summaryrefslogtreecommitdiff
path: root/definitions/style/color.scss
blob: b7e4fd795e6f9ade84c8e5b6ac11eb51a6cbc9da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*** gray ***/
$uchu-light-gray: oklch(95.57% 0.003 286.35);
$uchu-gray: oklch(84.68% 0.002 197.12);
$uchu-dark-gray: oklch(63.12% 0.004 219.55);

/*** red ***/
$uchu-light-red: oklch(88.98% 0.052 3.28);
$uchu-red: oklch(62.73% 0.209 12.37);
$uchu-dark-red: oklch(45.8% 0.177 17.7);

/*** pink ***/
$uchu-light-pink: oklch(95.8% 0.023 354.27);
$uchu-pink: oklch(85.43% 0.09 354.1);
$uchu-dark-pink: oklch(64.11% 0.084 353.91);

/*** purple ***/
$uchu-light-purple: oklch(89.1% 0.046 305.24);
$uchu-purple: oklch(58.47% 0.181 302.06);
$uchu-dark-purple: oklch(39.46% 0.164 298.29);

/*** blue ***/
$uchu-light-blue: oklch(89.66% 0.046 260.67);
$uchu-blue: oklch(62.39% 0.181 258.33);
$uchu-dark-blue: oklch(43.48% 0.17 260.2);

/*** green ***/
$uchu-light-green: oklch(93.96% 0.05 148.74);
$uchu-green: oklch(79.33% 0.179 145.62);
$uchu-dark-green: oklch(58.83% 0.158 145.05);

/*** yellow ***/
$uchu-light-yellow: oklch(97.05% 0.039 91.2);
$uchu-yellow: oklch(90.92% 0.125 92.56);
$uchu-dark-yellow: oklch(69.14% 0.109 91.04);

/*** orange ***/
$uchu-light-orange: oklch(93.83% 0.037 56.93);
$uchu-orange: oklch(78.75% 0.14163582809066333 54.32911089172009);
$uchu-dark-orange: oklch(58.28% 0.128 52.2);

/*** general ***/
$uchu-yang: oklch(99.4% 0 0);
$uchu-light-yin: oklch(91.87% 0.003 264.54);
$uchu-yin: oklch(14.38% 0.007 256.88);