diff options
| author | netop://ウィビ <paul@webb.page> | 2026-06-04 19:54:03 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-06-04 19:54:03 -0700 |
| commit | 88bb97ec7db1dbcef383931ef8b47e01034d7827 (patch) | |
| tree | add9330540bd920c0ae3e1e4feeac0c76c5fe8f2 /dist/uchu-pastel-reduced.css | |
| parent | fd2eee1c18760320f27171dc13c5f5d7f2718067 (diff) | |
| download | uchu-88bb97ec7db1dbcef383931ef8b47e01034d7827.tar.gz uchu-88bb97ec7db1dbcef383931ef8b47e01034d7827.zip | |
3.0 update
- adds pastel palette
- updates color syntax
- updates docs
- adds dsgn. banner
Diffstat (limited to 'dist/uchu-pastel-reduced.css')
| -rw-r--r-- | dist/uchu-pastel-reduced.css | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/dist/uchu-pastel-reduced.css b/dist/uchu-pastel-reduced.css new file mode 100644 index 0000000..2733545 --- /dev/null +++ b/dist/uchu-pastel-reduced.css @@ -0,0 +1,56 @@ +/* Generated from src/index.ts — do not edit by hand */ + +:root { + --uchu-light-blue-raw: 0.8966 0.046 260.67; + --uchu-light-blue: oklch(0.9 0.028 261); + --uchu-blue-raw: 0.8017 0.091 258.88; + --uchu-blue: oklch(0.6 0.096 259); + --uchu-dark-blue-raw: 0.7094 0.136 258.06; + --uchu-dark-blue: oklch(0.41 0.096 262); + --uchu-light-gray-raw: 0.9557 0.003 286.35; + --uchu-light-gray: oklch(0.96 0.004 287); + --uchu-gray-raw: 0.9204 0.002 197.12; + --uchu-gray: oklch(0.85 0.004 195); + --uchu-dark-gray-raw: 0.8828 0.003 286.34; + --uchu-dark-gray: oklch(0.63 0.004 215); + --uchu-light-green-raw: 0.9396 0.05 148.74; + --uchu-light-green: oklch(0.94 0.032 149); + --uchu-green-raw: 0.8877 0.096 147.71; + --uchu-green: oklch(0.78 0.1 146); + --uchu-dark-green-raw: 0.8374 0.139 146.57; + --uchu-dark-green: oklch(0.57 0.088 146); + --uchu-light-orange-raw: 0.9383 0.037 56.93; + --uchu-light-orange: oklch(0.94 0.02 55); + --uchu-orange-raw: 0.8837 0.072 55.8; + --uchu-orange: oklch(0.78 0.076 55); + --uchu-dark-orange-raw: 0.8356 0.107 56.49; + --uchu-dark-orange: oklch(0.57 0.068 54); + --uchu-light-pink-raw: 0.958 0.023 354.27; + --uchu-light-pink: oklch(0.96 0.016 353); + --uchu-pink-raw: 0.9214 0.046 352.31; + --uchu-pink: oklch(0.85 0.048 353); + --uchu-dark-pink-raw: 0.889 0.066 354.39; + --uchu-dark-pink: oklch(0.64 0.044 354); + --uchu-light-purple-raw: 0.891 0.046 305.24; + --uchu-light-purple: oklch(0.89 0.028 304); + --uchu-purple-raw: 0.7868 0.091 305; + --uchu-purple: oklch(0.57 0.1 304); + --uchu-dark-purple-raw: 0.685 0.136 303.78; + --uchu-dark-purple: oklch(0.37 0.1 303); + --uchu-light-red-raw: 0.8898 0.052 3.28; + --uchu-light-red: oklch(0.89 0.032 2); + --uchu-red-raw: 0.7878 0.109 4.54; + --uchu-red: oklch(0.59 0.12 8); + --uchu-dark-red-raw: 0.6986 0.162 7.82; + --uchu-dark-red: oklch(0.41 0.104 12); + --uchu-light-yellow-raw: 0.9705 0.039 91.2; + --uchu-light-yellow: oklch(0.97 0.024 94); + --uchu-yellow-raw: 0.95 0.07 92.39; + --uchu-yellow: oklch(0.9 0.068 91); + --uchu-dark-yellow-raw: 0.9276 0.098 92.58; + --uchu-dark-yellow: oklch(0.69 0.064 91); + --uchu-light-yin-raw: 0.9187 0.003 264.54; + --uchu-light-yin: oklch(0.9187 0.003 264.54); + --uchu-yang: oklch(0.994 0 0); + --uchu-yin: oklch(0.1438 0.007 256.88); +} |