@still-forest/canopy 0.61.0 → 0.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1884 -1905
- package/dist/styles/color.css +19 -4
- package/package.json +1 -1
package/dist/styles/color.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
/* Hydrangea */
|
|
5
5
|
/* anchor: 500 = rgb(164, 179, 198) / #A4B3C6 */
|
|
6
|
-
/* Full palette generated using https://www.tints.dev
|
|
6
|
+
/* Full palette generated using https://www.tints.dev (hue 0, saturation 2, lightness 100-5 */
|
|
7
7
|
--color-hydrangea: rgb(164, 179, 198);
|
|
8
8
|
--color-hydrangea-50: oklch(0.975 0.005 247.84);
|
|
9
9
|
--color-hydrangea-100: oklch(0.948 0.01 261.82);
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
/* English Violet */
|
|
21
21
|
/* anchor: 800 = rgb(71, 49, 68) / #473144 */
|
|
22
|
-
/* Full palette generated using https://www.tints.dev
|
|
22
|
+
/* Full palette generated using https://www.tints.dev (hue 0, saturation 0, lightness 100-0 */
|
|
23
23
|
--color-english-violet: rgb(71, 49, 68);
|
|
24
24
|
--color-english-violet-50: oklch(0.958 0.009 331.18);
|
|
25
25
|
--color-english-violet-100: oklch(0.916 0.019 331.21);
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
/* Forest */
|
|
37
37
|
/* anchor: 700 = rgb(39, 80, 45) / #27502D */
|
|
38
|
-
/* Full palette generated using https://www.tints.dev
|
|
38
|
+
/* Full palette generated using https://www.tints.dev (hue 0, saturation -4, lightness 100-0 */
|
|
39
39
|
--color-forest: rgb(39, 80, 45);
|
|
40
40
|
--color-forest-50: oklch(0.955 0.009 150.47);
|
|
41
41
|
--color-forest-100: oklch(0.91 0.04 148.67);
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
/* French Violet (Benjamin Moore) */
|
|
53
53
|
/* anchor: 600 = rgb(105, 109, 134) / #696D86 */
|
|
54
|
-
/* Full palette generated using https://www.tints.dev
|
|
54
|
+
/* Full palette generated using https://www.tints.dev (hue 0, saturation 0, lightness 100-0 */
|
|
55
55
|
--color-french-violet: rgb(105, 109, 134);
|
|
56
56
|
--color-french-violet-50: oklch(0.965 0.003 286.81);
|
|
57
57
|
--color-french-violet-100: oklch(0.923 0.007 277.28);
|
|
@@ -80,6 +80,21 @@
|
|
|
80
80
|
--color-coral-reef-900: oklch(0.246 0.042 36.48);
|
|
81
81
|
--color-coral-reef-950: oklch(0.191 0.034 32.86);
|
|
82
82
|
|
|
83
|
+
/* Cream */
|
|
84
|
+
/* anchor: 300 = #e8d1b7 */
|
|
85
|
+
/* Full palette generated using https://www.tints.dev (hue -5, saturation 0, lightness 100-0 */
|
|
86
|
+
--color-cream-50: oklch(0.984 0.004 56.51);
|
|
87
|
+
--color-cream-100: oklch(0.957 0.01 48.7);
|
|
88
|
+
--color-cream-200: oklch(0.915 0.024 63.48);
|
|
89
|
+
--color-cream-300: oklch(0.873 0.043 70.63);
|
|
90
|
+
--color-cream-400: oklch(0.77 0.064 67.44);
|
|
91
|
+
--color-cream-500: oklch(0.668 0.058 62.04);
|
|
92
|
+
--color-cream-600: oklch(0.565 0.053 55.07);
|
|
93
|
+
--color-cream-700: oklch(0.452 0.047 47.65);
|
|
94
|
+
--color-cream-800: oklch(0.348 0.04 40.63);
|
|
95
|
+
--color-cream-900: oklch(0.246 0.032 35.42);
|
|
96
|
+
--color-cream-950: oklch(0.191 0.028 31.31);
|
|
97
|
+
|
|
83
98
|
/* Benjamin Moore color palettes */
|
|
84
99
|
/* french violet */
|
|
85
100
|
--color-kensington-green: rgb(154, 185, 181);
|