@nswds/tokens 2.32.2 → 2.33.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/README.md +23 -0
- package/dist/css/colors/global/hsl.css +342 -342
- package/dist/css/colors/global/oklch.css +342 -342
- package/dist/css/colors/semantic/hsl.css +76 -76
- package/dist/css/colors/semantic/oklch.css +76 -76
- package/dist/css/colors/themes/data-visualisation/hex.css +208 -0
- package/dist/css/colors/themes/data-visualisation/hsl.css +208 -0
- package/dist/css/colors/themes/data-visualisation/oklch.css +208 -0
- package/dist/css/colors/themes/data-visualisation/rgb.css +208 -0
- package/dist/css/colors/themes/fuchsia-blue/hex.css +59 -0
- package/dist/css/colors/themes/fuchsia-blue/hsl.css +59 -0
- package/dist/css/colors/themes/fuchsia-blue/oklch.css +59 -0
- package/dist/css/colors/themes/fuchsia-blue/rgb.css +59 -0
- package/dist/css/colors/themes/fuchsia-orange/hex.css +59 -0
- package/dist/css/colors/themes/fuchsia-orange/hsl.css +59 -0
- package/dist/css/colors/themes/fuchsia-orange/oklch.css +59 -0
- package/dist/css/colors/themes/fuchsia-orange/rgb.css +59 -0
- package/dist/css/colors/themes/masterbrand/hsl.css +57 -57
- package/dist/css/colors/themes/masterbrand/oklch.css +57 -57
- package/dist/figma/color/global/hex.json +1 -1
- package/dist/figma/color/global/hsl.json +1027 -2053
- package/dist/figma/color/global/oklch.json +1027 -2053
- package/dist/figma/color/global/rgb.json +1369 -2395
- package/dist/figma/color/semantic/hsl.json +228 -152
- package/dist/figma/color/semantic/oklch.json +228 -152
- package/dist/figma/color/semantic/rgb.json +304 -228
- package/dist/figma/color/themes/data-visualisation/hex.json +846 -0
- package/dist/figma/color/themes/data-visualisation/hsl.json +1876 -0
- package/dist/figma/color/themes/data-visualisation/oklch.json +1876 -0
- package/dist/figma/color/themes/data-visualisation/rgb.json +1876 -0
- package/dist/figma/color/themes/fuchsia-blue/hex.json +236 -0
- package/dist/figma/color/themes/fuchsia-blue/hsl.json +521 -0
- package/dist/figma/color/themes/fuchsia-blue/oklch.json +521 -0
- package/dist/figma/color/themes/fuchsia-blue/rgb.json +521 -0
- package/dist/figma/color/themes/fuchsia-orange/hex.json +236 -0
- package/dist/figma/color/themes/fuchsia-orange/hsl.json +521 -0
- package/dist/figma/color/themes/fuchsia-orange/oklch.json +521 -0
- package/dist/figma/color/themes/fuchsia-orange/rgb.json +521 -0
- package/dist/figma/color/themes/masterbrand/color/hsl.json +171 -114
- package/dist/figma/color/themes/masterbrand/color/oklch.json +171 -114
- package/dist/figma/color/themes/masterbrand/color/rgb.json +228 -171
- package/dist/index.cjs +33786 -11365
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3878 -482
- package/dist/index.d.ts +3878 -482
- package/dist/index.js +33786 -11365
- package/dist/index.js.map +1 -1
- package/dist/js/colors/global/hsl.js +342 -342
- package/dist/js/colors/global/oklch.js +342 -342
- package/dist/js/colors/semantic/hex.js +0 -3
- package/dist/js/colors/semantic/hsl.js +76 -79
- package/dist/js/colors/semantic/oklch.js +76 -79
- package/dist/js/colors/semantic/rgb.js +0 -3
- package/dist/js/colors/themes/data-visualisation/hex.js +226 -0
- package/dist/js/colors/themes/data-visualisation/hsl.js +226 -0
- package/dist/js/colors/themes/data-visualisation/oklch.js +226 -0
- package/dist/js/colors/themes/data-visualisation/rgb.js +226 -0
- package/dist/js/colors/themes/fuchsia-blue/hex.js +63 -0
- package/dist/js/colors/themes/fuchsia-blue/hsl.js +63 -0
- package/dist/js/colors/themes/fuchsia-blue/oklch.js +63 -0
- package/dist/js/colors/themes/fuchsia-blue/rgb.js +63 -0
- package/dist/js/colors/themes/fuchsia-orange/hex.js +63 -0
- package/dist/js/colors/themes/fuchsia-orange/hsl.js +63 -0
- package/dist/js/colors/themes/fuchsia-orange/oklch.js +63 -0
- package/dist/js/colors/themes/fuchsia-orange/rgb.js +63 -0
- package/dist/js/colors/themes/masterbrand/hsl.js +57 -57
- package/dist/js/colors/themes/masterbrand/oklch.js +57 -57
- package/dist/json/colors/global/hex.json +1 -1
- package/dist/json/colors/global/hsl.json +343 -343
- package/dist/json/colors/global/oklch.json +343 -343
- package/dist/json/colors/global/rgb.json +1 -1
- package/dist/json/colors/semantic/hsl.json +76 -76
- package/dist/json/colors/semantic/oklch.json +76 -76
- package/dist/json/colors/themes/data-visualisation/hex.json +228 -0
- package/dist/json/colors/themes/data-visualisation/hsl.json +228 -0
- package/dist/json/colors/themes/data-visualisation/oklch.json +228 -0
- package/dist/json/colors/themes/data-visualisation/rgb.json +228 -0
- package/dist/json/colors/themes/fuchsia-blue/hex.json +65 -0
- package/dist/json/colors/themes/fuchsia-blue/hsl.json +65 -0
- package/dist/json/colors/themes/fuchsia-blue/oklch.json +65 -0
- package/dist/json/colors/themes/fuchsia-blue/rgb.json +65 -0
- package/dist/json/colors/themes/fuchsia-orange/hex.json +65 -0
- package/dist/json/colors/themes/fuchsia-orange/hsl.json +65 -0
- package/dist/json/colors/themes/fuchsia-orange/oklch.json +65 -0
- package/dist/json/colors/themes/fuchsia-orange/rgb.json +65 -0
- package/dist/json/colors/themes/masterbrand/hsl.json +57 -57
- package/dist/json/colors/themes/masterbrand/oklch.json +57 -57
- package/dist/less/colors/global/hsl.less +342 -342
- package/dist/less/colors/global/oklch.less +342 -342
- package/dist/less/colors/semantic/hsl.less +76 -76
- package/dist/less/colors/semantic/oklch.less +76 -76
- package/dist/less/colors/themes/data-visualisation/hex.less +206 -0
- package/dist/less/colors/themes/data-visualisation/hsl.less +206 -0
- package/dist/less/colors/themes/data-visualisation/oklch.less +206 -0
- package/dist/less/colors/themes/data-visualisation/rgb.less +206 -0
- package/dist/less/colors/themes/fuchsia-blue/hex.less +57 -0
- package/dist/less/colors/themes/fuchsia-blue/hsl.less +57 -0
- package/dist/less/colors/themes/fuchsia-blue/oklch.less +57 -0
- package/dist/less/colors/themes/fuchsia-blue/rgb.less +57 -0
- package/dist/less/colors/themes/fuchsia-orange/hex.less +57 -0
- package/dist/less/colors/themes/fuchsia-orange/hsl.less +57 -0
- package/dist/less/colors/themes/fuchsia-orange/oklch.less +57 -0
- package/dist/less/colors/themes/fuchsia-orange/rgb.less +57 -0
- package/dist/less/colors/themes/masterbrand/hsl.less +57 -57
- package/dist/less/colors/themes/masterbrand/oklch.less +57 -57
- package/dist/scss/colors/global/hsl.scss +342 -342
- package/dist/scss/colors/global/oklch.scss +342 -342
- package/dist/scss/colors/semantic/hsl.scss +76 -76
- package/dist/scss/colors/semantic/oklch.scss +76 -76
- package/dist/scss/colors/themes/data-visualisation/hex.scss +206 -0
- package/dist/scss/colors/themes/data-visualisation/hsl.scss +206 -0
- package/dist/scss/colors/themes/data-visualisation/oklch.scss +206 -0
- package/dist/scss/colors/themes/data-visualisation/rgb.scss +206 -0
- package/dist/scss/colors/themes/fuchsia-blue/hex.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-blue/hsl.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-blue/oklch.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-blue/rgb.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-orange/hex.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-orange/hsl.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-orange/oklch.scss +57 -0
- package/dist/scss/colors/themes/fuchsia-orange/rgb.scss +57 -0
- package/dist/scss/colors/themes/masterbrand/hsl.scss +57 -57
- package/dist/scss/colors/themes/masterbrand/oklch.scss +57 -57
- package/dist/tailwind/colors/global/hsl.css +342 -342
- package/dist/tailwind/colors/global/oklch.css +342 -342
- package/dist/tailwind/colors/semantic/hsl.css +76 -76
- package/dist/tailwind/colors/semantic/oklch.css +76 -76
- package/dist/tailwind/colors/themes/data-visualisation/hsl.css +206 -206
- package/dist/tailwind/colors/themes/data-visualisation/oklch.css +206 -206
- package/dist/tailwind/colors/themes/fuchsia-blue/hex.css +1 -1
- package/dist/tailwind/colors/themes/fuchsia-blue/hsl.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-blue/oklch.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-blue/rgb.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-orange/hex.css +1 -1
- package/dist/tailwind/colors/themes/fuchsia-orange/hsl.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-orange/oklch.css +117 -57
- package/dist/tailwind/colors/themes/fuchsia-orange/rgb.css +117 -57
- package/dist/tailwind/colors/themes/masterbrand/hex.css +1 -1
- package/dist/tailwind/colors/themes/masterbrand/hsl.css +117 -57
- package/dist/tailwind/colors/themes/masterbrand/oklch.css +117 -57
- package/dist/tailwind/colors/themes/masterbrand/rgb.css +117 -57
- package/dist/tokens/global/color/canonical.json +4484 -0
- package/dist/tokens/global/color/hex.json +1 -1
- package/dist/tokens/global/color/hsl.json +1942 -1600
- package/dist/tokens/global/color/oklch.json +2041 -1699
- package/dist/tokens/global/color/rgb.json +2342 -2000
- package/dist/tokens/{Primitives /342/200/224 semantic.light.json" → primitives-semantic.light.json} +76 -76
- package/dist/tokens/semantic/color/canonical.json +998 -0
- package/dist/tokens/semantic/color/hsl.json +532 -152
- package/dist/tokens/semantic/color/oklch.json +532 -152
- package/dist/tokens/semantic/color/rgb.json +608 -228
- package/dist/tokens/themes/color/data-visualisation/canonical.json +2700 -0
- package/dist/tokens/themes/color/data-visualisation/hex.json +846 -0
- package/dist/tokens/themes/color/data-visualisation/hsl.json +2700 -0
- package/dist/tokens/themes/color/data-visualisation/oklch.json +2700 -0
- package/dist/tokens/themes/color/data-visualisation/rgb.json +2700 -0
- package/dist/tokens/themes/color/fuchsia-blue/canonical.json +236 -0
- package/dist/tokens/themes/color/fuchsia-blue/hex.json +236 -0
- package/dist/tokens/themes/color/fuchsia-blue/hsl.json +749 -0
- package/dist/tokens/themes/color/fuchsia-blue/oklch.json +749 -0
- package/dist/tokens/themes/color/fuchsia-blue/rgb.json +749 -0
- package/dist/tokens/themes/color/fuchsia-orange/canonical.json +236 -0
- package/dist/tokens/themes/color/fuchsia-orange/hex.json +236 -0
- package/dist/tokens/themes/color/fuchsia-orange/hsl.json +749 -0
- package/dist/tokens/themes/color/fuchsia-orange/oklch.json +749 -0
- package/dist/tokens/themes/color/fuchsia-orange/rgb.json +749 -0
- package/dist/tokens/themes/color/masterbrand/canonical.json +236 -0
- package/dist/tokens/themes/color/masterbrand/hex.json +1 -1
- package/dist/tokens/themes/color/masterbrand/hsl.json +313 -256
- package/dist/tokens/themes/color/masterbrand/oklch.json +338 -281
- package/dist/tokens/themes/color/masterbrand/rgb.json +390 -333
- package/dist/tokens/{Themes /342/200/224 masterbrand.light.json" → themes-masterbrand.light.json} +57 -57
- package/dist/ts/colors/global/hsl.ts +342 -342
- package/dist/ts/colors/global/oklch.ts +342 -342
- package/dist/ts/colors/semantic/hsl.ts +76 -76
- package/dist/ts/colors/semantic/oklch.ts +76 -76
- package/dist/ts/colors/themes/data-visualisation/hex.ts +226 -0
- package/dist/ts/colors/themes/data-visualisation/hsl.ts +226 -0
- package/dist/ts/colors/themes/data-visualisation/oklch.ts +226 -0
- package/dist/ts/colors/themes/data-visualisation/rgb.ts +226 -0
- package/dist/ts/colors/themes/fuchsia-blue/hex.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-blue/hsl.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-blue/oklch.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-blue/rgb.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-orange/hex.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-orange/hsl.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-orange/oklch.ts +63 -0
- package/dist/ts/colors/themes/fuchsia-orange/rgb.ts +63 -0
- package/dist/ts/colors/themes/masterbrand/hsl.ts +57 -57
- package/dist/ts/colors/themes/masterbrand/oklch.ts +57 -57
- package/package.json +15 -2
- /package/dist/tokens/{Primitives /342/200/224 global.light.json" → primitives-global.light.json} +0 -0
|
@@ -4,152 +4,247 @@
|
|
|
4
4
|
"$type": "color",
|
|
5
5
|
"$value": {
|
|
6
6
|
"colorSpace": "oklch",
|
|
7
|
-
"
|
|
8
|
-
|
|
7
|
+
"components": [
|
|
8
|
+
0.97135,
|
|
9
|
+
0.019006,
|
|
10
|
+
140.501237
|
|
11
|
+
],
|
|
12
|
+
"alpha": 1,
|
|
13
|
+
"hex": "#eff9ed"
|
|
9
14
|
}
|
|
10
15
|
},
|
|
11
16
|
"100": {
|
|
12
17
|
"$type": "color",
|
|
13
18
|
"$value": {
|
|
14
19
|
"colorSpace": "oklch",
|
|
15
|
-
"
|
|
16
|
-
|
|
20
|
+
"components": [
|
|
21
|
+
0.944414,
|
|
22
|
+
0.03435,
|
|
23
|
+
142.617675
|
|
24
|
+
],
|
|
25
|
+
"alpha": 1,
|
|
26
|
+
"hex": "#e0f3de"
|
|
17
27
|
}
|
|
18
28
|
},
|
|
19
29
|
"150": {
|
|
20
30
|
"$type": "color",
|
|
21
31
|
"$value": {
|
|
22
32
|
"colorSpace": "oklch",
|
|
23
|
-
"
|
|
24
|
-
|
|
33
|
+
"components": [
|
|
34
|
+
0.916251,
|
|
35
|
+
0.047557,
|
|
36
|
+
142.315326
|
|
37
|
+
],
|
|
38
|
+
"alpha": 1,
|
|
39
|
+
"hex": "#d2eccf"
|
|
25
40
|
}
|
|
26
41
|
},
|
|
27
42
|
"200": {
|
|
28
43
|
"$type": "color",
|
|
29
44
|
"$value": {
|
|
30
45
|
"colorSpace": "oklch",
|
|
31
|
-
"
|
|
32
|
-
|
|
46
|
+
"components": [
|
|
47
|
+
0.888142,
|
|
48
|
+
0.060884,
|
|
49
|
+
142.11755
|
|
50
|
+
],
|
|
51
|
+
"alpha": 1,
|
|
52
|
+
"hex": "#c4e5c0"
|
|
33
53
|
}
|
|
34
54
|
},
|
|
35
55
|
"250": {
|
|
36
56
|
"$type": "color",
|
|
37
57
|
"$value": {
|
|
38
58
|
"colorSpace": "oklch",
|
|
39
|
-
"
|
|
40
|
-
|
|
59
|
+
"components": [
|
|
60
|
+
0.831935,
|
|
61
|
+
0.081627,
|
|
62
|
+
142.168533
|
|
63
|
+
],
|
|
64
|
+
"alpha": 1,
|
|
65
|
+
"hex": "#aad6a5"
|
|
41
66
|
}
|
|
42
67
|
},
|
|
43
68
|
"300": {
|
|
44
69
|
"$type": "color",
|
|
45
70
|
"$value": {
|
|
46
71
|
"colorSpace": "oklch",
|
|
47
|
-
"
|
|
48
|
-
|
|
72
|
+
"components": [
|
|
73
|
+
0.775209,
|
|
74
|
+
0.103098,
|
|
75
|
+
142.532525
|
|
76
|
+
],
|
|
77
|
+
"alpha": 1,
|
|
78
|
+
"hex": "#8fc78a"
|
|
49
79
|
}
|
|
50
80
|
},
|
|
51
81
|
"350": {
|
|
52
82
|
"$type": "color",
|
|
53
83
|
"$value": {
|
|
54
84
|
"colorSpace": "oklch",
|
|
55
|
-
"
|
|
56
|
-
|
|
85
|
+
"components": [
|
|
86
|
+
0.716492,
|
|
87
|
+
0.122642,
|
|
88
|
+
142.635863
|
|
89
|
+
],
|
|
90
|
+
"alpha": 1,
|
|
91
|
+
"hex": "#74b76f"
|
|
57
92
|
}
|
|
58
93
|
},
|
|
59
94
|
"400": {
|
|
60
95
|
"$type": "color",
|
|
61
96
|
"$value": {
|
|
62
97
|
"colorSpace": "oklch",
|
|
63
|
-
"
|
|
64
|
-
|
|
98
|
+
"components": [
|
|
99
|
+
0.660489,
|
|
100
|
+
0.143002,
|
|
101
|
+
142.833374
|
|
102
|
+
],
|
|
103
|
+
"alpha": 1,
|
|
104
|
+
"hex": "#58a854"
|
|
65
105
|
}
|
|
66
106
|
},
|
|
67
107
|
"450": {
|
|
68
108
|
"$type": "color",
|
|
69
109
|
"$value": {
|
|
70
110
|
"colorSpace": "oklch",
|
|
71
|
-
"
|
|
72
|
-
|
|
111
|
+
"components": [
|
|
112
|
+
0.633907,
|
|
113
|
+
0.153727,
|
|
114
|
+
142.929021
|
|
115
|
+
],
|
|
116
|
+
"alpha": 1,
|
|
117
|
+
"hex": "#49a146"
|
|
73
118
|
}
|
|
74
119
|
},
|
|
75
120
|
"500": {
|
|
76
121
|
"$type": "color",
|
|
77
122
|
"$value": {
|
|
78
123
|
"colorSpace": "oklch",
|
|
79
|
-
"
|
|
80
|
-
|
|
124
|
+
"components": [
|
|
125
|
+
0.604784,
|
|
126
|
+
0.163709,
|
|
127
|
+
142.769697
|
|
128
|
+
],
|
|
129
|
+
"alpha": 1,
|
|
130
|
+
"hex": "#399936"
|
|
81
131
|
}
|
|
82
132
|
},
|
|
83
133
|
"550": {
|
|
84
134
|
"$type": "color",
|
|
85
135
|
"$value": {
|
|
86
136
|
"colorSpace": "oklch",
|
|
87
|
-
"
|
|
88
|
-
|
|
137
|
+
"components": [
|
|
138
|
+
0.57829,
|
|
139
|
+
0.174808,
|
|
140
|
+
142.795704
|
|
141
|
+
],
|
|
142
|
+
"alpha": 1,
|
|
143
|
+
"hex": "#259224"
|
|
89
144
|
}
|
|
90
145
|
},
|
|
91
146
|
"600": {
|
|
92
147
|
"$type": "color",
|
|
93
148
|
"$value": {
|
|
94
149
|
"colorSpace": "oklch",
|
|
95
|
-
"
|
|
96
|
-
|
|
150
|
+
"components": [
|
|
151
|
+
0.549041,
|
|
152
|
+
0.184944,
|
|
153
|
+
142.800761
|
|
154
|
+
],
|
|
155
|
+
"alpha": 1,
|
|
156
|
+
"hex": "#008a07"
|
|
97
157
|
}
|
|
98
158
|
},
|
|
99
159
|
"650": {
|
|
100
160
|
"$type": "color",
|
|
101
161
|
"$value": {
|
|
102
162
|
"colorSpace": "oklch",
|
|
103
|
-
"
|
|
104
|
-
|
|
163
|
+
"components": [
|
|
164
|
+
0.478504,
|
|
165
|
+
0.161407,
|
|
166
|
+
142.758807
|
|
167
|
+
],
|
|
168
|
+
"alpha": 1,
|
|
169
|
+
"hex": "#007204"
|
|
105
170
|
}
|
|
106
171
|
},
|
|
107
172
|
"700": {
|
|
108
173
|
"$type": "color",
|
|
109
174
|
"$value": {
|
|
110
175
|
"colorSpace": "oklch",
|
|
111
|
-
"
|
|
112
|
-
|
|
176
|
+
"components": [
|
|
177
|
+
0.40526,
|
|
178
|
+
0.136911,
|
|
179
|
+
142.712023
|
|
180
|
+
],
|
|
181
|
+
"alpha": 1,
|
|
182
|
+
"hex": "#005a02"
|
|
113
183
|
}
|
|
114
184
|
},
|
|
115
185
|
"750": {
|
|
116
186
|
"$type": "color",
|
|
117
187
|
"$value": {
|
|
118
188
|
"colorSpace": "oklch",
|
|
119
|
-
"
|
|
120
|
-
|
|
189
|
+
"components": [
|
|
190
|
+
0.335094,
|
|
191
|
+
0.113301,
|
|
192
|
+
142.686907
|
|
193
|
+
],
|
|
194
|
+
"alpha": 1,
|
|
195
|
+
"hex": "#004401"
|
|
121
196
|
}
|
|
122
197
|
},
|
|
123
198
|
"800": {
|
|
124
199
|
"$type": "color",
|
|
125
200
|
"$value": {
|
|
126
201
|
"colorSpace": "oklch",
|
|
127
|
-
"
|
|
128
|
-
|
|
202
|
+
"components": [
|
|
203
|
+
0.26443,
|
|
204
|
+
0.089979,
|
|
205
|
+
142.495345
|
|
206
|
+
],
|
|
207
|
+
"alpha": 1,
|
|
208
|
+
"hex": "#002f00"
|
|
129
209
|
}
|
|
130
210
|
},
|
|
131
211
|
"850": {
|
|
132
212
|
"$type": "color",
|
|
133
213
|
"$value": {
|
|
134
214
|
"colorSpace": "oklch",
|
|
135
|
-
"
|
|
136
|
-
|
|
215
|
+
"components": [
|
|
216
|
+
0.218312,
|
|
217
|
+
0.074286,
|
|
218
|
+
142.495345
|
|
219
|
+
],
|
|
220
|
+
"alpha": 1,
|
|
221
|
+
"hex": "#002200"
|
|
137
222
|
}
|
|
138
223
|
},
|
|
139
224
|
"900": {
|
|
140
225
|
"$type": "color",
|
|
141
226
|
"$value": {
|
|
142
227
|
"colorSpace": "oklch",
|
|
143
|
-
"
|
|
144
|
-
|
|
228
|
+
"components": [
|
|
229
|
+
0.173455,
|
|
230
|
+
0.059022,
|
|
231
|
+
142.495345
|
|
232
|
+
],
|
|
233
|
+
"alpha": 1,
|
|
234
|
+
"hex": "#001600"
|
|
145
235
|
}
|
|
146
236
|
},
|
|
147
237
|
"950": {
|
|
148
238
|
"$type": "color",
|
|
149
239
|
"$value": {
|
|
150
240
|
"colorSpace": "oklch",
|
|
151
|
-
"
|
|
152
|
-
|
|
241
|
+
"components": [
|
|
242
|
+
0.1296,
|
|
243
|
+
0.044099,
|
|
244
|
+
142.495345
|
|
245
|
+
],
|
|
246
|
+
"alpha": 1,
|
|
247
|
+
"hex": "#000b00"
|
|
153
248
|
}
|
|
154
249
|
}
|
|
155
250
|
},
|
|
@@ -158,152 +253,247 @@
|
|
|
158
253
|
"$type": "color",
|
|
159
254
|
"$value": {
|
|
160
255
|
"colorSpace": "oklch",
|
|
161
|
-
"
|
|
162
|
-
|
|
256
|
+
"components": [
|
|
257
|
+
0.971893,
|
|
258
|
+
0.01526,
|
|
259
|
+
48.562489
|
|
260
|
+
],
|
|
261
|
+
"alpha": 1,
|
|
262
|
+
"hex": "#fff3ed"
|
|
163
263
|
}
|
|
164
264
|
},
|
|
165
265
|
"100": {
|
|
166
266
|
"$type": "color",
|
|
167
267
|
"$value": {
|
|
168
268
|
"colorSpace": "oklch",
|
|
169
|
-
"
|
|
170
|
-
|
|
269
|
+
"components": [
|
|
270
|
+
0.946835,
|
|
271
|
+
0.028629,
|
|
272
|
+
45.030952
|
|
273
|
+
],
|
|
274
|
+
"alpha": 1,
|
|
275
|
+
"hex": "#ffe8de"
|
|
171
276
|
}
|
|
172
277
|
},
|
|
173
278
|
"150": {
|
|
174
279
|
"$type": "color",
|
|
175
280
|
"$value": {
|
|
176
281
|
"colorSpace": "oklch",
|
|
177
|
-
"
|
|
178
|
-
|
|
282
|
+
"components": [
|
|
283
|
+
0.922108,
|
|
284
|
+
0.042396,
|
|
285
|
+
43.676216
|
|
286
|
+
],
|
|
287
|
+
"alpha": 1,
|
|
288
|
+
"hex": "#ffddcf"
|
|
179
289
|
}
|
|
180
290
|
},
|
|
181
291
|
"200": {
|
|
182
292
|
"$type": "color",
|
|
183
293
|
"$value": {
|
|
184
294
|
"colorSpace": "oklch",
|
|
185
|
-
"
|
|
186
|
-
|
|
295
|
+
"components": [
|
|
296
|
+
0.895911,
|
|
297
|
+
0.054446,
|
|
298
|
+
43.945452
|
|
299
|
+
],
|
|
300
|
+
"alpha": 1,
|
|
301
|
+
"hex": "#fdd2c0"
|
|
187
302
|
}
|
|
188
303
|
},
|
|
189
304
|
"250": {
|
|
190
305
|
"$type": "color",
|
|
191
306
|
"$value": {
|
|
192
307
|
"colorSpace": "oklch",
|
|
193
|
-
"
|
|
194
|
-
|
|
308
|
+
"components": [
|
|
309
|
+
0.843843,
|
|
310
|
+
0.073851,
|
|
311
|
+
43.908489
|
|
312
|
+
],
|
|
313
|
+
"alpha": 1,
|
|
314
|
+
"hex": "#f6bda5"
|
|
195
315
|
}
|
|
196
316
|
},
|
|
197
317
|
"300": {
|
|
198
318
|
"$type": "color",
|
|
199
319
|
"$value": {
|
|
200
320
|
"colorSpace": "oklch",
|
|
201
|
-
"
|
|
202
|
-
|
|
321
|
+
"components": [
|
|
322
|
+
0.791422,
|
|
323
|
+
0.092884,
|
|
324
|
+
44.093664
|
|
325
|
+
],
|
|
326
|
+
"alpha": 1,
|
|
327
|
+
"hex": "#eea88a"
|
|
203
328
|
}
|
|
204
329
|
},
|
|
205
330
|
"350": {
|
|
206
331
|
"$type": "color",
|
|
207
332
|
"$value": {
|
|
208
333
|
"colorSpace": "oklch",
|
|
209
|
-
"
|
|
210
|
-
|
|
334
|
+
"components": [
|
|
335
|
+
0.739959,
|
|
336
|
+
0.112378,
|
|
337
|
+
44.054533
|
|
338
|
+
],
|
|
339
|
+
"alpha": 1,
|
|
340
|
+
"hex": "#e6936f"
|
|
211
341
|
}
|
|
212
342
|
},
|
|
213
343
|
"400": {
|
|
214
344
|
"$type": "color",
|
|
215
345
|
"$value": {
|
|
216
346
|
"colorSpace": "oklch",
|
|
217
|
-
"
|
|
218
|
-
|
|
347
|
+
"components": [
|
|
348
|
+
0.686894,
|
|
349
|
+
0.13202,
|
|
350
|
+
43.712861
|
|
351
|
+
],
|
|
352
|
+
"alpha": 1,
|
|
353
|
+
"hex": "#dd7d53"
|
|
219
354
|
}
|
|
220
355
|
},
|
|
221
356
|
"450": {
|
|
222
357
|
"$type": "color",
|
|
223
358
|
"$value": {
|
|
224
359
|
"colorSpace": "oklch",
|
|
225
|
-
"
|
|
226
|
-
|
|
360
|
+
"components": [
|
|
361
|
+
0.660361,
|
|
362
|
+
0.141466,
|
|
363
|
+
43.83103
|
|
364
|
+
],
|
|
365
|
+
"alpha": 1,
|
|
366
|
+
"hex": "#d87244"
|
|
227
367
|
}
|
|
228
368
|
},
|
|
229
369
|
"500": {
|
|
230
370
|
"$type": "color",
|
|
231
371
|
"$value": {
|
|
232
372
|
"colorSpace": "oklch",
|
|
233
|
-
"
|
|
234
|
-
|
|
373
|
+
"components": [
|
|
374
|
+
0.634409,
|
|
375
|
+
0.150779,
|
|
376
|
+
43.925238
|
|
377
|
+
],
|
|
378
|
+
"alpha": 1,
|
|
379
|
+
"hex": "#d36734"
|
|
235
380
|
}
|
|
236
381
|
},
|
|
237
382
|
"550": {
|
|
238
383
|
"$type": "color",
|
|
239
384
|
"$value": {
|
|
240
385
|
"colorSpace": "oklch",
|
|
241
|
-
"
|
|
242
|
-
|
|
386
|
+
"components": [
|
|
387
|
+
0.609132,
|
|
388
|
+
0.159967,
|
|
389
|
+
44.109192
|
|
390
|
+
],
|
|
391
|
+
"alpha": 1,
|
|
392
|
+
"hex": "#ce5c21"
|
|
243
393
|
}
|
|
244
394
|
},
|
|
245
395
|
"600": {
|
|
246
396
|
"$type": "color",
|
|
247
397
|
"$value": {
|
|
248
398
|
"colorSpace": "oklch",
|
|
249
|
-
"
|
|
250
|
-
|
|
399
|
+
"components": [
|
|
400
|
+
0.58333,
|
|
401
|
+
0.169705,
|
|
402
|
+
43.997259
|
|
403
|
+
],
|
|
404
|
+
"alpha": 1,
|
|
405
|
+
"hex": "#c95000"
|
|
251
406
|
}
|
|
252
407
|
},
|
|
253
408
|
"650": {
|
|
254
409
|
"$type": "color",
|
|
255
410
|
"$value": {
|
|
256
411
|
"colorSpace": "oklch",
|
|
257
|
-
"
|
|
258
|
-
|
|
412
|
+
"components": [
|
|
413
|
+
0.507151,
|
|
414
|
+
0.15026,
|
|
415
|
+
42.423427
|
|
416
|
+
],
|
|
417
|
+
"alpha": 1,
|
|
418
|
+
"hex": "#a83f03"
|
|
259
419
|
}
|
|
260
420
|
},
|
|
261
421
|
"700": {
|
|
262
422
|
"$type": "color",
|
|
263
423
|
"$value": {
|
|
264
424
|
"colorSpace": "oklch",
|
|
265
|
-
"
|
|
266
|
-
|
|
425
|
+
"components": [
|
|
426
|
+
0.431173,
|
|
427
|
+
0.130695,
|
|
428
|
+
40.89405
|
|
429
|
+
],
|
|
430
|
+
"alpha": 1,
|
|
431
|
+
"hex": "#882f03"
|
|
267
432
|
}
|
|
268
433
|
},
|
|
269
434
|
"750": {
|
|
270
435
|
"$type": "color",
|
|
271
436
|
"$value": {
|
|
272
437
|
"colorSpace": "oklch",
|
|
273
|
-
"
|
|
274
|
-
|
|
438
|
+
"components": [
|
|
439
|
+
0.354963,
|
|
440
|
+
0.110993,
|
|
441
|
+
39.686374
|
|
442
|
+
],
|
|
443
|
+
"alpha": 1,
|
|
444
|
+
"hex": "#692001"
|
|
275
445
|
}
|
|
276
446
|
},
|
|
277
447
|
"800": {
|
|
278
448
|
"$type": "color",
|
|
279
449
|
"$value": {
|
|
280
450
|
"colorSpace": "oklch",
|
|
281
|
-
"
|
|
282
|
-
|
|
451
|
+
"components": [
|
|
452
|
+
0.278045,
|
|
453
|
+
0.090492,
|
|
454
|
+
38.267541
|
|
455
|
+
],
|
|
456
|
+
"alpha": 1,
|
|
457
|
+
"hex": "#4b1200"
|
|
283
458
|
}
|
|
284
459
|
},
|
|
285
460
|
"850": {
|
|
286
461
|
"$type": "color",
|
|
287
462
|
"$value": {
|
|
288
463
|
"colorSpace": "oklch",
|
|
289
|
-
"
|
|
290
|
-
|
|
464
|
+
"components": [
|
|
465
|
+
0.230061,
|
|
466
|
+
0.077034,
|
|
467
|
+
36.983064
|
|
468
|
+
],
|
|
469
|
+
"alpha": 1,
|
|
470
|
+
"hex": "#390a00"
|
|
291
471
|
}
|
|
292
472
|
},
|
|
293
473
|
"900": {
|
|
294
474
|
"$type": "color",
|
|
295
475
|
"$value": {
|
|
296
476
|
"colorSpace": "oklch",
|
|
297
|
-
"
|
|
298
|
-
|
|
477
|
+
"components": [
|
|
478
|
+
0.18011,
|
|
479
|
+
0.062518,
|
|
480
|
+
35.437897
|
|
481
|
+
],
|
|
482
|
+
"alpha": 1,
|
|
483
|
+
"hex": "#270400"
|
|
299
484
|
}
|
|
300
485
|
},
|
|
301
486
|
"950": {
|
|
302
487
|
"$type": "color",
|
|
303
488
|
"$value": {
|
|
304
489
|
"colorSpace": "oklch",
|
|
305
|
-
"
|
|
306
|
-
|
|
490
|
+
"components": [
|
|
491
|
+
0.132509,
|
|
492
|
+
0.049077,
|
|
493
|
+
32.856899
|
|
494
|
+
],
|
|
495
|
+
"alpha": 1,
|
|
496
|
+
"hex": "#170100"
|
|
307
497
|
}
|
|
308
498
|
}
|
|
309
499
|
},
|
|
@@ -312,152 +502,247 @@
|
|
|
312
502
|
"$type": "color",
|
|
313
503
|
"$value": {
|
|
314
504
|
"colorSpace": "oklch",
|
|
315
|
-
"
|
|
316
|
-
|
|
505
|
+
"components": [
|
|
506
|
+
0.966669,
|
|
507
|
+
0.016317,
|
|
508
|
+
22.079707
|
|
509
|
+
],
|
|
510
|
+
"alpha": 1,
|
|
511
|
+
"hex": "#fff0ef"
|
|
317
512
|
}
|
|
318
513
|
},
|
|
319
514
|
"100": {
|
|
320
515
|
"$type": "color",
|
|
321
516
|
"$value": {
|
|
322
517
|
"colorSpace": "oklch",
|
|
323
|
-
"
|
|
324
|
-
|
|
518
|
+
"components": [
|
|
519
|
+
0.936228,
|
|
520
|
+
0.032074,
|
|
521
|
+
20.106519
|
|
522
|
+
],
|
|
523
|
+
"alpha": 1,
|
|
524
|
+
"hex": "#ffe2e1"
|
|
325
525
|
}
|
|
326
526
|
},
|
|
327
527
|
"150": {
|
|
328
528
|
"$type": "color",
|
|
329
529
|
"$value": {
|
|
330
530
|
"colorSpace": "oklch",
|
|
331
|
-
"
|
|
332
|
-
|
|
531
|
+
"components": [
|
|
532
|
+
0.90654,
|
|
533
|
+
0.04838,
|
|
534
|
+
18.081137
|
|
535
|
+
],
|
|
536
|
+
"alpha": 1,
|
|
537
|
+
"hex": "#ffd4d4"
|
|
333
538
|
}
|
|
334
539
|
},
|
|
335
540
|
"200": {
|
|
336
541
|
"$type": "color",
|
|
337
542
|
"$value": {
|
|
338
543
|
"colorSpace": "oklch",
|
|
339
|
-
"
|
|
340
|
-
|
|
544
|
+
"components": [
|
|
545
|
+
0.875232,
|
|
546
|
+
0.062981,
|
|
547
|
+
18.428147
|
|
548
|
+
],
|
|
549
|
+
"alpha": 1,
|
|
550
|
+
"hex": "#fdc6c6"
|
|
341
551
|
}
|
|
342
552
|
},
|
|
343
553
|
"250": {
|
|
344
554
|
"$type": "color",
|
|
345
555
|
"$value": {
|
|
346
556
|
"colorSpace": "oklch",
|
|
347
|
-
"
|
|
348
|
-
|
|
557
|
+
"components": [
|
|
558
|
+
0.813013,
|
|
559
|
+
0.084945,
|
|
560
|
+
18.165704
|
|
561
|
+
],
|
|
562
|
+
"alpha": 1,
|
|
563
|
+
"hex": "#f4acad"
|
|
349
564
|
}
|
|
350
565
|
},
|
|
351
566
|
"300": {
|
|
352
567
|
"$type": "color",
|
|
353
568
|
"$value": {
|
|
354
569
|
"colorSpace": "oklch",
|
|
355
|
-
"
|
|
356
|
-
|
|
570
|
+
"components": [
|
|
571
|
+
0.75077,
|
|
572
|
+
0.106785,
|
|
573
|
+
18.43901
|
|
574
|
+
],
|
|
575
|
+
"alpha": 1,
|
|
576
|
+
"hex": "#ea9294"
|
|
357
577
|
}
|
|
358
578
|
},
|
|
359
579
|
"350": {
|
|
360
580
|
"$type": "color",
|
|
361
581
|
"$value": {
|
|
362
582
|
"colorSpace": "oklch",
|
|
363
|
-
"
|
|
364
|
-
|
|
583
|
+
"components": [
|
|
584
|
+
0.689178,
|
|
585
|
+
0.12804,
|
|
586
|
+
18.526045
|
|
587
|
+
],
|
|
588
|
+
"alpha": 1,
|
|
589
|
+
"hex": "#df787c"
|
|
365
590
|
}
|
|
366
591
|
},
|
|
367
592
|
"400": {
|
|
368
593
|
"$type": "color",
|
|
369
594
|
"$value": {
|
|
370
595
|
"colorSpace": "oklch",
|
|
371
|
-
"
|
|
372
|
-
|
|
596
|
+
"components": [
|
|
597
|
+
0.62753,
|
|
598
|
+
0.149171,
|
|
599
|
+
18.309398
|
|
600
|
+
],
|
|
601
|
+
"alpha": 1,
|
|
602
|
+
"hex": "#d35d65"
|
|
373
603
|
}
|
|
374
604
|
},
|
|
375
605
|
"450": {
|
|
376
606
|
"$type": "color",
|
|
377
607
|
"$value": {
|
|
378
608
|
"colorSpace": "oklch",
|
|
379
|
-
"
|
|
380
|
-
|
|
609
|
+
"components": [
|
|
610
|
+
0.596213,
|
|
611
|
+
0.160938,
|
|
612
|
+
18.339163
|
|
613
|
+
],
|
|
614
|
+
"alpha": 1,
|
|
615
|
+
"hex": "#cd4e59"
|
|
381
616
|
}
|
|
382
617
|
},
|
|
383
618
|
"500": {
|
|
384
619
|
"$type": "color",
|
|
385
620
|
"$value": {
|
|
386
621
|
"colorSpace": "oklch",
|
|
387
|
-
"
|
|
388
|
-
|
|
622
|
+
"components": [
|
|
623
|
+
0.565284,
|
|
624
|
+
0.170522,
|
|
625
|
+
18.2478
|
|
626
|
+
],
|
|
627
|
+
"alpha": 1,
|
|
628
|
+
"hex": "#c63f4e"
|
|
389
629
|
}
|
|
390
630
|
},
|
|
391
631
|
"550": {
|
|
392
632
|
"$type": "color",
|
|
393
633
|
"$value": {
|
|
394
634
|
"colorSpace": "oklch",
|
|
395
|
-
"
|
|
396
|
-
|
|
635
|
+
"components": [
|
|
636
|
+
0.532839,
|
|
637
|
+
0.182017,
|
|
638
|
+
18.232802
|
|
639
|
+
],
|
|
640
|
+
"alpha": 1,
|
|
641
|
+
"hex": "#bf2c42"
|
|
397
642
|
}
|
|
398
643
|
},
|
|
399
644
|
"600": {
|
|
400
645
|
"$type": "color",
|
|
401
646
|
"$value": {
|
|
402
647
|
"colorSpace": "oklch",
|
|
403
|
-
"
|
|
404
|
-
|
|
648
|
+
"components": [
|
|
649
|
+
0.501996,
|
|
650
|
+
0.192725,
|
|
651
|
+
18.079135
|
|
652
|
+
],
|
|
653
|
+
"alpha": 1,
|
|
654
|
+
"hex": "#b81237"
|
|
405
655
|
}
|
|
406
656
|
},
|
|
407
657
|
"650": {
|
|
408
658
|
"$type": "color",
|
|
409
659
|
"$value": {
|
|
410
660
|
"colorSpace": "oklch",
|
|
411
|
-
"
|
|
412
|
-
|
|
661
|
+
"components": [
|
|
662
|
+
0.436904,
|
|
663
|
+
0.169068,
|
|
664
|
+
18.82836
|
|
665
|
+
],
|
|
666
|
+
"alpha": 1,
|
|
667
|
+
"hex": "#990b2a"
|
|
413
668
|
}
|
|
414
669
|
},
|
|
415
670
|
"700": {
|
|
416
671
|
"$type": "color",
|
|
417
672
|
"$value": {
|
|
418
673
|
"colorSpace": "oklch",
|
|
419
|
-
"
|
|
420
|
-
|
|
674
|
+
"components": [
|
|
675
|
+
0.374388,
|
|
676
|
+
0.145685,
|
|
677
|
+
19.336218
|
|
678
|
+
],
|
|
679
|
+
"alpha": 1,
|
|
680
|
+
"hex": "#7c061f"
|
|
421
681
|
}
|
|
422
682
|
},
|
|
423
683
|
"750": {
|
|
424
684
|
"$type": "color",
|
|
425
685
|
"$value": {
|
|
426
686
|
"colorSpace": "oklch",
|
|
427
|
-
"
|
|
428
|
-
|
|
687
|
+
"components": [
|
|
688
|
+
0.30874,
|
|
689
|
+
0.121759,
|
|
690
|
+
19.939515
|
|
691
|
+
],
|
|
692
|
+
"alpha": 1,
|
|
693
|
+
"hex": "#5f0214"
|
|
429
694
|
}
|
|
430
695
|
},
|
|
431
696
|
"800": {
|
|
432
697
|
"$type": "color",
|
|
433
698
|
"$value": {
|
|
434
699
|
"colorSpace": "oklch",
|
|
435
|
-
"
|
|
436
|
-
|
|
700
|
+
"components": [
|
|
701
|
+
0.244464,
|
|
702
|
+
0.098267,
|
|
703
|
+
20.667881
|
|
704
|
+
],
|
|
705
|
+
"alpha": 1,
|
|
706
|
+
"hex": "#44000a"
|
|
437
707
|
}
|
|
438
708
|
},
|
|
439
709
|
"850": {
|
|
440
710
|
"$type": "color",
|
|
441
711
|
"$value": {
|
|
442
712
|
"colorSpace": "oklch",
|
|
443
|
-
"
|
|
444
|
-
|
|
713
|
+
"components": [
|
|
714
|
+
0.202838,
|
|
715
|
+
0.081665,
|
|
716
|
+
21.65418
|
|
717
|
+
],
|
|
718
|
+
"alpha": 1,
|
|
719
|
+
"hex": "#330005"
|
|
445
720
|
}
|
|
446
721
|
},
|
|
447
722
|
"900": {
|
|
448
723
|
"$type": "color",
|
|
449
724
|
"$value": {
|
|
450
725
|
"colorSpace": "oklch",
|
|
451
|
-
"
|
|
452
|
-
|
|
726
|
+
"components": [
|
|
727
|
+
0.161611,
|
|
728
|
+
0.065248,
|
|
729
|
+
23.141473
|
|
730
|
+
],
|
|
731
|
+
"alpha": 1,
|
|
732
|
+
"hex": "#230002"
|
|
453
733
|
}
|
|
454
734
|
},
|
|
455
735
|
"950": {
|
|
456
736
|
"$type": "color",
|
|
457
737
|
"$value": {
|
|
458
738
|
"colorSpace": "oklch",
|
|
459
|
-
"
|
|
460
|
-
|
|
739
|
+
"components": [
|
|
740
|
+
0.120777,
|
|
741
|
+
0.048658,
|
|
742
|
+
22.023968
|
|
743
|
+
],
|
|
744
|
+
"alpha": 1,
|
|
745
|
+
"hex": "#140001"
|
|
461
746
|
}
|
|
462
747
|
}
|
|
463
748
|
},
|
|
@@ -466,152 +751,247 @@
|
|
|
466
751
|
"$type": "color",
|
|
467
752
|
"$value": {
|
|
468
753
|
"colorSpace": "oklch",
|
|
469
|
-
"
|
|
470
|
-
|
|
754
|
+
"components": [
|
|
755
|
+
0.947933,
|
|
756
|
+
0.013249,
|
|
757
|
+
262.378766
|
|
758
|
+
],
|
|
759
|
+
"alpha": 1,
|
|
760
|
+
"hex": "#e9eef7"
|
|
471
761
|
}
|
|
472
762
|
},
|
|
473
763
|
"100": {
|
|
474
764
|
"$type": "color",
|
|
475
765
|
"$value": {
|
|
476
766
|
"colorSpace": "oklch",
|
|
477
|
-
"
|
|
478
|
-
|
|
767
|
+
"components": [
|
|
768
|
+
0.894885,
|
|
769
|
+
0.02153,
|
|
770
|
+
259.191552
|
|
771
|
+
],
|
|
772
|
+
"alpha": 1,
|
|
773
|
+
"hex": "#d4ddeb"
|
|
479
774
|
}
|
|
480
775
|
},
|
|
481
776
|
"150": {
|
|
482
777
|
"$type": "color",
|
|
483
778
|
"$value": {
|
|
484
779
|
"colorSpace": "oklch",
|
|
485
|
-
"
|
|
486
|
-
|
|
780
|
+
"components": [
|
|
781
|
+
0.84226,
|
|
782
|
+
0.030869,
|
|
783
|
+
260.704222
|
|
784
|
+
],
|
|
785
|
+
"alpha": 1,
|
|
786
|
+
"hex": "#c0cce0"
|
|
487
787
|
}
|
|
488
788
|
},
|
|
489
789
|
"200": {
|
|
490
790
|
"$type": "color",
|
|
491
791
|
"$value": {
|
|
492
792
|
"colorSpace": "oklch",
|
|
493
|
-
"
|
|
494
|
-
|
|
793
|
+
"components": [
|
|
794
|
+
0.788988,
|
|
795
|
+
0.040588,
|
|
796
|
+
261.491472
|
|
797
|
+
],
|
|
798
|
+
"alpha": 1,
|
|
799
|
+
"hex": "#acbbd5"
|
|
495
800
|
}
|
|
496
801
|
},
|
|
497
802
|
"250": {
|
|
498
803
|
"$type": "color",
|
|
499
804
|
"$value": {
|
|
500
805
|
"colorSpace": "oklch",
|
|
501
|
-
"
|
|
502
|
-
|
|
806
|
+
"components": [
|
|
807
|
+
0.732279,
|
|
808
|
+
0.055255,
|
|
809
|
+
262.600626
|
|
810
|
+
],
|
|
811
|
+
"alpha": 1,
|
|
812
|
+
"hex": "#96a9cc"
|
|
503
813
|
}
|
|
504
814
|
},
|
|
505
815
|
"300": {
|
|
506
816
|
"$type": "color",
|
|
507
817
|
"$value": {
|
|
508
818
|
"colorSpace": "oklch",
|
|
509
|
-
"
|
|
510
|
-
|
|
819
|
+
"components": [
|
|
820
|
+
0.676764,
|
|
821
|
+
0.068234,
|
|
822
|
+
261.470834
|
|
823
|
+
],
|
|
824
|
+
"alpha": 1,
|
|
825
|
+
"hex": "#8098c2"
|
|
511
826
|
}
|
|
512
827
|
},
|
|
513
828
|
"350": {
|
|
514
829
|
"$type": "color",
|
|
515
830
|
"$value": {
|
|
516
831
|
"colorSpace": "oklch",
|
|
517
|
-
"
|
|
518
|
-
|
|
832
|
+
"components": [
|
|
833
|
+
0.619287,
|
|
834
|
+
0.082332,
|
|
835
|
+
262.339289
|
|
836
|
+
],
|
|
837
|
+
"alpha": 1,
|
|
838
|
+
"hex": "#6b86b8"
|
|
519
839
|
}
|
|
520
840
|
},
|
|
521
841
|
"400": {
|
|
522
842
|
"$type": "color",
|
|
523
843
|
"$value": {
|
|
524
844
|
"colorSpace": "oklch",
|
|
525
|
-
"
|
|
526
|
-
|
|
845
|
+
"components": [
|
|
846
|
+
0.564226,
|
|
847
|
+
0.095527,
|
|
848
|
+
262.52779
|
|
849
|
+
],
|
|
850
|
+
"alpha": 1,
|
|
851
|
+
"hex": "#5775ae"
|
|
527
852
|
}
|
|
528
853
|
},
|
|
529
854
|
"450": {
|
|
530
855
|
"$type": "color",
|
|
531
856
|
"$value": {
|
|
532
857
|
"colorSpace": "oklch",
|
|
533
|
-
"
|
|
534
|
-
|
|
858
|
+
"components": [
|
|
859
|
+
0.535493,
|
|
860
|
+
0.102893,
|
|
861
|
+
262.922919
|
|
862
|
+
],
|
|
863
|
+
"alpha": 1,
|
|
864
|
+
"hex": "#4d6ca9"
|
|
535
865
|
}
|
|
536
866
|
},
|
|
537
867
|
"500": {
|
|
538
868
|
"$type": "color",
|
|
539
869
|
"$value": {
|
|
540
870
|
"colorSpace": "oklch",
|
|
541
|
-
"
|
|
542
|
-
|
|
871
|
+
"components": [
|
|
872
|
+
0.508435,
|
|
873
|
+
0.109592,
|
|
874
|
+
262.050185
|
|
875
|
+
],
|
|
876
|
+
"alpha": 1,
|
|
877
|
+
"hex": "#4264a4"
|
|
543
878
|
}
|
|
544
879
|
},
|
|
545
880
|
"550": {
|
|
546
881
|
"$type": "color",
|
|
547
882
|
"$value": {
|
|
548
883
|
"colorSpace": "oklch",
|
|
549
|
-
"
|
|
550
|
-
|
|
884
|
+
"components": [
|
|
885
|
+
0.479149,
|
|
886
|
+
0.115698,
|
|
887
|
+
262.137071
|
|
888
|
+
],
|
|
889
|
+
"alpha": 1,
|
|
890
|
+
"hex": "#385b9e"
|
|
551
891
|
}
|
|
552
892
|
},
|
|
553
893
|
"600": {
|
|
554
894
|
"$type": "color",
|
|
555
895
|
"$value": {
|
|
556
896
|
"colorSpace": "oklch",
|
|
557
|
-
"
|
|
558
|
-
|
|
897
|
+
"components": [
|
|
898
|
+
0.450622,
|
|
899
|
+
0.123283,
|
|
900
|
+
262.351496
|
|
901
|
+
],
|
|
902
|
+
"alpha": 1,
|
|
903
|
+
"hex": "#2e5299"
|
|
559
904
|
}
|
|
560
905
|
},
|
|
561
906
|
"650": {
|
|
562
907
|
"$type": "color",
|
|
563
908
|
"$value": {
|
|
564
909
|
"colorSpace": "oklch",
|
|
565
|
-
"
|
|
566
|
-
|
|
910
|
+
"components": [
|
|
911
|
+
0.390336,
|
|
912
|
+
0.109632,
|
|
913
|
+
262.276763
|
|
914
|
+
],
|
|
915
|
+
"alpha": 1,
|
|
916
|
+
"hex": "#23427f"
|
|
567
917
|
}
|
|
568
918
|
},
|
|
569
919
|
"700": {
|
|
570
920
|
"$type": "color",
|
|
571
921
|
"$value": {
|
|
572
922
|
"colorSpace": "oklch",
|
|
573
|
-
"
|
|
574
|
-
|
|
923
|
+
"components": [
|
|
924
|
+
0.331327,
|
|
925
|
+
0.095363,
|
|
926
|
+
262.195822
|
|
927
|
+
],
|
|
928
|
+
"alpha": 1,
|
|
929
|
+
"hex": "#193366"
|
|
575
930
|
}
|
|
576
931
|
},
|
|
577
932
|
"750": {
|
|
578
933
|
"$type": "color",
|
|
579
934
|
"$value": {
|
|
580
935
|
"colorSpace": "oklch",
|
|
581
|
-
"
|
|
582
|
-
|
|
936
|
+
"components": [
|
|
937
|
+
0.274244,
|
|
938
|
+
0.081954,
|
|
939
|
+
262.38017
|
|
940
|
+
],
|
|
941
|
+
"alpha": 1,
|
|
942
|
+
"hex": "#10254f"
|
|
583
943
|
}
|
|
584
944
|
},
|
|
585
945
|
"800": {
|
|
586
946
|
"$type": "color",
|
|
587
947
|
"$value": {
|
|
588
948
|
"colorSpace": "oklch",
|
|
589
|
-
"
|
|
590
|
-
|
|
949
|
+
"components": [
|
|
950
|
+
0.213923,
|
|
951
|
+
0.06809,
|
|
952
|
+
262.409405
|
|
953
|
+
],
|
|
954
|
+
"alpha": 1,
|
|
955
|
+
"hex": "#071738"
|
|
591
956
|
}
|
|
592
957
|
},
|
|
593
958
|
"850": {
|
|
594
959
|
"$type": "color",
|
|
595
960
|
"$value": {
|
|
596
961
|
"colorSpace": "oklch",
|
|
597
|
-
"
|
|
598
|
-
|
|
962
|
+
"components": [
|
|
963
|
+
0.177247,
|
|
964
|
+
0.057971,
|
|
965
|
+
262.994032
|
|
966
|
+
],
|
|
967
|
+
"alpha": 1,
|
|
968
|
+
"hex": "#040f2a"
|
|
599
969
|
}
|
|
600
970
|
},
|
|
601
971
|
"900": {
|
|
602
972
|
"$type": "color",
|
|
603
973
|
"$value": {
|
|
604
974
|
"colorSpace": "oklch",
|
|
605
|
-
"
|
|
606
|
-
|
|
975
|
+
"components": [
|
|
976
|
+
0.137795,
|
|
977
|
+
0.047857,
|
|
978
|
+
264.580497
|
|
979
|
+
],
|
|
980
|
+
"alpha": 1,
|
|
981
|
+
"hex": "#02071c"
|
|
607
982
|
}
|
|
608
983
|
},
|
|
609
984
|
"950": {
|
|
610
985
|
"$type": "color",
|
|
611
986
|
"$value": {
|
|
612
987
|
"colorSpace": "oklch",
|
|
613
|
-
"
|
|
614
|
-
|
|
988
|
+
"components": [
|
|
989
|
+
0.101112,
|
|
990
|
+
0.036894,
|
|
991
|
+
257.665016
|
|
992
|
+
],
|
|
993
|
+
"alpha": 1,
|
|
994
|
+
"hex": "#00030f"
|
|
615
995
|
}
|
|
616
996
|
}
|
|
617
997
|
}
|