summaryrefslogtreecommitdiff
path: root/definitions/style/color.scss
diff options
context:
space:
mode:
Diffstat (limited to 'definitions/style/color.scss')
-rw-r--r--definitions/style/color.scss44
1 files changed, 44 insertions, 0 deletions
diff --git a/definitions/style/color.scss b/definitions/style/color.scss
new file mode 100644
index 0000000..b7e4fd7
--- /dev/null
+++ b/definitions/style/color.scss
@@ -0,0 +1,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);