@nswds/tokens 2.31.0 → 2.32.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 (133) hide show
  1. package/README.md +59 -63
  2. package/package.json +15 -30
  3. package/src/brand/black/logo.png +0 -0
  4. package/src/brand/black/logo.svg +0 -30
  5. package/src/brand/icon-dark.ico +0 -0
  6. package/src/brand/icon-dark.png +0 -0
  7. package/src/brand/icon-dark.svg +0 -17
  8. package/src/brand/icon-light.ico +0 -0
  9. package/src/brand/icon-light.png +0 -0
  10. package/src/brand/icon-light.svg +0 -30
  11. package/src/brand/icon.svg +0 -30
  12. package/src/brand/logo.png +0 -0
  13. package/src/brand/logo.svg +0 -34
  14. package/src/brand/placeholder.svg +0 -1
  15. package/src/brand/profile.jpg +0 -0
  16. package/src/brand/profile.png +0 -0
  17. package/src/brand/profile_matildas.jpg +0 -0
  18. package/src/brand/profile_pride.jpg +0 -0
  19. package/src/brand/reversed/logo.png +0 -0
  20. package/src/brand/reversed/logo.svg +0 -34
  21. package/src/brand/white/logo.png +0 -0
  22. package/src/brand/white/logo.svg +0 -21
  23. package/src/css/colors/global/hex.css +0 -344
  24. package/src/css/colors/global/hsl.css +0 -344
  25. package/src/css/colors/global/oklch.css +0 -344
  26. package/src/css/colors/global/rgb.css +0 -344
  27. package/src/css/colors/semantic/hex.css +0 -78
  28. package/src/css/colors/semantic/hsl.css +0 -78
  29. package/src/css/colors/semantic/oklch.css +0 -78
  30. package/src/css/colors/semantic/rgb.css +0 -78
  31. package/src/css/colors/themes/masterbrand/hex.css +0 -59
  32. package/src/css/colors/themes/masterbrand/hsl.css +0 -59
  33. package/src/css/colors/themes/masterbrand/oklch.css +0 -59
  34. package/src/css/colors/themes/masterbrand/rgb.css +0 -59
  35. package/src/css/prism/prism.css +0 -719
  36. package/src/figma/color/global/hex.json +0 -1406
  37. package/src/figma/color/global/hsl.json +0 -4142
  38. package/src/figma/color/global/oklch.json +0 -4142
  39. package/src/figma/color/global/rgb.json +0 -4142
  40. package/src/figma/color/semantic/hex.json +0 -314
  41. package/src/figma/color/semantic/hsl.json +0 -618
  42. package/src/figma/color/semantic/oklch.json +0 -618
  43. package/src/figma/color/semantic/rgb.json +0 -618
  44. package/src/figma/color/themes/masterbrand/color/hex.json +0 -236
  45. package/src/figma/color/themes/masterbrand/color/hsl.json +0 -464
  46. package/src/figma/color/themes/masterbrand/color/oklch.json +0 -464
  47. package/src/figma/color/themes/masterbrand/color/rgb.json +0 -464
  48. package/src/index.ts +0 -417
  49. package/src/js/colors/global/hex.js +0 -378
  50. package/src/js/colors/global/hsl.js +0 -378
  51. package/src/js/colors/global/oklch.js +0 -378
  52. package/src/js/colors/global/rgb.js +0 -378
  53. package/src/js/colors/semantic/hex.js +0 -87
  54. package/src/js/colors/semantic/hsl.js +0 -87
  55. package/src/js/colors/semantic/oklch.js +0 -87
  56. package/src/js/colors/semantic/rgb.js +0 -87
  57. package/src/js/colors/themes/masterbrand/hex.js +0 -63
  58. package/src/js/colors/themes/masterbrand/hsl.js +0 -63
  59. package/src/js/colors/themes/masterbrand/oklch.js +0 -63
  60. package/src/js/colors/themes/masterbrand/rgb.js +0 -63
  61. package/src/json/colors/global/hex.json +0 -380
  62. package/src/json/colors/global/hsl.json +0 -380
  63. package/src/json/colors/global/oklch.json +0 -380
  64. package/src/json/colors/global/rgb.json +0 -380
  65. package/src/json/colors/semantic/hex.json +0 -86
  66. package/src/json/colors/semantic/hsl.json +0 -86
  67. package/src/json/colors/semantic/oklch.json +0 -86
  68. package/src/json/colors/semantic/rgb.json +0 -86
  69. package/src/json/colors/themes/masterbrand/hex.json +0 -65
  70. package/src/json/colors/themes/masterbrand/hsl.json +0 -65
  71. package/src/json/colors/themes/masterbrand/oklch.json +0 -65
  72. package/src/json/colors/themes/masterbrand/rgb.json +0 -65
  73. package/src/less/colors/global/hex.less +0 -342
  74. package/src/less/colors/global/hsl.less +0 -342
  75. package/src/less/colors/global/oklch.less +0 -342
  76. package/src/less/colors/global/rgb.less +0 -342
  77. package/src/less/colors/semantic/hex.less +0 -76
  78. package/src/less/colors/semantic/hsl.less +0 -76
  79. package/src/less/colors/semantic/oklch.less +0 -76
  80. package/src/less/colors/semantic/rgb.less +0 -76
  81. package/src/less/colors/themes/masterbrand/hex.less +0 -57
  82. package/src/less/colors/themes/masterbrand/hsl.less +0 -57
  83. package/src/less/colors/themes/masterbrand/oklch.less +0 -57
  84. package/src/less/colors/themes/masterbrand/rgb.less +0 -57
  85. package/src/scss/colors/global/hex.scss +0 -342
  86. package/src/scss/colors/global/hsl.scss +0 -342
  87. package/src/scss/colors/global/oklch.scss +0 -342
  88. package/src/scss/colors/global/rgb.scss +0 -342
  89. package/src/scss/colors/semantic/hex.scss +0 -76
  90. package/src/scss/colors/semantic/hsl.scss +0 -76
  91. package/src/scss/colors/semantic/oklch.scss +0 -76
  92. package/src/scss/colors/semantic/rgb.scss +0 -76
  93. package/src/scss/colors/themes/masterbrand/hex.scss +0 -57
  94. package/src/scss/colors/themes/masterbrand/hsl.scss +0 -57
  95. package/src/scss/colors/themes/masterbrand/oklch.scss +0 -57
  96. package/src/scss/colors/themes/masterbrand/rgb.scss +0 -57
  97. package/src/tailwind/colors/global/hex.css +0 -689
  98. package/src/tailwind/colors/global/hsl.css +0 -689
  99. package/src/tailwind/colors/global/oklch.css +0 -689
  100. package/src/tailwind/colors/global/rgb.css +0 -689
  101. package/src/tailwind/colors/semantic/hex.css +0 -157
  102. package/src/tailwind/colors/semantic/hsl.css +0 -157
  103. package/src/tailwind/colors/semantic/oklch.css +0 -157
  104. package/src/tailwind/colors/semantic/rgb.css +0 -157
  105. package/src/tailwind/colors/themes/data-visualisation/hex.css +0 -417
  106. package/src/tailwind/colors/themes/data-visualisation/hsl.css +0 -417
  107. package/src/tailwind/colors/themes/data-visualisation/oklch.css +0 -417
  108. package/src/tailwind/colors/themes/data-visualisation/rgb.css +0 -417
  109. package/src/tailwind/colors/themes/fuchsia-blue/hex.css +0 -59
  110. package/src/tailwind/colors/themes/fuchsia-blue/hsl.css +0 -59
  111. package/src/tailwind/colors/themes/fuchsia-blue/oklch.css +0 -59
  112. package/src/tailwind/colors/themes/fuchsia-blue/rgb.css +0 -59
  113. package/src/tailwind/colors/themes/fuchsia-orange/hex.css +0 -59
  114. package/src/tailwind/colors/themes/fuchsia-orange/hsl.css +0 -59
  115. package/src/tailwind/colors/themes/fuchsia-orange/oklch.css +0 -59
  116. package/src/tailwind/colors/themes/fuchsia-orange/rgb.css +0 -59
  117. package/src/tailwind/colors/themes/masterbrand/hex.css +0 -59
  118. package/src/tailwind/colors/themes/masterbrand/hsl.css +0 -59
  119. package/src/tailwind/colors/themes/masterbrand/oklch.css +0 -59
  120. package/src/tailwind/colors/themes/masterbrand/rgb.css +0 -59
  121. package/src/ts/colors/global/hex.ts +0 -378
  122. package/src/ts/colors/global/hsl.ts +0 -378
  123. package/src/ts/colors/global/oklch.ts +0 -378
  124. package/src/ts/colors/global/rgb.ts +0 -378
  125. package/src/ts/colors/semantic/hex.ts +0 -84
  126. package/src/ts/colors/semantic/hsl.ts +0 -84
  127. package/src/ts/colors/semantic/oklch.ts +0 -84
  128. package/src/ts/colors/semantic/rgb.ts +0 -84
  129. package/src/ts/colors/themes/masterbrand/hex.ts +0 -63
  130. package/src/ts/colors/themes/masterbrand/hsl.ts +0 -63
  131. package/src/ts/colors/themes/masterbrand/oklch.ts +0 -63
  132. package/src/ts/colors/themes/masterbrand/rgb.ts +0 -63
  133. package/src/types.d.ts +0 -27
