@nswds/tokens 2.32.3 → 3.0.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.
Files changed (191) hide show
  1. package/dist/css/colors/global/hsl.css +342 -342
  2. package/dist/css/colors/global/oklch.css +342 -342
  3. package/dist/css/colors/semantic/hsl.css +76 -76
  4. package/dist/css/colors/semantic/oklch.css +76 -76
  5. package/dist/css/colors/themes/data-visualisation/hex.css +208 -0
  6. package/dist/css/colors/themes/data-visualisation/hsl.css +208 -0
  7. package/dist/css/colors/themes/data-visualisation/oklch.css +208 -0
  8. package/dist/css/colors/themes/data-visualisation/rgb.css +208 -0
  9. package/dist/css/colors/themes/fuchsia-blue/hex.css +59 -0
  10. package/dist/css/colors/themes/fuchsia-blue/hsl.css +59 -0
  11. package/dist/css/colors/themes/fuchsia-blue/oklch.css +59 -0
  12. package/dist/css/colors/themes/fuchsia-blue/rgb.css +59 -0
  13. package/dist/css/colors/themes/fuchsia-orange/hex.css +59 -0
  14. package/dist/css/colors/themes/fuchsia-orange/hsl.css +59 -0
  15. package/dist/css/colors/themes/fuchsia-orange/oklch.css +59 -0
  16. package/dist/css/colors/themes/fuchsia-orange/rgb.css +59 -0
  17. package/dist/css/colors/themes/masterbrand/hsl.css +57 -57
  18. package/dist/css/colors/themes/masterbrand/oklch.css +57 -57
  19. package/dist/figma/color/global/hex.json +1 -1
  20. package/dist/figma/color/global/hsl.json +1027 -2053
  21. package/dist/figma/color/global/oklch.json +1027 -2053
  22. package/dist/figma/color/global/rgb.json +1369 -2395
  23. package/dist/figma/color/semantic/hsl.json +228 -152
  24. package/dist/figma/color/semantic/oklch.json +228 -152
  25. package/dist/figma/color/semantic/rgb.json +304 -228
  26. package/dist/figma/color/themes/data-visualisation/hex.json +846 -0
  27. package/dist/figma/color/themes/data-visualisation/hsl.json +1876 -0
  28. package/dist/figma/color/themes/data-visualisation/oklch.json +1876 -0
  29. package/dist/figma/color/themes/data-visualisation/rgb.json +1876 -0
  30. package/dist/figma/color/themes/fuchsia-blue/hex.json +236 -0
  31. package/dist/figma/color/themes/fuchsia-blue/hsl.json +521 -0
  32. package/dist/figma/color/themes/fuchsia-blue/oklch.json +521 -0
  33. package/dist/figma/color/themes/fuchsia-blue/rgb.json +521 -0
  34. package/dist/figma/color/themes/fuchsia-orange/hex.json +236 -0
  35. package/dist/figma/color/themes/fuchsia-orange/hsl.json +521 -0
  36. package/dist/figma/color/themes/fuchsia-orange/oklch.json +521 -0
  37. package/dist/figma/color/themes/fuchsia-orange/rgb.json +521 -0
  38. package/dist/figma/color/themes/masterbrand/color/hsl.json +171 -114
  39. package/dist/figma/color/themes/masterbrand/color/oklch.json +171 -114
  40. package/dist/figma/color/themes/masterbrand/color/rgb.json +228 -171
  41. package/dist/index.cjs +33786 -11365
  42. package/dist/index.cjs.map +1 -1
  43. package/dist/index.d.cts +3878 -482
  44. package/dist/index.d.ts +3878 -482
  45. package/dist/index.js +33786 -11365
  46. package/dist/index.js.map +1 -1
  47. package/dist/js/colors/global/hsl.js +342 -342
  48. package/dist/js/colors/global/oklch.js +342 -342
  49. package/dist/js/colors/semantic/hex.js +0 -3
  50. package/dist/js/colors/semantic/hsl.js +76 -79
  51. package/dist/js/colors/semantic/oklch.js +76 -79
  52. package/dist/js/colors/semantic/rgb.js +0 -3
  53. package/dist/js/colors/themes/data-visualisation/hex.js +226 -0
  54. package/dist/js/colors/themes/data-visualisation/hsl.js +226 -0
  55. package/dist/js/colors/themes/data-visualisation/oklch.js +226 -0
  56. package/dist/js/colors/themes/data-visualisation/rgb.js +226 -0
  57. package/dist/js/colors/themes/fuchsia-blue/hex.js +63 -0
  58. package/dist/js/colors/themes/fuchsia-blue/hsl.js +63 -0
  59. package/dist/js/colors/themes/fuchsia-blue/oklch.js +63 -0
  60. package/dist/js/colors/themes/fuchsia-blue/rgb.js +63 -0
  61. package/dist/js/colors/themes/fuchsia-orange/hex.js +63 -0
  62. package/dist/js/colors/themes/fuchsia-orange/hsl.js +63 -0
  63. package/dist/js/colors/themes/fuchsia-orange/oklch.js +63 -0
  64. package/dist/js/colors/themes/fuchsia-orange/rgb.js +63 -0
  65. package/dist/js/colors/themes/masterbrand/hsl.js +57 -57
  66. package/dist/js/colors/themes/masterbrand/oklch.js +57 -57
  67. package/dist/json/colors/global/hex.json +1 -1
  68. package/dist/json/colors/global/hsl.json +343 -343
  69. package/dist/json/colors/global/oklch.json +343 -343
  70. package/dist/json/colors/global/rgb.json +1 -1
  71. package/dist/json/colors/semantic/hsl.json +76 -76
  72. package/dist/json/colors/semantic/oklch.json +76 -76
  73. package/dist/json/colors/themes/data-visualisation/hex.json +228 -0
  74. package/dist/json/colors/themes/data-visualisation/hsl.json +228 -0
  75. package/dist/json/colors/themes/data-visualisation/oklch.json +228 -0
  76. package/dist/json/colors/themes/data-visualisation/rgb.json +228 -0
  77. package/dist/json/colors/themes/fuchsia-blue/hex.json +65 -0
  78. package/dist/json/colors/themes/fuchsia-blue/hsl.json +65 -0
  79. package/dist/json/colors/themes/fuchsia-blue/oklch.json +65 -0
  80. package/dist/json/colors/themes/fuchsia-blue/rgb.json +65 -0
  81. package/dist/json/colors/themes/fuchsia-orange/hex.json +65 -0
  82. package/dist/json/colors/themes/fuchsia-orange/hsl.json +65 -0
  83. package/dist/json/colors/themes/fuchsia-orange/oklch.json +65 -0
  84. package/dist/json/colors/themes/fuchsia-orange/rgb.json +65 -0
  85. package/dist/json/colors/themes/masterbrand/hsl.json +57 -57
  86. package/dist/json/colors/themes/masterbrand/oklch.json +57 -57
  87. package/dist/less/colors/global/hsl.less +342 -342
  88. package/dist/less/colors/global/oklch.less +342 -342
  89. package/dist/less/colors/semantic/hsl.less +76 -76
  90. package/dist/less/colors/semantic/oklch.less +76 -76
  91. package/dist/less/colors/themes/data-visualisation/hex.less +206 -0
  92. package/dist/less/colors/themes/data-visualisation/hsl.less +206 -0
  93. package/dist/less/colors/themes/data-visualisation/oklch.less +206 -0
  94. package/dist/less/colors/themes/data-visualisation/rgb.less +206 -0
  95. package/dist/less/colors/themes/fuchsia-blue/hex.less +57 -0
  96. package/dist/less/colors/themes/fuchsia-blue/hsl.less +57 -0
  97. package/dist/less/colors/themes/fuchsia-blue/oklch.less +57 -0
  98. package/dist/less/colors/themes/fuchsia-blue/rgb.less +57 -0
  99. package/dist/less/colors/themes/fuchsia-orange/hex.less +57 -0
  100. package/dist/less/colors/themes/fuchsia-orange/hsl.less +57 -0
  101. package/dist/less/colors/themes/fuchsia-orange/oklch.less +57 -0
  102. package/dist/less/colors/themes/fuchsia-orange/rgb.less +57 -0
  103. package/dist/less/colors/themes/masterbrand/hsl.less +57 -57
  104. package/dist/less/colors/themes/masterbrand/oklch.less +57 -57
  105. package/dist/scss/colors/global/hsl.scss +342 -342
  106. package/dist/scss/colors/global/oklch.scss +342 -342
  107. package/dist/scss/colors/semantic/hsl.scss +76 -76
  108. package/dist/scss/colors/semantic/oklch.scss +76 -76
  109. package/dist/scss/colors/themes/data-visualisation/hex.scss +206 -0
  110. package/dist/scss/colors/themes/data-visualisation/hsl.scss +206 -0
  111. package/dist/scss/colors/themes/data-visualisation/oklch.scss +206 -0
  112. package/dist/scss/colors/themes/data-visualisation/rgb.scss +206 -0
  113. package/dist/scss/colors/themes/fuchsia-blue/hex.scss +57 -0
  114. package/dist/scss/colors/themes/fuchsia-blue/hsl.scss +57 -0
  115. package/dist/scss/colors/themes/fuchsia-blue/oklch.scss +57 -0
  116. package/dist/scss/colors/themes/fuchsia-blue/rgb.scss +57 -0
  117. package/dist/scss/colors/themes/fuchsia-orange/hex.scss +57 -0
  118. package/dist/scss/colors/themes/fuchsia-orange/hsl.scss +57 -0
  119. package/dist/scss/colors/themes/fuchsia-orange/oklch.scss +57 -0
  120. package/dist/scss/colors/themes/fuchsia-orange/rgb.scss +57 -0
  121. package/dist/scss/colors/themes/masterbrand/hsl.scss +57 -57
  122. package/dist/scss/colors/themes/masterbrand/oklch.scss +57 -57
  123. package/dist/tailwind/colors/global/hsl.css +342 -342
  124. package/dist/tailwind/colors/global/oklch.css +342 -342
  125. package/dist/tailwind/colors/semantic/hsl.css +76 -76
  126. package/dist/tailwind/colors/semantic/oklch.css +76 -76
  127. package/dist/tailwind/colors/themes/data-visualisation/hsl.css +206 -206
  128. package/dist/tailwind/colors/themes/data-visualisation/oklch.css +206 -206
  129. package/dist/tailwind/colors/themes/fuchsia-blue/hex.css +1 -1
  130. package/dist/tailwind/colors/themes/fuchsia-blue/hsl.css +117 -57
  131. package/dist/tailwind/colors/themes/fuchsia-blue/oklch.css +117 -57
  132. package/dist/tailwind/colors/themes/fuchsia-blue/rgb.css +117 -57
  133. package/dist/tailwind/colors/themes/fuchsia-orange/hex.css +1 -1
  134. package/dist/tailwind/colors/themes/fuchsia-orange/hsl.css +117 -57
  135. package/dist/tailwind/colors/themes/fuchsia-orange/oklch.css +117 -57
  136. package/dist/tailwind/colors/themes/fuchsia-orange/rgb.css +117 -57
  137. package/dist/tailwind/colors/themes/masterbrand/hex.css +1 -1
  138. package/dist/tailwind/colors/themes/masterbrand/hsl.css +117 -57
  139. package/dist/tailwind/colors/themes/masterbrand/oklch.css +117 -57
  140. package/dist/tailwind/colors/themes/masterbrand/rgb.css +117 -57
  141. package/dist/tokens/global/color/canonical.json +4484 -0
  142. package/dist/tokens/global/color/hex.json +1 -1
  143. package/dist/tokens/global/color/hsl.json +1942 -1600
  144. package/dist/tokens/global/color/oklch.json +2041 -1699
  145. package/dist/tokens/global/color/rgb.json +2342 -2000
  146. package/dist/tokens/primitives-global.light.json +3421 -343
  147. package/dist/tokens/primitives-semantic.light.json +761 -77
  148. package/dist/tokens/semantic/color/canonical.json +998 -0
  149. package/dist/tokens/semantic/color/hsl.json +532 -152
  150. package/dist/tokens/semantic/color/oklch.json +532 -152
  151. package/dist/tokens/semantic/color/rgb.json +608 -228
  152. package/dist/tokens/themes/color/data-visualisation/canonical.json +2700 -0
  153. package/dist/tokens/themes/color/data-visualisation/hex.json +846 -0
  154. package/dist/tokens/themes/color/data-visualisation/hsl.json +2700 -0
  155. package/dist/tokens/themes/color/data-visualisation/oklch.json +2700 -0
  156. package/dist/tokens/themes/color/data-visualisation/rgb.json +2700 -0
  157. package/dist/tokens/themes/color/fuchsia-blue/canonical.json +236 -0
  158. package/dist/tokens/themes/color/fuchsia-blue/hex.json +236 -0
  159. package/dist/tokens/themes/color/fuchsia-blue/hsl.json +749 -0
  160. package/dist/tokens/themes/color/fuchsia-blue/oklch.json +749 -0
  161. package/dist/tokens/themes/color/fuchsia-blue/rgb.json +749 -0
  162. package/dist/tokens/themes/color/fuchsia-orange/canonical.json +236 -0
  163. package/dist/tokens/themes/color/fuchsia-orange/hex.json +236 -0
  164. package/dist/tokens/themes/color/fuchsia-orange/hsl.json +749 -0
  165. package/dist/tokens/themes/color/fuchsia-orange/oklch.json +749 -0
  166. package/dist/tokens/themes/color/fuchsia-orange/rgb.json +749 -0
  167. package/dist/tokens/themes/color/masterbrand/canonical.json +236 -0
  168. package/dist/tokens/themes/color/masterbrand/hex.json +1 -1
  169. package/dist/tokens/themes/color/masterbrand/hsl.json +313 -256
  170. package/dist/tokens/themes/color/masterbrand/oklch.json +338 -281
  171. package/dist/tokens/themes/color/masterbrand/rgb.json +390 -333
  172. package/dist/tokens/themes-masterbrand.light.json +1 -1
  173. package/dist/ts/colors/global/hsl.ts +342 -342
  174. package/dist/ts/colors/global/oklch.ts +342 -342
  175. package/dist/ts/colors/semantic/hsl.ts +76 -76
  176. package/dist/ts/colors/semantic/oklch.ts +76 -76
  177. package/dist/ts/colors/themes/data-visualisation/hex.ts +226 -0
  178. package/dist/ts/colors/themes/data-visualisation/hsl.ts +226 -0
  179. package/dist/ts/colors/themes/data-visualisation/oklch.ts +226 -0
  180. package/dist/ts/colors/themes/data-visualisation/rgb.ts +226 -0
  181. package/dist/ts/colors/themes/fuchsia-blue/hex.ts +63 -0
  182. package/dist/ts/colors/themes/fuchsia-blue/hsl.ts +63 -0
  183. package/dist/ts/colors/themes/fuchsia-blue/oklch.ts +63 -0
  184. package/dist/ts/colors/themes/fuchsia-blue/rgb.ts +63 -0
  185. package/dist/ts/colors/themes/fuchsia-orange/hex.ts +63 -0
  186. package/dist/ts/colors/themes/fuchsia-orange/hsl.ts +63 -0
  187. package/dist/ts/colors/themes/fuchsia-orange/oklch.ts +63 -0
  188. package/dist/ts/colors/themes/fuchsia-orange/rgb.ts +63 -0
  189. package/dist/ts/colors/themes/masterbrand/hsl.ts +57 -57
  190. package/dist/ts/colors/themes/masterbrand/oklch.ts +57 -57
  191. package/package.json +7 -2
@@ -208,210 +208,210 @@
208
208
  }
209
209
 
210
210
  :root {
211
- --ember-50: oklch(0.26941250914562653 0.010359980410804477 242.08386480750661);
212
- --ember-100: oklch(0.28008157601578276 0.038070598867272605 254.21354645332488);
213
- --ember-150: oklch(0.29075064288593905 0.06578121732374073 266.3432280991432);
214
- --ember-200: oklch(0.3014197097560953 0.09349183578020887 278.47290974496144);
215
- --ember-250: oklch(0.31208877662625156 0.121202454236677 290.6025913907797);
216
- --ember-300: oklch(0.3227578434964078 0.1489130726931451 302.732273036598);
217
- --ember-350: oklch(0.37059735908503444 0.16263146044053944 318.25253033835594);
218
- --ember-400: oklch(0.4184368746736611 0.17634984818793376 333.7727876401139);
219
- --ember-450: oklch(0.46627639026228773 0.1900682359353281 349.2930449418719);
220
- --ember-500: oklch(0.5141159058509144 0.20378662368272243 364.8133022436299);
221
- --ember-550: oklch(0.561955421439541 0.21750501143011675 380.33355954538786);
222
- --ember-600: oklch(0.5844471096439127 0.2124898578932087 24.69646414455863);
223
- --ember-650: oklch(0.6069387978482844 0.20747470435630064 29.059368743729372);
224
- --ember-700: oklch(0.6294304860526561 0.2024595508193926 33.42227334290012);
225
- --ember-750: oklch(0.6519221742570278 0.19744439728248453 37.78517794207087);
226
- --ember-800: oklch(0.6744138624613994 0.1924292437455765 42.148082541241614);
227
- --ember-850: oklch(0.7005386161572219 0.1874149612588774 49.23658619567631);
228
- --ember-900: oklch(0.7266633698530445 0.18240067877217833 56.32508985011101);
229
- --ember-950: oklch(0.7527881235488669 0.17738639628547925 63.41359350454571);
230
- --ember-1000: oklch(0.7789128772446895 0.17237211379878017 70.5020971589804);
231
- --ember-1050: oklch(0.805037630940512 0.1673578313120811 77.59060081341511);
232
- --earthfire-50: oklch(0.3613609992214239 0.05850633759649848 66.9201446671023);
233
- --earthfire-100: oklch(0.375528629961059 0.07868078002461537 60.14060364356939);
234
- --earthfire-150: oklch(0.38969626070069413 0.09885522245273226 53.361062620036485);
235
- --earthfire-200: oklch(0.4038638914403292 0.11902966488084912 46.58152159650358);
236
- --earthfire-250: oklch(0.4180315221799643 0.13920410730896604 39.80198057297066);
237
- --earthfire-300: oklch(0.4321991529195994 0.1593785497370829 33.022439549437756);
238
- --earthfire-350: oklch(0.48064209482795944 0.16598868853878163 34.847568147798526);
239
- --earthfire-400: oklch(0.5290850367363195 0.17259882734048035 36.672696746159296);
240
- --earthfire-450: oklch(0.5775279786446794 0.17920896614217904 38.49782534452007);
241
- --earthfire-500: oklch(0.6259709205530395 0.18581910494387777 40.322953942880844);
242
- --earthfire-550: oklch(0.6744138624613994 0.1924292437455765 42.148082541241614);
243
- --earthfire-600: oklch(0.7005386161572219 0.1874149612588774 49.23658619567631);
244
- --earthfire-650: oklch(0.7266633698530445 0.18240067877217833 56.32508985011101);
245
- --earthfire-700: oklch(0.7527881235488669 0.17738639628547925 63.41359350454571);
246
- --earthfire-750: oklch(0.7789128772446895 0.17237211379878017 70.5020971589804);
247
- --earthfire-800: oklch(0.805037630940512 0.1673578313120811 77.59060081341511);
248
- --earthfire-850: oklch(0.8297809709649343 0.1536949679676753 80.88019785042881);
249
- --earthfire-900: oklch(0.8545243109893567 0.14003210462326948 84.1697948874425);
250
- --earthfire-950: oklch(0.879267651013779 0.12636924127886368 87.45939192445621);
251
- --earthfire-1000: oklch(0.9040109910382014 0.11270637793445784 90.7489889614699);
252
- --earthfire-1050: oklch(0.9287543310626237 0.09904351459005203 94.03858599848361);
253
- --fuchsia-heat-50: oklch(0.340575889122065 0.14685114320973375 341.7061446429382);
254
- --fuchsia-heat-100: oklch(0.39271137664696126 0.16832751251930148 341.41537719439964);
255
- --fuchsia-heat-150: oklch(0.4448468641718576 0.1898038818288692 341.12460974586105);
256
- --fuchsia-heat-200: oklch(0.49698235169675387 0.2112802511384369 340.8338422973224);
257
- --fuchsia-heat-250: oklch(0.5491178392216501 0.23275662044800466 340.5430748487838);
258
- --fuchsia-heat-300: oklch(0.6012533267465464 0.25423298975757236 340.25230740024523);
259
- --fuchsia-heat-350: oklch(0.615885433889517 0.24187224055517317 352.6314624284445);
260
- --fuchsia-heat-400: oklch(0.6305175410324876 0.22951149135277402 365.0106174566438);
261
- --fuchsia-heat-450: oklch(0.6451496481754583 0.21715074215037483 377.38977248484304);
262
- --fuchsia-heat-500: oklch(0.6597817553184289 0.20478999294797567 389.76892751304234);
263
- --fuchsia-heat-550: oklch(0.6744138624613994 0.1924292437455765 402.1480825412416);
264
- --fuchsia-heat-600: oklch(0.7005386161572219 0.1874149612588774 49.23658619567631);
265
- --fuchsia-heat-650: oklch(0.7266633698530445 0.18240067877217833 56.32508985011101);
266
- --fuchsia-heat-700: oklch(0.7527881235488669 0.17738639628547925 63.41359350454571);
267
- --fuchsia-heat-750: oklch(0.7789128772446895 0.17237211379878017 70.5020971589804);
268
- --fuchsia-heat-800: oklch(0.805037630940512 0.1673578313120811 77.59060081341511);
269
- --fuchsia-heat-850: oklch(0.8297809709649343 0.1536949679676753 80.88019785042881);
270
- --fuchsia-heat-900: oklch(0.8545243109893567 0.14003210462326948 84.1697948874425);
271
- --fuchsia-heat-950: oklch(0.879267651013779 0.12636924127886368 87.45939192445621);
272
- --fuchsia-heat-1000: oklch(0.9040109910382014 0.11270637793445784 90.7489889614699);
273
- --fuchsia-heat-1050: oklch(0.9287543310626237 0.09904351459005203 94.03858599848361);
274
- --polar-glow-50: oklch(0.28999868761296915 0.11729575493611505 259.8419383518128);
275
- --polar-glow-100: oklch(0.34702148121110205 0.1398033340019479 260.02481761921945);
276
- --polar-glow-150: oklch(0.404044274809235 0.16231091306778073 260.20769688662614);
277
- --polar-glow-200: oklch(0.4610670684073679 0.18481849213361357 260.3905761540328);
278
- --polar-glow-250: oklch(0.5180898620055008 0.2073260711994464 260.57345542143946);
279
- --polar-glow-300: oklch(0.5751126556036337 0.22983365026527922 260.7563346888461);
280
- --polar-glow-350: oklch(0.5714061327954376 0.19990429396873818 250.7825946981967);
281
- --polar-glow-400: oklch(0.5676996099872416 0.16997493767219712 240.8088547075473);
282
- --polar-glow-450: oklch(0.5639930871790456 0.1400455813756561 230.83511471689792);
283
- --polar-glow-500: oklch(0.5602865643708496 0.11011622507911506 220.8613747262485);
284
- --polar-glow-550: oklch(0.5565800415626535 0.08018686878257403 210.8876347355991);
285
- --polar-glow-600: oklch(0.614045385775663 0.07989207999038019 209.90435426372622);
286
- --polar-glow-650: oklch(0.6715107299886726 0.07959729119818636 208.92107379185333);
287
- --polar-glow-700: oklch(0.728976074201682 0.07930250240599251 207.93779331998044);
288
- --polar-glow-750: oklch(0.7864414184146915 0.07900771361379869 206.95451284810756);
289
- --polar-glow-800: oklch(0.843906762627701 0.07871292482160484 205.97123237623467);
290
- --polar-glow-850: oklch(0.8605191598756461 0.06913623040762773 202.09457902880814);
291
- --polar-glow-900: oklch(0.8771315571235911 0.0595595359936506 198.21792568138164);
292
- --polar-glow-950: oklch(0.8937439543715363 0.04998284157967349 194.34127233395512);
293
- --polar-glow-1000: oklch(0.9103563516194814 0.04040614716569636 190.46461898652862);
294
- --polar-glow-1050: oklch(0.9269687488674264 0.03082945275171925 186.5879656391021);
295
- --glacier-pool-50: oklch(0.3227578434964078 0.1489130726931451 302.732273036598);
296
- --glacier-pool-100: oklch(0.37455225184473395 0.16345336471971228 300.286155081269);
297
- --glacier-pool-150: oklch(0.42634666019306017 0.17799365674627945 297.84003712594);
298
- --glacier-pool-200: oklch(0.4781410685413863 0.1925339487728466 295.39391917061107);
299
- --glacier-pool-250: oklch(0.5299354768897125 0.20707424079941378 292.9478012152821);
300
- --glacier-pool-300: oklch(0.5817298852380387 0.22161453282598095 290.5016832599531);
301
- --glacier-pool-350: oklch(0.5804064393111577 0.2232583563138406 284.5526135457317);
302
- --glacier-pool-400: oklch(0.5790829933842767 0.22490217980170027 278.6035438315103);
303
- --glacier-pool-450: oklch(0.5777595474573957 0.2265460032895599 272.6544741172889);
304
- --glacier-pool-500: oklch(0.5764361015305147 0.22818982677741956 266.7054044030675);
305
- --glacier-pool-550: oklch(0.5751126556036337 0.22983365026527922 260.7563346888461);
306
- --glacier-pool-600: oklch(0.6329084041312646 0.20229545991836423 253.324100552745);
307
- --glacier-pool-650: oklch(0.6907041526588955 0.17475726957144927 245.8918664166439);
308
- --glacier-pool-700: oklch(0.7484999011865263 0.1472190792245343 238.45963228054276);
309
- --glacier-pool-750: oklch(0.8062956497141572 0.11968088887761932 231.02739814444166);
310
- --glacier-pool-800: oklch(0.8640913982417882 0.09214269853070436 223.59516400834056);
311
- --glacier-pool-850: oklch(0.876607835646608 0.08204682871763162 224.45428856710376);
312
- --glacier-pool-900: oklch(0.8891242730514279 0.07195095890455891 225.31341312586693);
313
- --glacier-pool-950: oklch(0.9016407104562478 0.06185508909148618 226.17253768463013);
314
- --glacier-pool-1000: oklch(0.9141571478610677 0.05175921927841346 227.0316622433933);
315
- --glacier-pool-1050: oklch(0.9266735852658876 0.04166334946534074 227.8907868021565);
316
- --deep-current-50: oklch(0.33911919741392443 0.053288133195211605 210.30348176697262);
317
- --deep-current-100: oklch(0.38261136624367026 0.05866788031268409 210.42031236069792);
318
- --deep-current-150: oklch(0.4261035350734161 0.06404762743015657 210.53714295442322);
319
- --deep-current-200: oklch(0.46959570390316185 0.06942737454762905 210.6539735481485);
320
- --deep-current-250: oklch(0.5130878727329077 0.07480712166510155 210.7708041418738);
321
- --deep-current-300: oklch(0.5565800415626535 0.08018686878257403 210.8876347355991);
322
- --deep-current-350: oklch(0.5602865643708496 0.11011622507911506 220.8613747262485);
323
- --deep-current-400: oklch(0.5639930871790456 0.1400455813756561 230.83511471689792);
324
- --deep-current-450: oklch(0.5676996099872416 0.16997493767219712 240.8088547075473);
325
- --deep-current-500: oklch(0.5714061327954376 0.19990429396873818 250.7825946981967);
326
- --deep-current-550: oklch(0.5751126556036337 0.22983365026527922 260.7563346888461);
327
- --deep-current-600: oklch(0.6329084041312646 0.20229545991836423 253.324100552745);
328
- --deep-current-650: oklch(0.6907041526588955 0.17475726957144927 245.8918664166439);
329
- --deep-current-700: oklch(0.7484999011865263 0.1472190792245343 238.45963228054276);
330
- --deep-current-750: oklch(0.8062956497141572 0.11968088887761932 231.02739814444166);
331
- --deep-current-800: oklch(0.8640913982417882 0.09214269853070436 223.59516400834056);
332
- --deep-current-850: oklch(0.876607835646608 0.08204682871763162 224.45428856710376);
333
- --deep-current-900: oklch(0.8891242730514279 0.07195095890455891 225.31341312586693);
334
- --deep-current-950: oklch(0.9016407104562478 0.06185508909148618 226.17253768463013);
335
- --deep-current-1000: oklch(0.9141571478610677 0.05175921927841346 227.0316622433933);
336
- --deep-current-1050: oklch(0.9266735852658876 0.04166334946534074 227.8907868021565);
337
- --blue-red-50: oklch(0.28999868761296915 0.11729575493611505 259.8419383518128);
338
- --blue-red-100: oklch(0.34702148121110205 0.1398033340019479 260.02481761921945);
339
- --blue-red-150: oklch(0.404044274809235 0.16231091306778073 260.20769688662614);
340
- --blue-red-200: oklch(0.4610670684073679 0.18481849213361357 260.3905761540328);
341
- --blue-red-250: oklch(0.5180898620055008 0.2073260711994464 260.57345542143946);
342
- --blue-red-300: oklch(0.5751126556036337 0.22983365026527922 260.7563346888461);
343
- --blue-red-350: oklch(0.6600901244829069 0.18386692021222337 260.7563346888461);
344
- --blue-red-400: oklch(0.7450675933621802 0.13790019015916752 260.7563346888461);
345
- --blue-red-450: oklch(0.8300450622414535 0.0919334601061117 260.7563346888461);
346
- --blue-red-500: oklch(0.9150225311207267 0.04596673005305582 260.7563346888461);
347
- --blue-red-550: oklch(0.9123910842879082 0.043501002286023355 20.33355954538788);
348
- --blue-red-600: oklch(0.8247821685758164 0.08700200457204671 20.33355954538788);
349
- --blue-red-650: oklch(0.7371732528637247 0.13050300685807004 20.33355954538788);
350
- --blue-red-700: oklch(0.6495643371516329 0.17400400914409342 20.33355954538788);
351
- --blue-red-750: oklch(0.561955421439541 0.21750501143011675 20.33355954538788);
352
- --blue-red-800: oklch(0.5129578165530939 0.1993814048599521 19.6934710817863);
353
- --blue-red-850: oklch(0.4639602116666469 0.18125779828978744 19.053382618184717);
354
- --blue-red-900: oklch(0.4149626067801998 0.1631341917196228 18.413294154583134);
355
- --blue-red-950: oklch(0.36596500189375275 0.14501058514945814 17.773205690981552);
356
- --blue-red-1000: oklch(0.3169673970073057 0.12688697857929349 17.13311722737997);
357
- --blue-orange-50: oklch(0.28999868761296915 0.11729575493611505 259.8419383518128);
358
- --blue-orange-100: oklch(0.34702148121110205 0.1398033340019479 260.02481761921945);
359
- --blue-orange-150: oklch(0.404044274809235 0.16231091306778073 260.20769688662614);
360
- --blue-orange-200: oklch(0.4610670684073679 0.18481849213361357 260.3905761540328);
361
- --blue-orange-250: oklch(0.5180898620055008 0.2073260711994464 260.57345542143946);
362
- --blue-orange-300: oklch(0.5751126556036337 0.22983365026527922 260.7563346888461);
363
- --blue-orange-350: oklch(0.6600901244829069 0.18386692021222337 260.7563346888461);
364
- --blue-orange-400: oklch(0.7450675933621802 0.13790019015916752 260.7563346888461);
365
- --blue-orange-450: oklch(0.8300450622414535 0.0919334601061117 260.7563346888461);
366
- --blue-orange-500: oklch(0.9150225311207267 0.04596673005305582 260.7563346888461);
367
- --blue-orange-550: oklch(0.9348827724922799 0.0384858487491153 42.148082541241614);
368
- --blue-orange-600: oklch(0.8697655449845598 0.0769716974982306 42.148082541241614);
369
- --blue-orange-650: oklch(0.8046483174768397 0.11545754624734589 42.148082541241614);
370
- --blue-orange-700: oklch(0.7395310899691195 0.1539433949964612 42.148082541241614);
371
- --blue-orange-750: oklch(0.6744138624613994 0.1924292437455765 42.148082541241614);
372
- --blue-orange-800: oklch(0.6259709205530395 0.18581910494387777 40.322953942880844);
373
- --blue-orange-850: oklch(0.5775279786446794 0.17920896614217904 38.49782534452007);
374
- --blue-orange-900: oklch(0.5290850367363195 0.17259882734048035 36.672696746159296);
375
- --blue-orange-950: oklch(0.4806420948279594 0.16598868853878163 34.847568147798526);
376
- --blue-orange-1000: oklch(0.4321991529195994 0.1593785497370829 33.022439549437756);
377
- --purple-yellow-50: oklch(0.3227578434964078 0.1489130726931451 302.732273036598);
378
- --purple-yellow-100: oklch(0.37455225184473395 0.16345336471971228 300.286155081269);
379
- --purple-yellow-150: oklch(0.42634666019306017 0.17799365674627945 297.84003712594);
380
- --purple-yellow-200: oklch(0.4781410685413863 0.1925339487728466 295.39391917061107);
381
- --purple-yellow-250: oklch(0.5299354768897125 0.20707424079941378 292.9478012152821);
382
- --purple-yellow-300: oklch(0.5817298852380387 0.22161453282598095 290.5016832599531);
383
- --purple-yellow-350: oklch(0.6653839081904309 0.17729162626078476 290.5016832599531);
384
- --purple-yellow-400: oklch(0.7490379311428232 0.13296871969558857 290.5016832599531);
385
- --purple-yellow-450: oklch(0.8326919540952155 0.08864581313039238 290.5016832599531);
386
- --purple-yellow-500: oklch(0.9163459770476078 0.04432290656519619 290.5016832599531);
387
- --purple-yellow-550: oklch(0.9610075261881024 0.03347156626241622 77.59060081341511);
388
- --purple-yellow-600: oklch(0.9220150523762047 0.06694313252483244 77.59060081341511);
389
- --purple-yellow-650: oklch(0.8830225785643072 0.10041469878724865 77.59060081341511);
390
- --purple-yellow-700: oklch(0.8440301047524096 0.1338862650496649 77.59060081341511);
391
- --purple-yellow-750: oklch(0.805037630940512 0.1673578313120811 77.59060081341511);
392
- --purple-yellow-800: oklch(0.7294953114162297 0.1516602301648859 77.80824509240053);
393
- --purple-yellow-850: oklch(0.6539529918919474 0.13596262901769068 78.02588937138594);
394
- --purple-yellow-900: oklch(0.5784106723676652 0.1202650278704955 78.24353365037135);
395
- --purple-yellow-950: oklch(0.5028683528433828 0.10456742672330029 78.46117792935677);
396
- --purple-yellow-1000: oklch(0.42732603331910063 0.0888698255761051 78.67882220834218);
397
- --fuchsia-teal-50: oklch(0.340575889122065 0.14685114320973375 341.7061446429382);
398
- --fuchsia-teal-100: oklch(0.39271137664696126 0.16832751251930148 341.41537719439964);
399
- --fuchsia-teal-150: oklch(0.4448468641718576 0.1898038818288692 341.12460974586105);
400
- --fuchsia-teal-200: oklch(0.49698235169675387 0.2112802511384369 340.8338422973224);
401
- --fuchsia-teal-250: oklch(0.5491178392216501 0.23275662044800466 340.5430748487838);
402
- --fuchsia-teal-300: oklch(0.6012533267465464 0.25423298975757236 340.25230740024523);
403
- --fuchsia-teal-350: oklch(0.6810026613972371 0.2033863918060579 340.25230740024523);
404
- --fuchsia-teal-400: oklch(0.7607519960479279 0.15253979385454342 340.25230740024523);
405
- --fuchsia-teal-450: oklch(0.8405013306986185 0.10169319590302894 340.25230740024523);
406
- --fuchsia-teal-500: oklch(0.9202506653493093 0.05084659795151447 340.25230740024523);
407
- --fuchsia-teal-550: oklch(0.9113160083125307 0.016037373756514806 210.8876347355991);
408
- --fuchsia-teal-600: oklch(0.8226320166250614 0.03207474751302961 210.8876347355991);
409
- --fuchsia-teal-650: oklch(0.733948024937592 0.048112121269544415 210.8876347355991);
410
- --fuchsia-teal-700: oklch(0.6452640332501227 0.06414949502605923 210.8876347355991);
411
- --fuchsia-teal-750: oklch(0.5565800415626535 0.08018686878257403 210.8876347355991);
412
- --fuchsia-teal-800: oklch(0.5130878727329077 0.07480712166510155 210.7708041418738);
413
- --fuchsia-teal-850: oklch(0.46959570390316185 0.06942737454762905 210.6539735481485);
414
- --fuchsia-teal-900: oklch(0.42610353507341603 0.06404762743015657 210.53714295442322);
415
- --fuchsia-teal-950: oklch(0.3826113662436702 0.05866788031268409 210.42031236069792);
416
- --fuchsia-teal-1000: oklch(0.33911919741392443 0.053288133195211605 210.30348176697262);
211
+ --ember-50: oklch(0.269413 0.01036 242.083865);
212
+ --ember-100: oklch(0.280695 0.036934 253.775209);
213
+ --ember-150: oklch(0.291519 0.065114 265.659595);
214
+ --ember-200: oklch(0.301311 0.094461 278.30015);
215
+ --ember-250: oklch(0.312009 0.120788 290.206075);
216
+ --ember-300: oklch(0.322758 0.148913 302.732273);
217
+ --ember-350: oklch(0.369931 0.162489 318.211549);
218
+ --ember-400: oklch(0.418729 0.176089 333.932697);
219
+ --ember-450: oklch(0.466956 0.190513 349.223418);
220
+ --ember-500: oklch(0.513643 0.203545 4.69366);
221
+ --ember-550: oklch(0.561955 0.217505 20.33356);
222
+ --ember-600: oklch(0.585314 0.212514 24.790531);
223
+ --ember-650: oklch(0.607539 0.207411 29.085222);
224
+ --ember-700: oklch(0.628775 0.202089 33.534271);
225
+ --ember-750: oklch(0.650881 0.19719 37.750468);
226
+ --ember-800: oklch(0.674414 0.192429 42.148083);
227
+ --ember-850: oklch(0.701477 0.187172 49.361077);
228
+ --ember-900: oklch(0.726736 0.179402 55.252765);
229
+ --ember-950: oklch(0.753502 0.17373 61.793866);
230
+ --ember-1000: oklch(0.779125 0.169366 69.443705);
231
+ --ember-1050: oklch(0.805038 0.167358 77.590601);
232
+ --earthfire-50: oklch(0.361361 0.058506 66.920145);
233
+ --earthfire-100: oklch(0.376354 0.078643 60.457792);
234
+ --earthfire-150: oklch(0.389913 0.09828 53.546838);
235
+ --earthfire-200: oklch(0.405209 0.117174 44.341469);
236
+ --earthfire-250: oklch(0.418027 0.138006 37.615244);
237
+ --earthfire-300: oklch(0.432199 0.159379 33.02244);
238
+ --earthfire-350: oklch(0.481236 0.166424 34.74618);
239
+ --earthfire-400: oklch(0.527869 0.172446 36.568043);
240
+ --earthfire-450: oklch(0.576155 0.179105 38.361169);
241
+ --earthfire-500: oklch(0.62691 0.18587 40.41205);
242
+ --earthfire-550: oklch(0.674414 0.192429 42.148083);
243
+ --earthfire-600: oklch(0.701477 0.187172 49.361077);
244
+ --earthfire-650: oklch(0.726736 0.179402 55.252765);
245
+ --earthfire-700: oklch(0.753502 0.17373 61.793866);
246
+ --earthfire-750: oklch(0.779125 0.169366 69.443705);
247
+ --earthfire-800: oklch(0.805038 0.167358 77.590601);
248
+ --earthfire-850: oklch(0.829388 0.153446 80.686547);
249
+ --earthfire-900: oklch(0.854539 0.139994 84.274241);
250
+ --earthfire-950: oklch(0.879459 0.126376 87.177348);
251
+ --earthfire-1000: oklch(0.904874 0.112967 90.631198);
252
+ --earthfire-1050: oklch(0.928754 0.099044 94.038586);
253
+ --fuchsia-heat-50: oklch(0.340576 0.146851 341.706145);
254
+ --fuchsia-heat-100: oklch(0.39295 0.168058 341.453107);
255
+ --fuchsia-heat-150: oklch(0.44562 0.190168 341.161978);
256
+ --fuchsia-heat-200: oklch(0.497141 0.211145 340.960438);
257
+ --fuchsia-heat-250: oklch(0.549558 0.232656 340.736035);
258
+ --fuchsia-heat-300: oklch(0.601253 0.254233 340.252307);
259
+ --fuchsia-heat-350: oklch(0.615196 0.241283 352.619879);
260
+ --fuchsia-heat-400: oklch(0.63119 0.22952 4.913037);
261
+ --fuchsia-heat-450: oklch(0.645314 0.217167 17.377063);
262
+ --fuchsia-heat-500: oklch(0.659495 0.205206 29.726519);
263
+ --fuchsia-heat-550: oklch(0.674414 0.192429 42.148083);
264
+ --fuchsia-heat-600: oklch(0.701477 0.187172 49.361077);
265
+ --fuchsia-heat-650: oklch(0.726736 0.179402 55.252765);
266
+ --fuchsia-heat-700: oklch(0.753502 0.17373 61.793866);
267
+ --fuchsia-heat-750: oklch(0.779125 0.169366 69.443705);
268
+ --fuchsia-heat-800: oklch(0.805038 0.167358 77.590601);
269
+ --fuchsia-heat-850: oklch(0.829388 0.153446 80.686547);
270
+ --fuchsia-heat-900: oklch(0.854539 0.139994 84.274241);
271
+ --fuchsia-heat-950: oklch(0.879459 0.126376 87.177348);
272
+ --fuchsia-heat-1000: oklch(0.904874 0.112967 90.631198);
273
+ --fuchsia-heat-1050: oklch(0.928754 0.099044 94.038586);
274
+ --polar-glow-50: oklch(0.289999 0.117296 259.841938);
275
+ --polar-glow-100: oklch(0.346412 0.139327 259.961746);
276
+ --polar-glow-150: oklch(0.404605 0.161871 260.061885);
277
+ --polar-glow-200: oklch(0.461781 0.184828 260.313682);
278
+ --polar-glow-250: oklch(0.517315 0.207024 260.543294);
279
+ --polar-glow-300: oklch(0.575113 0.229834 260.756335);
280
+ --polar-glow-350: oklch(0.578705 0.191386 255.121913);
281
+ --polar-glow-400: oklch(0.578804 0.15527 247.855287);
282
+ --polar-glow-450: oklch(0.574245 0.124526 236.539125);
283
+ --polar-glow-500: oklch(0.562986 0.104886 223.037098);
284
+ --polar-glow-550: oklch(0.55658 0.080187 210.887635);
285
+ --polar-glow-600: oklch(0.615402 0.079898 209.572467);
286
+ --polar-glow-650: oklch(0.670375 0.079742 209.417364);
287
+ --polar-glow-700: oklch(0.72976 0.079297 207.15741);
288
+ --polar-glow-750: oklch(0.785871 0.079214 207.048747);
289
+ --polar-glow-800: oklch(0.843907 0.078713 205.971232);
290
+ --polar-glow-850: oklch(0.859948 0.069402 202.812071);
291
+ --polar-glow-900: oklch(0.87702 0.058972 198.797615);
292
+ --polar-glow-950: oklch(0.893654 0.050348 194.734525);
293
+ --polar-glow-1000: oklch(0.911229 0.040839 188.845638);
294
+ --polar-glow-1050: oklch(0.926969 0.030829 186.587966);
295
+ --glacier-pool-50: oklch(0.322758 0.148913 302.732273);
296
+ --glacier-pool-100: oklch(0.374656 0.163573 300.324655);
297
+ --glacier-pool-150: oklch(0.425736 0.178167 297.580897);
298
+ --glacier-pool-200: oklch(0.479328 0.192259 295.464688);
299
+ --glacier-pool-250: oklch(0.529513 0.208229 292.881773);
300
+ --glacier-pool-300: oklch(0.58173 0.221615 290.501683);
301
+ --glacier-pool-350: oklch(0.580137 0.223519 284.586437);
302
+ --glacier-pool-400: oklch(0.579752 0.224844 278.450141);
303
+ --glacier-pool-450: oklch(0.577309 0.226554 272.757579);
304
+ --glacier-pool-500: oklch(0.575983 0.227974 266.652143);
305
+ --glacier-pool-550: oklch(0.575113 0.229834 260.756335);
306
+ --glacier-pool-600: oklch(0.63419 0.200676 253.816025);
307
+ --glacier-pool-650: oklch(0.6898 0.174127 245.772308);
308
+ --glacier-pool-700: oklch(0.748412 0.146952 238.284402);
309
+ --glacier-pool-750: oklch(0.805434 0.11993 231.546964);
310
+ --glacier-pool-800: oklch(0.864091 0.092143 223.595164);
311
+ --glacier-pool-850: oklch(0.877515 0.082001 224.061156);
312
+ --glacier-pool-900: oklch(0.88877 0.072084 225.828062);
313
+ --glacier-pool-950: oklch(0.901652 0.061983 225.291305);
314
+ --glacier-pool-1000: oklch(0.913126 0.052239 227.828856);
315
+ --glacier-pool-1050: oklch(0.926674 0.041663 227.890787);
316
+ --deep-current-50: oklch(0.339119 0.053288 210.303482);
317
+ --deep-current-100: oklch(0.381439 0.05831 210.32537);
318
+ --deep-current-150: oklch(0.425885 0.063754 210.18179);
319
+ --deep-current-200: oklch(0.469673 0.06943 211.381297);
320
+ --deep-current-250: oklch(0.512064 0.074544 211.194944);
321
+ --deep-current-300: oklch(0.55658 0.080187 210.887635);
322
+ --deep-current-350: oklch(0.562986 0.104886 223.037098);
323
+ --deep-current-400: oklch(0.574245 0.124526 236.539125);
324
+ --deep-current-450: oklch(0.578804 0.15527 247.855287);
325
+ --deep-current-500: oklch(0.578705 0.191386 255.121913);
326
+ --deep-current-550: oklch(0.575113 0.229834 260.756335);
327
+ --deep-current-600: oklch(0.63419 0.200676 253.816025);
328
+ --deep-current-650: oklch(0.6898 0.174127 245.772308);
329
+ --deep-current-700: oklch(0.748412 0.146952 238.284402);
330
+ --deep-current-750: oklch(0.805434 0.11993 231.546964);
331
+ --deep-current-800: oklch(0.864091 0.092143 223.595164);
332
+ --deep-current-850: oklch(0.877515 0.082001 224.061156);
333
+ --deep-current-900: oklch(0.88877 0.072084 225.828062);
334
+ --deep-current-950: oklch(0.901652 0.061983 225.291305);
335
+ --deep-current-1000: oklch(0.913126 0.052239 227.828856);
336
+ --deep-current-1050: oklch(0.926674 0.041663 227.890787);
337
+ --blue-red-50: oklch(0.289999 0.117296 259.841938);
338
+ --blue-red-100: oklch(0.346412 0.139327 259.961746);
339
+ --blue-red-150: oklch(0.404605 0.161871 260.061885);
340
+ --blue-red-200: oklch(0.461781 0.184828 260.313682);
341
+ --blue-red-250: oklch(0.517315 0.207024 260.543294);
342
+ --blue-red-300: oklch(0.575113 0.229834 260.756335);
343
+ --blue-red-350: oklch(0.659895 0.181079 260.40564);
344
+ --blue-red-400: oklch(0.743227 0.132559 259.777551);
345
+ --blue-red-450: oklch(0.826966 0.086548 259.302243);
346
+ --blue-red-500: oklch(0.913886 0.041736 258.372328);
347
+ --blue-red-550: oklch(0.911745 0.043744 19.723964);
348
+ --blue-red-600: oklch(0.823869 0.087154 19.975422);
349
+ --blue-red-650: oklch(0.736785 0.130954 20.143132);
350
+ --blue-red-700: oklch(0.648386 0.174007 20.021122);
351
+ --blue-red-750: oklch(0.561955 0.217505 20.33356);
352
+ --blue-red-800: oklch(0.513735 0.199897 19.637869);
353
+ --blue-red-850: oklch(0.464621 0.181494 19.233197);
354
+ --blue-red-900: oklch(0.414123 0.162854 18.194131);
355
+ --blue-red-950: oklch(0.366342 0.145153 17.746067);
356
+ --blue-red-1000: oklch(0.316967 0.126887 17.133117);
357
+ --blue-orange-50: oklch(0.289999 0.117296 259.841938);
358
+ --blue-orange-100: oklch(0.346412 0.139327 259.961746);
359
+ --blue-orange-150: oklch(0.404605 0.161871 260.061885);
360
+ --blue-orange-200: oklch(0.461781 0.184828 260.313682);
361
+ --blue-orange-250: oklch(0.517315 0.207024 260.543294);
362
+ --blue-orange-300: oklch(0.575113 0.229834 260.756335);
363
+ --blue-orange-350: oklch(0.659895 0.181079 260.40564);
364
+ --blue-orange-400: oklch(0.743227 0.132559 259.777551);
365
+ --blue-orange-450: oklch(0.826966 0.086548 259.302243);
366
+ --blue-orange-500: oklch(0.913886 0.041736 258.372328);
367
+ --blue-orange-550: oklch(0.933349 0.035984 43.837057);
368
+ --blue-orange-600: oklch(0.86748 0.074912 42.286109);
369
+ --blue-orange-650: oklch(0.804424 0.115134 42.411149);
370
+ --blue-orange-700: oklch(0.739889 0.154446 42.097443);
371
+ --blue-orange-750: oklch(0.674414 0.192429 42.148083);
372
+ --blue-orange-800: oklch(0.62691 0.18587 40.41205);
373
+ --blue-orange-850: oklch(0.576155 0.179105 38.361169);
374
+ --blue-orange-900: oklch(0.527869 0.172446 36.568043);
375
+ --blue-orange-950: oklch(0.481236 0.166424 34.74618);
376
+ --blue-orange-1000: oklch(0.432199 0.159379 33.02244);
377
+ --purple-yellow-50: oklch(0.322758 0.148913 302.732273);
378
+ --purple-yellow-100: oklch(0.374656 0.163573 300.324655);
379
+ --purple-yellow-150: oklch(0.425736 0.178167 297.580897);
380
+ --purple-yellow-200: oklch(0.479328 0.192259 295.464688);
381
+ --purple-yellow-250: oklch(0.529513 0.208229 292.881773);
382
+ --purple-yellow-300: oklch(0.58173 0.221615 290.501683);
383
+ --purple-yellow-350: oklch(0.664976 0.178152 290.765042);
384
+ --purple-yellow-400: oklch(0.749505 0.132289 290.742615);
385
+ --purple-yellow-450: oklch(0.832898 0.087771 290.173031);
386
+ --purple-yellow-500: oklch(0.91662 0.04346 291.253558);
387
+ --purple-yellow-550: oklch(0.961229 0.033189 77.605347);
388
+ --purple-yellow-600: oklch(0.921681 0.066554 76.393209);
389
+ --purple-yellow-650: oklch(0.882439 0.100828 76.994256);
390
+ --purple-yellow-700: oklch(0.843835 0.134194 77.661362);
391
+ --purple-yellow-750: oklch(0.805038 0.167358 77.590601);
392
+ --purple-yellow-800: oklch(0.728842 0.15156 77.733769);
393
+ --purple-yellow-850: oklch(0.65373 0.135805 78.088427);
394
+ --purple-yellow-900: oklch(0.577599 0.120128 78.003109);
395
+ --purple-yellow-950: oklch(0.502188 0.104612 78.188823);
396
+ --purple-yellow-1000: oklch(0.427326 0.08887 78.678822);
397
+ --fuchsia-teal-50: oklch(0.340576 0.146851 341.706145);
398
+ --fuchsia-teal-100: oklch(0.39295 0.168058 341.453107);
399
+ --fuchsia-teal-150: oklch(0.44562 0.190168 341.161978);
400
+ --fuchsia-teal-200: oklch(0.497141 0.211145 340.960438);
401
+ --fuchsia-teal-250: oklch(0.549558 0.232656 340.736035);
402
+ --fuchsia-teal-300: oklch(0.601253 0.254233 340.252307);
403
+ --fuchsia-teal-350: oklch(0.681377 0.203473 340.178482);
404
+ --fuchsia-teal-400: oklch(0.760257 0.152133 340.196108);
405
+ --fuchsia-teal-450: oklch(0.840598 0.100865 340.425517);
406
+ --fuchsia-teal-500: oklch(0.919831 0.050647 340.40848);
407
+ --fuchsia-teal-550: oklch(0.911541 0.016561 211.040795);
408
+ --fuchsia-teal-600: oklch(0.822569 0.032253 211.568887);
409
+ --fuchsia-teal-650: oklch(0.734695 0.048316 209.946656);
410
+ --fuchsia-teal-700: oklch(0.646194 0.064372 210.475981);
411
+ --fuchsia-teal-750: oklch(0.55658 0.080187 210.887635);
412
+ --fuchsia-teal-800: oklch(0.512064 0.074544 211.194944);
413
+ --fuchsia-teal-850: oklch(0.469673 0.06943 211.381297);
414
+ --fuchsia-teal-900: oklch(0.425885 0.063754 210.18179);
415
+ --fuchsia-teal-950: oklch(0.381439 0.05831 210.32537);
416
+ --fuchsia-teal-1000: oklch(0.339119 0.053288 210.303482);
417
417
  }
@@ -15,7 +15,7 @@
15
15
  --color-primary-700: var(--nsw-fuchsia-700);
16
16
  --color-primary-750: var(--nsw-fuchsia-750);
17
17
  --color-primary-800: var(--nsw-fuchsia-800);
18
- --color-primary-850: var(--nsw-fuchsia-800);
18
+ --color-primary-850: var(--nsw-fuchsia-850);
19
19
  --color-primary-900: var(--nsw-fuchsia-900);
20
20
  --color-primary-950: var(--nsw-fuchsia-950);
21
21
  --color-accent-50: var(--nsw-blue-50);