@@ -1,1406 +0,0 @@
1
- {
2
- "nsw-grey": {
3
- "50": {
4
- "$type": "color",
5
- "$value": "#fafafa"
6
- },
7
- "100": {
8
- "$type": "color",
9
- "$value": "#f5f5f5"
10
- },
11
- "150": {
12
- "$type": "color",
13
- "$value": "#f0f0f0"
14
- },
15
- "200": {
16
- "$type": "color",
17
- "$value": "#ebebeb"
18
- },
19
- "250": {
20
- "$type": "color",
21
- "$value": "#e3e5e6"
22
- },
23
- "300": {
24
- "$type": "color",
25
- "$value": "#dcdfe0"
26
- },
27
- "350": {
28
- "$type": "color",
29
- "$value": "#d4d9db"
30
- },
31
- "400": {
32
- "$type": "color",
33
- "$value": "#cdd3d6"
34
- },
35
- "450": {
36
- "$type": "color",
37
- "$value": "#aab0b4"
38
- },
39
- "500": {
40
- "$type": "color",
41
- "$value": "#888f92"
42
- },
43
- "550": {
44
- "$type": "color",
45
- "$value": "#686f72"
46
- },
47
- "600": {
48
- "$type": "color",
49
- "$value": "#495054"
50
- },
51
- "650": {
52
- "$type": "color",
53
- "$value": "#3f4549"
54
- },
55
- "700": {
56
- "$type": "color",
57
- "$value": "#353b3f"
58
- },
59
- "750": {
60
- "$type": "color",
61
- "$value": "#2b3135"
62
- },
63
- "800": {
64
- "$type": "color",
65
- "$value": "#22272b"
66
- },
67
- "850": {
68
- "$type": "color",
69
- "$value": "#181c1f"
70
- },
71
- "900": {
72
- "$type": "color",
73
- "$value": "#0e1113"
74
- },
75
- "950": {
76
- "$type": "color",
77
- "$value": "#050709"
78
- }
79
- },
80
- "nsw-green": {
81
- "50": {
82
- "$type": "color",
83
- "$value": "#f5fff6"
84
- },
85
- "100": {
86
- "$type": "color",
87
- "$value": "#ecfdee"
88
- },
89
- "150": {
90
- "$type": "color",
91
- "$value": "#e4fce7"
92
- },
93
- "200": {
94
- "$type": "color",
95
- "$value": "#dbfadf"
96
- },
97
- "250": {
98
- "$type": "color",
99
- "$value": "#cff7d4"
100
- },
101
- "300": {
102
- "$type": "color",
103
- "$value": "#c2f4c9"
104
- },
105
- "350": {
106
- "$type": "color",
107
- "$value": "#b5f0be"
108
- },
109
- "400": {
110
- "$type": "color",
111
- "$value": "#a8edb3"
112
- },
113
- "450": {
114
- "$type": "color",
115
- "$value": "#8adc98"
116
- },
117
- "500": {
118
- "$type": "color",
119
- "$value": "#6acc7d"
120
- },
121
- "550": {
122
- "$type": "color",
123
- "$value": "#45bb62"
124
- },
125
- "600": {
126
- "$type": "color",
127
- "$value": "#00aa45"
128
- },
129
- "650": {
130
- "$type": "color",
131
- "$value": "#078e32"
132
- },
133
- "700": {
134
- "$type": "color",
135
- "$value": "#077320"
136
- },
137
- "750": {
138
- "$type": "color",
139
- "$value": "#03590f"
140
- },
141
- "800": {
142
- "$type": "color",
143
- "$value": "#004000"
144
- },
145
- "850": {
146
- "$type": "color",
147
- "$value": "#003000"
148
- },
149
- "900": {
150
- "$type": "color",
151
- "$value": "#002000"
152
- },
153
- "950": {
154
- "$type": "color",
155
- "$value": "#001100"
156
- }
157
- },
158
- "nsw-teal": {
159
- "50": {
160
- "$type": "color",
161
- "$value": "#f2fbfa"
162
- },
163
- "100": {
164
- "$type": "color",
165
- "$value": "#e7f7f5"
166
- },
167
- "150": {
168
- "$type": "color",
169
- "$value": "#dcf2ef"
170
- },
171
- "200": {
172
- "$type": "color",
173
- "$value": "#d1eeea"
174
- },
175
- "250": {
176
- "$type": "color",
177
- "$value": "#c1eae7"
178
- },
179
- "300": {
180
- "$type": "color",
181
- "$value": "#afe5e5"
182
- },
183
- "350": {
184
- "$type": "color",
185
- "$value": "#9ee0e5"
186
- },
187
- "400": {
188
- "$type": "color",
189
- "$value": "#8cdbe5"
190
- },
191
- "450": {
192
- "$type": "color",
193
- "$value": "#75c4cf"
194
- },
195
- "500": {
196
- "$type": "color",
197
- "$value": "#5eacb9"
198
- },
199
- "550": {
200
- "$type": "color",
201
- "$value": "#4696a3"
202
- },
203
- "600": {
204
- "$type": "color",
205
- "$value": "#2e808e"
206
- },
207
- "650": {
208
- "$type": "color",
209
- "$value": "#256f7b"
210
- },
211
- "700": {
212
- "$type": "color",
213
- "$value": "#1c5f69"
214
- },
215
- "750": {
216
- "$type": "color",
217
- "$value": "#144e58"
218
- },
219
- "800": {
220
- "$type": "color",
221
- "$value": "#0b3f47"
222
- },
223
- "850": {
224
- "$type": "color",
225
- "$value": "#042f35"
226
- },
227
- "900": {
228
- "$type": "color",
229
- "$value": "#011f24"
230
- },
231
- "950": {
232
- "$type": "color",
233
- "$value": "#001114"
234
- }
235
- },
236
- "nsw-blue": {
237
- "50": {
238
- "$type": "color",
239
- "$value": "#f0fbff"
240
- },
241
- "100": {
242
- "$type": "color",
243
- "$value": "#e4f6ff"
244
- },
245
- "150": {
246
- "$type": "color",
247
- "$value": "#d7f2fe"
248
- },
249
- "200": {
250
- "$type": "color",
251
- "$value": "#cbedfd"
252
- },
253
- "250": {
254
- "$type": "color",
255
- "$value": "#bceafe"
256
- },
257
- "300": {
258
- "$type": "color",
259
- "$value": "#ade7ff"
260
- },
261
- "350": {
262
- "$type": "color",
263
- "$value": "#9de3ff"
264
- },
265
- "400": {
266
- "$type": "color",
267
- "$value": "#8ce0ff"
268
- },
269
- "450": {
270
- "$type": "color",
271
- "$value": "#5ac9ff"
272
- },
273
- "500": {
274
- "$type": "color",
275
- "$value": "#26aeff"
276
- },
277
- "550": {
278
- "$type": "color",
279
- "$value": "#008fff"
280
- },
281
- "600": {
282
- "$type": "color",
283
- "$value": "#146cfd"
284
- },
285
- "650": {
286
- "$type": "color",
287
- "$value": "#0c5ad4"
288
- },
289
- "700": {
290
- "$type": "color",
291
- "$value": "#0548ad"
292
- },
293
- "750": {
294
- "$type": "color",
295
- "$value": "#023688"
296
- },
297
- "800": {
298
- "$type": "color",
299
- "$value": "#002664"
300
- },
301
- "850": {
302
- "$type": "color",
303
- "$value": "#001a4d"
304
- },
305
- "900": {
306
- "$type": "color",
307
- "$value": "#001037"
308
- },
309
- "950": {
310
- "$type": "color",
311
- "$value": "#000622"
312
- }
313
- },
314
- "nsw-purple": {
315
- "50": {
316
- "$type": "color",
317
- "$value": "#f9f7ff"
318
- },
319
- "100": {
320
- "$type": "color",
321
- "$value": "#f2f0ff"
322
- },
323
- "150": {
324
- "$type": "color",
325
- "$value": "#ece8fe"
326
- },
327
- "200": {
328
- "$type": "color",
329
- "$value": "#e6e1fd"
330
- },
331
- "250": {
332
- "$type": "color",
333
- "$value": "#e0d9fe"
334
- },
335
- "300": {
336
- "$type": "color",
337
- "$value": "#dad0fe"
338
- },
339
- "350": {
340
- "$type": "color",
341
- "$value": "#d4c8ff"
342
- },
343
- "400": {
344
- "$type": "color",
345
- "$value": "#cebfff"
346
- },
347
- "450": {
348
- "$type": "color",
349
- "$value": "#baa6fc"
350
- },
351
- "500": {
352
- "$type": "color",
353
- "$value": "#a68df9"
354
- },
355
- "550": {
356
- "$type": "color",
357
- "$value": "#9372f5"
358
- },
359
- "600": {
360
- "$type": "color",
361
- "$value": "#8055f1"
362
- },
363
- "650": {
364
- "$type": "color",
365
- "$value": "#7243cf"
366
- },
367
- "700": {
368
- "$type": "color",
369
- "$value": "#6432ae"
370
- },
371
- "750": {
372
- "$type": "color",
373
- "$value": "#54218e"
374
- },
375
- "800": {
376
- "$type": "color",
377
- "$value": "#441170"
378
- },
379
- "850": {
380
- "$type": "color",
381
- "$value": "#330856"
382
- },
383
- "900": {
384
- "$type": "color",
385
- "$value": "#23023e"
386
- },
387
- "950": {
388
- "$type": "color",
389
- "$value": "#130027"
390
- }
391
- },
392
- "nsw-fuchsia": {
393
- "50": {
394
- "$type": "color",
395
- "$value": "#fff6fd"
396
- },
397
- "100": {
398
- "$type": "color",
399
- "$value": "#ffeef9"
400
- },
401
- "150": {
402
- "$type": "color",
403
- "$value": "#fee6f6"
404
- },
405
- "200": {
406
- "$type": "color",
407
- "$value": "#fddef2"
408
- },
409
- "250": {
410
- "$type": "color",
411
- "$value": "#fbd4ef"
412
- },
413
- "300": {
414
- "$type": "color",
415
- "$value": "#f9c9eb"
416
- },
417
- "350": {
418
- "$type": "color",
419
- "$value": "#f7bfe9"
420
- },
421
- "400": {
422
- "$type": "color",
423
- "$value": "#f4b5e6"
424
- },
425
- "450": {
426
- "$type": "color",
427
- "$value": "#ef96da"
428
- },
429
- "500": {
430
- "$type": "color",
431
- "$value": "#e975cc"
432
- },
433
- "550": {
434
- "$type": "color",
435
- "$value": "#e150be"
436
- },
437
- "600": {
438
- "$type": "color",
439
- "$value": "#d912ae"
440
- },
441
- "650": {
442
- "$type": "color",
443
- "$value": "#bb0c94"
444
- },
445
- "700": {
446
- "$type": "color",
447
- "$value": "#9d067b"
448
- },
449
- "750": {
450
- "$type": "color",
451
- "$value": "#810264"
452
- },
453
- "800": {
454
- "$type": "color",
455
- "$value": "#65004d"
456
- },
457
- "850": {
458
- "$type": "color",
459
- "$value": "#4d003a"
460
- },
461
- "900": {
462
- "$type": "color",
463
- "$value": "#370028"
464
- },
465
- "950": {
466
- "$type": "color",
467
- "$value": "#220017"
468
- }
469
- },
470
- "nsw-red": {
471
- "50": {
472
- "$type": "color",
473
- "$value": "#fff8f9"
474
- },
475
- "100": {
476
- "$type": "color",
477
- "$value": "#fff2f4"
478
- },
479
- "150": {
480
- "$type": "color",
481
- "$value": "#ffecef"
482
- },
483
- "200": {
484
- "$type": "color",
485
- "$value": "#ffe6ea"
486
- },
487
- "250": {
488
- "$type": "color",
489
- "$value": "#ffdbe0"
490
- },
491
- "300": {
492
- "$type": "color",
493
- "$value": "#ffcfd6"
494
- },
495
- "350": {
496
- "$type": "color",
497
- "$value": "#ffc4cc"
498
- },
499
- "400": {
500
- "$type": "color",
501
- "$value": "#ffb8c1"
502
- },
503
- "450": {
504
- "$type": "color",
505
- "$value": "#f897a2"
506
- },
507
- "500": {
508
- "$type": "color",
509
- "$value": "#ef7581"
510
- },
511
- "550": {
512
- "$type": "color",
513
- "$value": "#e44f5f"
514
- },
515
- "600": {
516
- "$type": "color",
517
- "$value": "#d7153a"
518
- },
519
- "650": {
520
- "$type": "color",
521
- "$value": "#b90e32"
522
- },
523
- "700": {
524
- "$type": "color",
525
- "$value": "#9b072a"
526
- },
527
- "750": {
528
- "$type": "color",
529
- "$value": "#7e0322"
530
- },
531
- "800": {
532
- "$type": "color",
533
- "$value": "#630019"
534
- },
535
- "850": {
536
- "$type": "color",
537
- "$value": "#4c0010"
538
- },
539
- "900": {
540
- "$type": "color",
541
- "$value": "#360008"
542
- },
543
- "950": {
544
- "$type": "color",
545
- "$value": "#210003"
546
- }
547
- },
548
- "nsw-orange": {
549
- "50": {
550
- "$type": "color",
551
- "$value": "#fffaf6"
552
- },
553
- "100": {
554
- "$type": "color",
555
- "$value": "#fff6ee"
556
- },
557
- "150": {
558
- "$type": "color",
559
- "$value": "#fef1e7"
560
- },
561
- "200": {
562
- "$type": "color",
563
- "$value": "#fdeddf"
564
- },
565
- "250": {
566
- "$type": "color",
567
- "$value": "#fee5ce"
568
- },
569
- "300": {
570
- "$type": "color",
571
- "$value": "#ffddbd"
572
- },
573
- "350": {
574
- "$type": "color",
575
- "$value": "#ffd6ab"
576
- },
577
- "400": {
578
- "$type": "color",
579
- "$value": "#ffce99"
580
- },
581
- "450": {
582
- "$type": "color",
583
- "$value": "#fdb678"
584
- },
585
- "500": {
586
- "$type": "color",
587
- "$value": "#fb9d58"
588
- },
589
- "550": {
590
- "$type": "color",
591
- "$value": "#f78139"
592
- },
593
- "600": {
594
- "$type": "color",
595
- "$value": "#f3631b"
596
- },
597
- "650": {
598
- "$type": "color",
599
- "$value": "#db5115"
600
- },
601
- "700": {
602
- "$type": "color",
603
- "$value": "#c33f0e"
604
- },
605
- "750": {
606
- "$type": "color",
607
- "$value": "#ab2e06"
608
- },
609
- "800": {
610
- "$type": "color",
611
- "$value": "#941b00"
612
- },
613
- "850": {
614
- "$type": "color",
615
- "$value": "#730f00"
616
- },
617
- "900": {
618
- "$type": "color",
619
- "$value": "#530400"
620
- },
621
- "950": {
622
- "$type": "color",
623
- "$value": "#350000"
624
- }
625
- },
626
- "nsw-yellow": {
627
- "50": {
628
- "$type": "color",
629
- "$value": "#fffcf0"
630
- },
631
- "100": {
632
- "$type": "color",
633
- "$value": "#fffae5"
634
- },
635
- "150": {
636
- "$type": "color",
637
- "$value": "#fff7da"
638
- },
639
- "200": {
640
- "$type": "color",
641
- "$value": "#fff4cf"
642
- },
643
- "250": {
644
- "$type": "color",
645
- "$value": "#fff1c2"
646
- },
647
- "300": {
648
- "$type": "color",
649
- "$value": "#feeeb5"
650
- },
651
- "350": {
652
- "$type": "color",
653
- "$value": "#feeaa8"
654
- },
655
- "400": {
656
- "$type": "color",
657
- "$value": "#fde79a"
658
- },
659
- "450": {
660
- "$type": "color",
661
- "$value": "#fbda80"
662
- },
663
- "500": {
664
- "$type": "color",
665
- "$value": "#facd63"
666
- },
667
- "550": {
668
- "$type": "color",
669
- "$value": "#fabe42"
670
- },
671
- "600": {
672
- "$type": "color",
673
- "$value": "#faaf05"
674
- },
675
- "650": {
676
- "$type": "color",
677
- "$value": "#d49403"
678
- },
679
- "700": {
680
- "$type": "color",
681
- "$value": "#af7a01"
682
- },
683
- "750": {
684
- "$type": "color",
685
- "$value": "#8b6000"
686
- },
687
- "800": {
688
- "$type": "color",
689
- "$value": "#694800"
690
- },
691
- "850": {
692
- "$type": "color",
693
- "$value": "#503500"
694
- },
695
- "900": {
696
- "$type": "color",
697
- "$value": "#392400"
698
- },
699
- "950": {
700
- "$type": "color",
701
- "$value": "#221300"
702
- }
703
- },
704
- "nsw-brown": {
705
- "50": {
706
- "$type": "color",
707
- "$value": "#fbf8f4"
708
- },
709
- "100": {
710
- "$type": "color",
711
- "$value": "#f6f1ea"
712
- },
713
- "150": {
714
- "$type": "color",
715
- "$value": "#f2eae1"
716
- },
717
- "200": {
718
- "$type": "color",
719
- "$value": "#ede3d7"
720
- },
721
- "250": {
722
- "$type": "color",
723
- "$value": "#ecdece"
724
- },
725
- "300": {
726
- "$type": "color",
727
- "$value": "#eadac6"
728
- },
729
- "350": {
730
- "$type": "color",
731
- "$value": "#e9d5bd"
732
- },
733
- "400": {
734
- "$type": "color",
735
- "$value": "#e8d0b5"
736
- },
737
- "450": {
738
- "$type": "color",
739
- "$value": "#dbbf9f"
740
- },
741
- "500": {
742
- "$type": "color",
743
- "$value": "#cfae89"
744
- },
745
- "550": {
746
- "$type": "color",
747
- "$value": "#c29d73"
748
- },
749
- "600": {
750
- "$type": "color",
751
- "$value": "#b68d5d"
752
- },
753
- "650": {
754
- "$type": "color",
755
- "$value": "#9c764b"
756
- },
757
- "700": {
758
- "$type": "color",
759
- "$value": "#82603a"
760
- },
761
- "750": {
762
- "$type": "color",
763
- "$value": "#6a4b29"
764
- },
765
- "800": {
766
- "$type": "color",
767
- "$value": "#523719"
768
- },
769
- "850": {
770
- "$type": "color",
771
- "$value": "#3e280f"
772
- },
773
- "900": {
774
- "$type": "color",
775
- "$value": "#2b1a07"
776
- },
777
- "950": {
778
- "$type": "color",
779
- "$value": "#190d02"
780
- }
781
- },
782
- "nsw-aboriginal-grey": {
783
- "50": {
784
- "$type": "color",
785
- "$value": "#f9f8f7"
786
- },
787
- "100": {
788
- "$type": "color",
789
- "$value": "#f2f1ef"
790
- },
791
- "150": {
792
- "$type": "color",
793
- "$value": "#ebeae8"
794
- },
795
- "200": {
796
- "$type": "color",
797
- "$value": "#e5e3e0"
798
- },
799
- "250": {
800
- "$type": "color",
801
- "$value": "#dfdcd8"
802
- },
803
- "300": {
804
- "$type": "color",
805
- "$value": "#d8d4d1"
806
- },
807
- "350": {
808
- "$type": "color",
809
- "$value": "#d2cdc9"
810
- },
811
- "400": {
812
- "$type": "color",
813
- "$value": "#ccc6c2"
814
- },
815
- "450": {
816
- "$type": "color",
817
- "$value": "#ada8a5"
818
- },
819
- "500": {
820
- "$type": "color",
821
- "$value": "#8e8b8a"
822
- },
823
- "550": {
824
- "$type": "color",
825
- "$value": "#71706f"
826
- },
827
- "600": {
828
- "$type": "color",
829
- "$value": "#555555"
830
- },
831
- "650": {
832
- "$type": "color",
833
- "$value": "#494949"
834
- },
835
- "700": {
836
- "$type": "color",
837
- "$value": "#3d3d3d"
838
- },
839
- "750": {
840
- "$type": "color",
841
- "$value": "#323232"
842
- },
843
- "800": {
844
- "$type": "color",
845
- "$value": "#272727"
846
- },
847
- "850": {
848
- "$type": "color",
849
- "$value": "#1c1c1c"
850
- },
851
- "900": {
852
- "$type": "color",
853
- "$value": "#111111"
854
- },
855
- "950": {
856
- "$type": "color",
857
- "$value": "#070707"
858
- }
859
- },
860
- "nsw-aboriginal-red": {
861
- "50": {
862
- "$type": "color",
863
- "$value": "#fff5f5"
864
- },
865
- "100": {
866
- "$type": "color",
867
- "$value": "#ffebeb"
868
- },
869
- "150": {
870
- "$type": "color",
871
- "$value": "#fee2e2"
872
- },
873
- "200": {
874
- "$type": "color",
875
- "$value": "#fdd9d9"
876
- },
877
- "250": {
878
- "$type": "color",
879
- "$value": "#fdd0d0"
880
- },
881
- "300": {
882
- "$type": "color",
883
- "$value": "#fcc7c6"
884
- },
885
- "350": {
886
- "$type": "color",
887
- "$value": "#fcbdbd"
888
- },
889
- "400": {
890
- "$type": "color",
891
- "$value": "#fbb4b3"
892
- },
893
- "450": {
894
- "$type": "color",
895
- "$value": "#f79693"
896
- },
897
- "500": {
898
- "$type": "color",
899
- "$value": "#f27771"
900
- },
901
- "550": {
902
- "$type": "color",
903
- "$value": "#ea554c"
904
- },
905
- "600": {
906
- "$type": "color",
907
- "$value": "#e1261c"
908
- },
909
- "650": {
910
- "$type": "color",
911
- "$value": "#cd1f17"
912
- },
913
- "700": {
914
- "$type": "color",
915
- "$value": "#ba1811"
916
- },
917
- "750": {
918
- "$type": "color",
919
- "$value": "#a7110b"
920
- },
921
- "800": {
922
- "$type": "color",
923
- "$value": "#950906"
924
- },
925
- "850": {
926
- "$type": "color",
927
- "$value": "#740001"
928
- },
929
- "900": {
930
- "$type": "color",
931
- "$value": "#540000"
932
- },
933
- "950": {
934
- "$type": "color",
935
- "$value": "#360000"
936
- }
937
- },
938
- "nsw-aboriginal-orange": {
939
- "50": {
940
- "$type": "color",
941
- "$value": "#fff4ec"
942
- },
943
- "100": {
944
- "$type": "color",
945
- "$value": "#fee9dd"
946
- },
947
- "150": {
948
- "$type": "color",
949
- "$value": "#fcdfcd"
950
- },
951
- "200": {
952
- "$type": "color",
953
- "$value": "#f9d4be"
954
- },
955
- "250": {
956
- "$type": "color",
957
- "$value": "#f8caae"
958
- },
959
- "300": {
960
- "$type": "color",
961
- "$value": "#f7bf9e"
962
- },
963
- "350": {
964
- "$type": "color",
965
- "$value": "#f6b58e"
966
- },
967
- "400": {
968
- "$type": "color",
969
- "$value": "#f4aa7d"
970
- },
971
- "450": {
972
- "$type": "color",
973
- "$value": "#f39a66"
974
- },
975
- "500": {
976
- "$type": "color",
977
- "$value": "#f2894f"
978
- },
979
- "550": {
980
- "$type": "color",
981
- "$value": "#f07736"
982
- },
983
- "600": {
984
- "$type": "color",
985
- "$value": "#ee6314"
986
- },
987
- "650": {
988
- "$type": "color",
989
- "$value": "#d45310"
990
- },
991
- "700": {
992
- "$type": "color",
993
- "$value": "#ba440a"
994
- },
995
- "750": {
996
- "$type": "color",
997
- "$value": "#a13505"
998
- },
999
- "800": {
1000
- "$type": "color",
1001
- "$value": "#882600"
1002
- },
1003
- "850": {
1004
- "$type": "color",
1005
- "$value": "#691900"
1006
- },
1007
- "900": {
1008
- "$type": "color",
1009
- "$value": "#4c0d00"
1010
- },
1011
- "950": {
1012
- "$type": "color",
1013
- "$value": "#300300"
1014
- }
1015
- },
1016
- "nsw-aboriginal-brown": {
1017
- "50": {
1018
- "$type": "color",
1019
- "$value": "#fcf1e9"
1020
- },
1021
- "100": {
1022
- "$type": "color",
1023
- "$value": "#f6e3d7"
1024
- },
1025
- "150": {
1026
- "$type": "color",
1027
- "$value": "#efd5c4"
1028
- },
1029
- "200": {
1030
- "$type": "color",
1031
- "$value": "#e9c8b2"
1032
- },
1033
- "250": {
1034
- "$type": "color",
1035
- "$value": "#e4ba9f"
1036
- },
1037
- "300": {
1038
- "$type": "color",
1039
- "$value": "#dead8c"
1040
- },
1041
- "350": {
1042
- "$type": "color",
1043
- "$value": "#d99f78"
1044
- },
1045
- "400": {
1046
- "$type": "color",
1047
- "$value": "#d39165"
1048
- },
1049
- "450": {
1050
- "$type": "color",
1051
- "$value": "#c68158"
1052
- },
1053
- "500": {
1054
- "$type": "color",
1055
- "$value": "#b9724b"
1056
- },
1057
- "550": {
1058
- "$type": "color",
1059
- "$value": "#ab623e"
1060
- },
1061
- "600": {
1062
- "$type": "color",
1063
- "$value": "#9e5332"
1064
- },
1065
- "650": {
1066
- "$type": "color",
1067
- "$value": "#8b4627"
1068
- },
1069
- "700": {
1070
- "$type": "color",
1071
- "$value": "#79391c"
1072
- },
1073
- "750": {
1074
- "$type": "color",
1075
- "$value": "#672d10"
1076
- },
1077
- "800": {
1078
- "$type": "color",
1079
- "$value": "#552105"
1080
- },
1081
- "850": {
1082
- "$type": "color",
1083
- "$value": "#411602"
1084
- },
1085
- "900": {
1086
- "$type": "color",
1087
- "$value": "#2d0c00"
1088
- },
1089
- "950": {
1090
- "$type": "color",
1091
- "$value": "#1b0400"
1092
- }
1093
- },
1094
- "nsw-aboriginal-yellow": {
1095
- "50": {
1096
- "$type": "color",
1097
- "$value": "#fffcee"
1098
- },
1099
- "100": {
1100
- "$type": "color",
1101
- "$value": "#fff8e0"
1102
- },
1103
- "150": {
1104
- "$type": "color",
1105
- "$value": "#fff5d3"
1106
- },
1107
- "200": {
1108
- "$type": "color",
1109
- "$value": "#fff1c5"
1110
- },
1111
- "250": {
1112
- "$type": "color",
1113
- "$value": "#ffeeb7"
1114
- },
1115
- "300": {
1116
- "$type": "color",
1117
- "$value": "#ffeba9"
1118
- },
1119
- "350": {
1120
- "$type": "color",
1121
- "$value": "#fee79b"
1122
- },
1123
- "400": {
1124
- "$type": "color",
1125
- "$value": "#fee48c"
1126
- },
1127
- "450": {
1128
- "$type": "color",
1129
- "$value": "#fed675"
1130
- },
1131
- "500": {
1132
- "$type": "color",
1133
- "$value": "#fec85d"
1134
- },
1135
- "550": {
1136
- "$type": "color",
1137
- "$value": "#feb944"
1138
- },
1139
- "600": {
1140
- "$type": "color",
1141
- "$value": "#fea927"
1142
- },
1143
- "650": {
1144
- "$type": "color",
1145
- "$value": "#df961c"
1146
- },
1147
- "700": {
1148
- "$type": "color",
1149
- "$value": "#c18312"
1150
- },
1151
- "750": {
1152
- "$type": "color",
1153
- "$value": "#a57007"
1154
- },
1155
- "800": {
1156
- "$type": "color",
1157
- "$value": "#895e00"
1158
- },
1159
- "850": {
1160
- "$type": "color",
1161
- "$value": "#694700"
1162
- },
1163
- "900": {
1164
- "$type": "color",
1165
- "$value": "#4c3000"
1166
- },
1167
- "950": {
1168
- "$type": "color",
1169
- "$value": "#2f1c00"
1170
- }
1171
- },
1172
- "nsw-aboriginal-green": {
1173
- "50": {
1174
- "$type": "color",
1175
- "$value": "#f5f9f2"
1176
- },
1177
- "100": {
1178
- "$type": "color",
1179
- "$value": "#ecf3e7"
1180
- },
1181
- "150": {
1182
- "$type": "color",
1183
- "$value": "#e3ecdc"
1184
- },
1185
- "200": {
1186
- "$type": "color",
1187
- "$value": "#dae6d1"
1188
- },
1189
- "250": {
1190
- "$type": "color",
1191
- "$value": "#d1e0c6"
1192
- },
1193
- "300": {
1194
- "$type": "color",
1195
- "$value": "#c7d9ba"
1196
- },
1197
- "350": {
1198
- "$type": "color",
1199
- "$value": "#bed3af"
1200
- },
1201
- "400": {
1202
- "$type": "color",
1203
- "$value": "#b5cda4"
1204
- },
1205
- "450": {
1206
- "$type": "color",
1207
- "$value": "#a5c28e"
1208
- },
1209
- "500": {
1210
- "$type": "color",
1211
- "$value": "#95b777"
1212
- },
1213
- "550": {
1214
- "$type": "color",
1215
- "$value": "#86ac60"
1216
- },
1217
- "600": {
1218
- "$type": "color",
1219
- "$value": "#78a146"
1220
- },
1221
- "650": {
1222
- "$type": "color",
1223
- "$value": "#5f8f44"
1224
- },
1225
- "700": {
1226
- "$type": "color",
1227
- "$value": "#497d40"
1228
- },
1229
- "750": {
1230
- "$type": "color",
1231
- "$value": "#346a3b"
1232
- },
1233
- "800": {
1234
- "$type": "color",
1235
- "$value": "#215834"
1236
- },
1237
- "850": {
1238
- "$type": "color",
1239
- "$value": "#154225"
1240
- },
1241
- "900": {
1242
- "$type": "color",
1243
- "$value": "#0a2e17"
1244
- },
1245
- "950": {
1246
- "$type": "color",
1247
- "$value": "#021b0a"
1248
- }
1249
- },
1250
- "nsw-aboriginal-blue": {
1251
- "50": {
1252
- "$type": "color",
1253
- "$value": "#eef8fa"
1254
- },
1255
- "100": {
1256
- "$type": "color",
1257
- "$value": "#dff1f4"
1258
- },
1259
- "150": {
1260
- "$type": "color",
1261
- "$value": "#d0e9ee"
1262
- },
1263
- "200": {
1264
- "$type": "color",
1265
- "$value": "#c1e2e8"
1266
- },
1267
- "250": {
1268
- "$type": "color",
1269
- "$value": "#b2dbe2"
1270
- },
1271
- "300": {
1272
- "$type": "color",
1273
- "$value": "#a3d4dc"
1274
- },
1275
- "350": {
1276
- "$type": "color",
1277
- "$value": "#94ccd7"
1278
- },
1279
- "400": {
1280
- "$type": "color",
1281
- "$value": "#84c5d1"
1282
- },
1283
- "450": {
1284
- "$type": "color",
1285
- "$value": "#67aec0"
1286
- },
1287
- "500": {
1288
- "$type": "color",
1289
- "$value": "#4a96b0"
1290
- },
1291
- "550": {
1292
- "$type": "color",
1293
- "$value": "#2e7fa1"
1294
- },
1295
- "600": {
1296
- "$type": "color",
1297
- "$value": "#0d6791"
1298
- },
1299
- "650": {
1300
- "$type": "color",
1301
- "$value": "#095d84"
1302
- },
1303
- "700": {
1304
- "$type": "color",
1305
- "$value": "#055377"
1306
- },
1307
- "750": {
1308
- "$type": "color",
1309
- "$value": "#02496a"
1310
- },
1311
- "800": {
1312
- "$type": "color",
1313
- "$value": "#00405e"
1314
- },
1315
- "850": {
1316
- "$type": "color",
1317
- "$value": "#002f48"
1318
- },
1319
- "900": {
1320
- "$type": "color",
1321
- "$value": "#002033"
1322
- },
1323
- "950": {
1324
- "$type": "color",
1325
- "$value": "#00111f"
1326
- }
1327
- },
1328
- "nsw-aboriginal-purple": {
1329
- "50": {
1330
- "$type": "color",
1331
- "$value": "#faf1f8"
1332
- },
1333
- "100": {
1334
- "$type": "color",
1335
- "$value": "#f2e5f0"
1336
- },
1337
- "150": {
1338
- "$type": "color",
1339
- "$value": "#ebd8e8"
1340
- },
1341
- "200": {
1342
- "$type": "color",
1343
- "$value": "#e4cce0"
1344
- },
1345
- "250": {
1346
- "$type": "color",
1347
- "$value": "#ddbfd8"
1348
- },
1349
- "300": {
1350
- "$type": "color",
1351
- "$value": "#d7b3d1"
1352
- },
1353
- "350": {
1354
- "$type": "color",
1355
- "$value": "#d0a6c9"
1356
- },
1357
- "400": {
1358
- "$type": "color",
1359
- "$value": "#c99ac2"
1360
- },
1361
- "450": {
1362
- "$type": "color",
1363
- "$value": "#bd8bb6"
1364
- },
1365
- "500": {
1366
- "$type": "color",
1367
- "$value": "#b17caa"
1368
- },
1369
- "550": {
1370
- "$type": "color",
1371
- "$value": "#a66d9f"
1372
- },
1373
- "600": {
1374
- "$type": "color",
1375
- "$value": "#9a5e93"
1376
- },
1377
- "650": {
1378
- "$type": "color",
1379
- "$value": "#844f7e"
1380
- },
1381
- "700": {
1382
- "$type": "color",
1383
- "$value": "#6f4169"
1384
- },
1385
- "750": {
1386
- "$type": "color",
1387
- "$value": "#5b3355"
1388
- },
1389
- "800": {
1390
- "$type": "color",
1391
- "$value": "#472642"
1392
- },
1393
- "850": {
1394
- "$type": "color",
1395
- "$value": "#351a31"
1396
- },
1397
- "900": {
1398
- "$type": "color",
1399
- "$value": "#241021"
1400
- },
1401
- "950": {
1402
- "$type": "color",
1403
- "$value": "#150612"
1404
- }
1405
- }
1406
- }