@nswds/tokens 2.30.1 → 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.
- package/README.md +59 -63
- package/package.json +16 -30
- package/src/brand/black/logo.png +0 -0
- package/src/brand/black/logo.svg +0 -30
- package/src/brand/icon-dark.ico +0 -0
- package/src/brand/icon-dark.png +0 -0
- package/src/brand/icon-dark.svg +0 -17
- package/src/brand/icon-light.ico +0 -0
- package/src/brand/icon-light.png +0 -0
- package/src/brand/icon-light.svg +0 -30
- package/src/brand/icon.svg +0 -30
- package/src/brand/logo.png +0 -0
- package/src/brand/logo.svg +0 -34
- package/src/brand/placeholder.svg +0 -1
- package/src/brand/profile.jpg +0 -0
- package/src/brand/profile.png +0 -0
- package/src/brand/profile_matildas.jpg +0 -0
- package/src/brand/profile_pride.jpg +0 -0
- package/src/brand/reversed/logo.png +0 -0
- package/src/brand/reversed/logo.svg +0 -34
- package/src/brand/white/logo.png +0 -0
- package/src/brand/white/logo.svg +0 -21
- package/src/css/colors/global/hex.css +0 -344
- package/src/css/colors/global/hsl.css +0 -344
- package/src/css/colors/global/oklch.css +0 -344
- package/src/css/colors/global/rgb.css +0 -344
- package/src/css/colors/semantic/hex.css +0 -78
- package/src/css/colors/semantic/hsl.css +0 -78
- package/src/css/colors/semantic/oklch.css +0 -78
- package/src/css/colors/semantic/rgb.css +0 -78
- package/src/css/colors/themes/masterbrand/hex.css +0 -59
- package/src/css/colors/themes/masterbrand/hsl.css +0 -59
- package/src/css/colors/themes/masterbrand/oklch.css +0 -59
- package/src/css/colors/themes/masterbrand/rgb.css +0 -59
- package/src/css/prism/prism.css +0 -719
- package/src/figma/color/global/hex.json +0 -1406
- package/src/figma/color/global/hsl.json +0 -4142
- package/src/figma/color/global/oklch.json +0 -4142
- package/src/figma/color/global/rgb.json +0 -4142
- package/src/figma/color/semantic/hex.json +0 -314
- package/src/figma/color/semantic/hsl.json +0 -618
- package/src/figma/color/semantic/oklch.json +0 -618
- package/src/figma/color/semantic/rgb.json +0 -618
- package/src/figma/color/themes/masterbrand/color/hex.json +0 -236
- package/src/figma/color/themes/masterbrand/color/hsl.json +0 -464
- package/src/figma/color/themes/masterbrand/color/oklch.json +0 -464
- package/src/figma/color/themes/masterbrand/color/rgb.json +0 -464
- package/src/index.ts +0 -417
- package/src/js/colors/global/hex.js +0 -378
- package/src/js/colors/global/hsl.js +0 -378
- package/src/js/colors/global/oklch.js +0 -378
- package/src/js/colors/global/rgb.js +0 -378
- package/src/js/colors/semantic/hex.js +0 -87
- package/src/js/colors/semantic/hsl.js +0 -87
- package/src/js/colors/semantic/oklch.js +0 -87
- package/src/js/colors/semantic/rgb.js +0 -87
- package/src/js/colors/themes/masterbrand/hex.js +0 -63
- package/src/js/colors/themes/masterbrand/hsl.js +0 -63
- package/src/js/colors/themes/masterbrand/oklch.js +0 -63
- package/src/js/colors/themes/masterbrand/rgb.js +0 -63
- package/src/json/colors/global/hex.json +0 -380
- package/src/json/colors/global/hsl.json +0 -380
- package/src/json/colors/global/oklch.json +0 -380
- package/src/json/colors/global/rgb.json +0 -380
- package/src/json/colors/semantic/hex.json +0 -86
- package/src/json/colors/semantic/hsl.json +0 -86
- package/src/json/colors/semantic/oklch.json +0 -86
- package/src/json/colors/semantic/rgb.json +0 -86
- package/src/json/colors/themes/masterbrand/hex.json +0 -65
- package/src/json/colors/themes/masterbrand/hsl.json +0 -65
- package/src/json/colors/themes/masterbrand/oklch.json +0 -65
- package/src/json/colors/themes/masterbrand/rgb.json +0 -65
- package/src/less/colors/global/hex.less +0 -342
- package/src/less/colors/global/hsl.less +0 -342
- package/src/less/colors/global/oklch.less +0 -342
- package/src/less/colors/global/rgb.less +0 -342
- package/src/less/colors/semantic/hex.less +0 -76
- package/src/less/colors/semantic/hsl.less +0 -76
- package/src/less/colors/semantic/oklch.less +0 -76
- package/src/less/colors/semantic/rgb.less +0 -76
- package/src/less/colors/themes/masterbrand/hex.less +0 -57
- package/src/less/colors/themes/masterbrand/hsl.less +0 -57
- package/src/less/colors/themes/masterbrand/oklch.less +0 -57
- package/src/less/colors/themes/masterbrand/rgb.less +0 -57
- package/src/scss/colors/global/hex.scss +0 -342
- package/src/scss/colors/global/hsl.scss +0 -342
- package/src/scss/colors/global/oklch.scss +0 -342
- package/src/scss/colors/global/rgb.scss +0 -342
- package/src/scss/colors/semantic/hex.scss +0 -76
- package/src/scss/colors/semantic/hsl.scss +0 -76
- package/src/scss/colors/semantic/oklch.scss +0 -76
- package/src/scss/colors/semantic/rgb.scss +0 -76
- package/src/scss/colors/themes/masterbrand/hex.scss +0 -57
- package/src/scss/colors/themes/masterbrand/hsl.scss +0 -57
- package/src/scss/colors/themes/masterbrand/oklch.scss +0 -57
- package/src/scss/colors/themes/masterbrand/rgb.scss +0 -57
- package/src/tailwind/colors/global/hex.css +0 -689
- package/src/tailwind/colors/global/hsl.css +0 -689
- package/src/tailwind/colors/global/oklch.css +0 -689
- package/src/tailwind/colors/global/rgb.css +0 -689
- package/src/tailwind/colors/semantic/hex.css +0 -157
- package/src/tailwind/colors/semantic/hsl.css +0 -157
- package/src/tailwind/colors/semantic/oklch.css +0 -157
- package/src/tailwind/colors/semantic/rgb.css +0 -157
- package/src/tailwind/colors/themes/data-visualisation/hex.css +0 -417
- package/src/tailwind/colors/themes/data-visualisation/hsl.css +0 -417
- package/src/tailwind/colors/themes/data-visualisation/oklch.css +0 -417
- package/src/tailwind/colors/themes/data-visualisation/rgb.css +0 -417
- package/src/tailwind/colors/themes/fuchsia-blue/hex.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-blue/hsl.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-blue/oklch.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-blue/rgb.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-orange/hex.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-orange/hsl.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-orange/oklch.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-orange/rgb.css +0 -59
- package/src/tailwind/colors/themes/masterbrand/hex.css +0 -59
- package/src/tailwind/colors/themes/masterbrand/hsl.css +0 -59
- package/src/tailwind/colors/themes/masterbrand/oklch.css +0 -59
- package/src/tailwind/colors/themes/masterbrand/rgb.css +0 -59
- package/src/ts/colors/global/hex.ts +0 -378
- package/src/ts/colors/global/hsl.ts +0 -378
- package/src/ts/colors/global/oklch.ts +0 -378
- package/src/ts/colors/global/rgb.ts +0 -378
- package/src/ts/colors/semantic/hex.ts +0 -84
- package/src/ts/colors/semantic/hsl.ts +0 -84
- package/src/ts/colors/semantic/oklch.ts +0 -84
- package/src/ts/colors/semantic/rgb.ts +0 -84
- package/src/ts/colors/themes/masterbrand/hex.ts +0 -63
- package/src/ts/colors/themes/masterbrand/hsl.ts +0 -63
- package/src/ts/colors/themes/masterbrand/oklch.ts +0 -63
- package/src/ts/colors/themes/masterbrand/rgb.ts +0 -63
- package/src/types.d.ts +0 -27
|
@@ -1,378 +0,0 @@
|
|
|
1
|
-
export const nswGrey = {
|
|
2
|
-
50: '#fafafa',
|
|
3
|
-
100: '#f5f5f5',
|
|
4
|
-
150: '#f0f0f0',
|
|
5
|
-
200: '#ebebeb',
|
|
6
|
-
250: '#e3e5e6',
|
|
7
|
-
300: '#dcdfe0',
|
|
8
|
-
350: '#d4d9db',
|
|
9
|
-
400: '#cdd3d6',
|
|
10
|
-
450: '#aab0b4',
|
|
11
|
-
500: '#888f92',
|
|
12
|
-
550: '#686f72',
|
|
13
|
-
600: '#495054',
|
|
14
|
-
650: '#3f4549',
|
|
15
|
-
700: '#353b3f',
|
|
16
|
-
750: '#2b3135',
|
|
17
|
-
800: '#22272b',
|
|
18
|
-
850: '#181c1f',
|
|
19
|
-
900: '#0e1113',
|
|
20
|
-
950: '#050709',
|
|
21
|
-
}
|
|
22
|
-
export const nswGreen = {
|
|
23
|
-
50: '#f5fff6',
|
|
24
|
-
100: '#ecfdee',
|
|
25
|
-
150: '#e4fce7',
|
|
26
|
-
200: '#dbfadf',
|
|
27
|
-
250: '#cff7d4',
|
|
28
|
-
300: '#c2f4c9',
|
|
29
|
-
350: '#b5f0be',
|
|
30
|
-
400: '#a8edb3',
|
|
31
|
-
450: '#8adc98',
|
|
32
|
-
500: '#6acc7d',
|
|
33
|
-
550: '#45bb62',
|
|
34
|
-
600: '#00aa45',
|
|
35
|
-
650: '#078e32',
|
|
36
|
-
700: '#077320',
|
|
37
|
-
750: '#03590f',
|
|
38
|
-
800: '#004000',
|
|
39
|
-
850: '#003000',
|
|
40
|
-
900: '#002000',
|
|
41
|
-
950: '#001100',
|
|
42
|
-
}
|
|
43
|
-
export const nswTeal = {
|
|
44
|
-
50: '#f2fbfa',
|
|
45
|
-
100: '#e7f7f5',
|
|
46
|
-
150: '#dcf2ef',
|
|
47
|
-
200: '#d1eeea',
|
|
48
|
-
250: '#c1eae7',
|
|
49
|
-
300: '#afe5e5',
|
|
50
|
-
350: '#9ee0e5',
|
|
51
|
-
400: '#8cdbe5',
|
|
52
|
-
450: '#75c4cf',
|
|
53
|
-
500: '#5eacb9',
|
|
54
|
-
550: '#4696a3',
|
|
55
|
-
600: '#2e808e',
|
|
56
|
-
650: '#256f7b',
|
|
57
|
-
700: '#1c5f69',
|
|
58
|
-
750: '#144e58',
|
|
59
|
-
800: '#0b3f47',
|
|
60
|
-
850: '#042f35',
|
|
61
|
-
900: '#011f24',
|
|
62
|
-
950: '#001114',
|
|
63
|
-
}
|
|
64
|
-
export const nswBlue = {
|
|
65
|
-
50: '#f0fbff',
|
|
66
|
-
100: '#e4f6ff',
|
|
67
|
-
150: '#d7f2fe',
|
|
68
|
-
200: '#cbedfd',
|
|
69
|
-
250: '#bceafe',
|
|
70
|
-
300: '#ade7ff',
|
|
71
|
-
350: '#9de3ff',
|
|
72
|
-
400: '#8ce0ff',
|
|
73
|
-
450: '#5ac9ff',
|
|
74
|
-
500: '#26aeff',
|
|
75
|
-
550: '#008fff',
|
|
76
|
-
600: '#146cfd',
|
|
77
|
-
650: '#0c5ad4',
|
|
78
|
-
700: '#0548ad',
|
|
79
|
-
750: '#023688',
|
|
80
|
-
800: '#002664',
|
|
81
|
-
850: '#001a4d',
|
|
82
|
-
900: '#001037',
|
|
83
|
-
950: '#000622',
|
|
84
|
-
}
|
|
85
|
-
export const nswPurple = {
|
|
86
|
-
50: '#f9f7ff',
|
|
87
|
-
100: '#f2f0ff',
|
|
88
|
-
150: '#ece8fe',
|
|
89
|
-
200: '#e6e1fd',
|
|
90
|
-
250: '#e0d9fe',
|
|
91
|
-
300: '#dad0fe',
|
|
92
|
-
350: '#d4c8ff',
|
|
93
|
-
400: '#cebfff',
|
|
94
|
-
450: '#baa6fc',
|
|
95
|
-
500: '#a68df9',
|
|
96
|
-
550: '#9372f5',
|
|
97
|
-
600: '#8055f1',
|
|
98
|
-
650: '#7243cf',
|
|
99
|
-
700: '#6432ae',
|
|
100
|
-
750: '#54218e',
|
|
101
|
-
800: '#441170',
|
|
102
|
-
850: '#330856',
|
|
103
|
-
900: '#23023e',
|
|
104
|
-
950: '#130027',
|
|
105
|
-
}
|
|
106
|
-
export const nswFuchsia = {
|
|
107
|
-
50: '#fff6fd',
|
|
108
|
-
100: '#ffeef9',
|
|
109
|
-
150: '#fee6f6',
|
|
110
|
-
200: '#fddef2',
|
|
111
|
-
250: '#fbd4ef',
|
|
112
|
-
300: '#f9c9eb',
|
|
113
|
-
350: '#f7bfe9',
|
|
114
|
-
400: '#f4b5e6',
|
|
115
|
-
450: '#ef96da',
|
|
116
|
-
500: '#e975cc',
|
|
117
|
-
550: '#e150be',
|
|
118
|
-
600: '#d912ae',
|
|
119
|
-
650: '#bb0c94',
|
|
120
|
-
700: '#9d067b',
|
|
121
|
-
750: '#810264',
|
|
122
|
-
800: '#65004d',
|
|
123
|
-
850: '#4d003a',
|
|
124
|
-
900: '#370028',
|
|
125
|
-
950: '#220017',
|
|
126
|
-
}
|
|
127
|
-
export const nswRed = {
|
|
128
|
-
50: '#fff8f9',
|
|
129
|
-
100: '#fff2f4',
|
|
130
|
-
150: '#ffecef',
|
|
131
|
-
200: '#ffe6ea',
|
|
132
|
-
250: '#ffdbe0',
|
|
133
|
-
300: '#ffcfd6',
|
|
134
|
-
350: '#ffc4cc',
|
|
135
|
-
400: '#ffb8c1',
|
|
136
|
-
450: '#f897a2',
|
|
137
|
-
500: '#ef7581',
|
|
138
|
-
550: '#e44f5f',
|
|
139
|
-
600: '#d7153a',
|
|
140
|
-
650: '#b90e32',
|
|
141
|
-
700: '#9b072a',
|
|
142
|
-
750: '#7e0322',
|
|
143
|
-
800: '#630019',
|
|
144
|
-
850: '#4c0010',
|
|
145
|
-
900: '#360008',
|
|
146
|
-
950: '#210003',
|
|
147
|
-
}
|
|
148
|
-
export const nswOrange = {
|
|
149
|
-
50: '#fffaf6',
|
|
150
|
-
100: '#fff6ee',
|
|
151
|
-
150: '#fef1e7',
|
|
152
|
-
200: '#fdeddf',
|
|
153
|
-
250: '#fee5ce',
|
|
154
|
-
300: '#ffddbd',
|
|
155
|
-
350: '#ffd6ab',
|
|
156
|
-
400: '#ffce99',
|
|
157
|
-
450: '#fdb678',
|
|
158
|
-
500: '#fb9d58',
|
|
159
|
-
550: '#f78139',
|
|
160
|
-
600: '#f3631b',
|
|
161
|
-
650: '#db5115',
|
|
162
|
-
700: '#c33f0e',
|
|
163
|
-
750: '#ab2e06',
|
|
164
|
-
800: '#941b00',
|
|
165
|
-
850: '#730f00',
|
|
166
|
-
900: '#530400',
|
|
167
|
-
950: '#350000',
|
|
168
|
-
}
|
|
169
|
-
export const nswYellow = {
|
|
170
|
-
50: '#fffcf0',
|
|
171
|
-
100: '#fffae5',
|
|
172
|
-
150: '#fff7da',
|
|
173
|
-
200: '#fff4cf',
|
|
174
|
-
250: '#fff1c2',
|
|
175
|
-
300: '#feeeb5',
|
|
176
|
-
350: '#feeaa8',
|
|
177
|
-
400: '#fde79a',
|
|
178
|
-
450: '#fbda80',
|
|
179
|
-
500: '#facd63',
|
|
180
|
-
550: '#fabe42',
|
|
181
|
-
600: '#faaf05',
|
|
182
|
-
650: '#d49403',
|
|
183
|
-
700: '#af7a01',
|
|
184
|
-
750: '#8b6000',
|
|
185
|
-
800: '#694800',
|
|
186
|
-
850: '#503500',
|
|
187
|
-
900: '#392400',
|
|
188
|
-
950: '#221300',
|
|
189
|
-
}
|
|
190
|
-
export const nswBrown = {
|
|
191
|
-
50: '#fbf8f4',
|
|
192
|
-
100: '#f6f1ea',
|
|
193
|
-
150: '#f2eae1',
|
|
194
|
-
200: '#ede3d7',
|
|
195
|
-
250: '#ecdece',
|
|
196
|
-
300: '#eadac6',
|
|
197
|
-
350: '#e9d5bd',
|
|
198
|
-
400: '#e8d0b5',
|
|
199
|
-
450: '#dbbf9f',
|
|
200
|
-
500: '#cfae89',
|
|
201
|
-
550: '#c29d73',
|
|
202
|
-
600: '#b68d5d',
|
|
203
|
-
650: '#9c764b',
|
|
204
|
-
700: '#82603a',
|
|
205
|
-
750: '#6a4b29',
|
|
206
|
-
800: '#523719',
|
|
207
|
-
850: '#3e280f',
|
|
208
|
-
900: '#2b1a07',
|
|
209
|
-
950: '#190d02',
|
|
210
|
-
}
|
|
211
|
-
export const nswAboriginalGrey = {
|
|
212
|
-
50: '#f9f8f7',
|
|
213
|
-
100: '#f2f1ef',
|
|
214
|
-
150: '#ebeae8',
|
|
215
|
-
200: '#e5e3e0',
|
|
216
|
-
250: '#dfdcd8',
|
|
217
|
-
300: '#d8d4d1',
|
|
218
|
-
350: '#d2cdc9',
|
|
219
|
-
400: '#ccc6c2',
|
|
220
|
-
450: '#ada8a5',
|
|
221
|
-
500: '#8e8b8a',
|
|
222
|
-
550: '#71706f',
|
|
223
|
-
600: '#555555',
|
|
224
|
-
650: '#494949',
|
|
225
|
-
700: '#3d3d3d',
|
|
226
|
-
750: '#323232',
|
|
227
|
-
800: '#272727',
|
|
228
|
-
850: '#1c1c1c',
|
|
229
|
-
900: '#111111',
|
|
230
|
-
950: '#070707',
|
|
231
|
-
}
|
|
232
|
-
export const nswAboriginalRed = {
|
|
233
|
-
50: '#fff5f5',
|
|
234
|
-
100: '#ffebeb',
|
|
235
|
-
150: '#fee2e2',
|
|
236
|
-
200: '#fdd9d9',
|
|
237
|
-
250: '#fdd0d0',
|
|
238
|
-
300: '#fcc7c6',
|
|
239
|
-
350: '#fcbdbd',
|
|
240
|
-
400: '#fbb4b3',
|
|
241
|
-
450: '#f79693',
|
|
242
|
-
500: '#f27771',
|
|
243
|
-
550: '#ea554c',
|
|
244
|
-
600: '#e1261c',
|
|
245
|
-
650: '#cd1f17',
|
|
246
|
-
700: '#ba1811',
|
|
247
|
-
750: '#a7110b',
|
|
248
|
-
800: '#950906',
|
|
249
|
-
850: '#740001',
|
|
250
|
-
900: '#540000',
|
|
251
|
-
950: '#360000',
|
|
252
|
-
}
|
|
253
|
-
export const nswAboriginalOrange = {
|
|
254
|
-
50: '#fff4ec',
|
|
255
|
-
100: '#fee9dd',
|
|
256
|
-
150: '#fcdfcd',
|
|
257
|
-
200: '#f9d4be',
|
|
258
|
-
250: '#f8caae',
|
|
259
|
-
300: '#f7bf9e',
|
|
260
|
-
350: '#f6b58e',
|
|
261
|
-
400: '#f4aa7d',
|
|
262
|
-
450: '#f39a66',
|
|
263
|
-
500: '#f2894f',
|
|
264
|
-
550: '#f07736',
|
|
265
|
-
600: '#ee6314',
|
|
266
|
-
650: '#d45310',
|
|
267
|
-
700: '#ba440a',
|
|
268
|
-
750: '#a13505',
|
|
269
|
-
800: '#882600',
|
|
270
|
-
850: '#691900',
|
|
271
|
-
900: '#4c0d00',
|
|
272
|
-
950: '#300300',
|
|
273
|
-
}
|
|
274
|
-
export const nswAboriginalBrown = {
|
|
275
|
-
50: '#fcf1e9',
|
|
276
|
-
100: '#f6e3d7',
|
|
277
|
-
150: '#efd5c4',
|
|
278
|
-
200: '#e9c8b2',
|
|
279
|
-
250: '#e4ba9f',
|
|
280
|
-
300: '#dead8c',
|
|
281
|
-
350: '#d99f78',
|
|
282
|
-
400: '#d39165',
|
|
283
|
-
450: '#c68158',
|
|
284
|
-
500: '#b9724b',
|
|
285
|
-
550: '#ab623e',
|
|
286
|
-
600: '#9e5332',
|
|
287
|
-
650: '#8b4627',
|
|
288
|
-
700: '#79391c',
|
|
289
|
-
750: '#672d10',
|
|
290
|
-
800: '#552105',
|
|
291
|
-
850: '#411602',
|
|
292
|
-
900: '#2d0c00',
|
|
293
|
-
950: '#1b0400',
|
|
294
|
-
}
|
|
295
|
-
export const nswAboriginalYellow = {
|
|
296
|
-
50: '#fffcee',
|
|
297
|
-
100: '#fff8e0',
|
|
298
|
-
150: '#fff5d3',
|
|
299
|
-
200: '#fff1c5',
|
|
300
|
-
250: '#ffeeb7',
|
|
301
|
-
300: '#ffeba9',
|
|
302
|
-
350: '#fee79b',
|
|
303
|
-
400: '#fee48c',
|
|
304
|
-
450: '#fed675',
|
|
305
|
-
500: '#fec85d',
|
|
306
|
-
550: '#feb944',
|
|
307
|
-
600: '#fea927',
|
|
308
|
-
650: '#df961c',
|
|
309
|
-
700: '#c18312',
|
|
310
|
-
750: '#a57007',
|
|
311
|
-
800: '#895e00',
|
|
312
|
-
850: '#694700',
|
|
313
|
-
900: '#4c3000',
|
|
314
|
-
950: '#2f1c00',
|
|
315
|
-
}
|
|
316
|
-
export const nswAboriginalGreen = {
|
|
317
|
-
50: '#f5f9f2',
|
|
318
|
-
100: '#ecf3e7',
|
|
319
|
-
150: '#e3ecdc',
|
|
320
|
-
200: '#dae6d1',
|
|
321
|
-
250: '#d1e0c6',
|
|
322
|
-
300: '#c7d9ba',
|
|
323
|
-
350: '#bed3af',
|
|
324
|
-
400: '#b5cda4',
|
|
325
|
-
450: '#a5c28e',
|
|
326
|
-
500: '#95b777',
|
|
327
|
-
550: '#86ac60',
|
|
328
|
-
600: '#78a146',
|
|
329
|
-
650: '#5f8f44',
|
|
330
|
-
700: '#497d40',
|
|
331
|
-
750: '#346a3b',
|
|
332
|
-
800: '#215834',
|
|
333
|
-
850: '#154225',
|
|
334
|
-
900: '#0a2e17',
|
|
335
|
-
950: '#021b0a',
|
|
336
|
-
}
|
|
337
|
-
export const nswAboriginalBlue = {
|
|
338
|
-
50: '#eef8fa',
|
|
339
|
-
100: '#dff1f4',
|
|
340
|
-
150: '#d0e9ee',
|
|
341
|
-
200: '#c1e2e8',
|
|
342
|
-
250: '#b2dbe2',
|
|
343
|
-
300: '#a3d4dc',
|
|
344
|
-
350: '#94ccd7',
|
|
345
|
-
400: '#84c5d1',
|
|
346
|
-
450: '#67aec0',
|
|
347
|
-
500: '#4a96b0',
|
|
348
|
-
550: '#2e7fa1',
|
|
349
|
-
600: '#0d6791',
|
|
350
|
-
650: '#095d84',
|
|
351
|
-
700: '#055377',
|
|
352
|
-
750: '#02496a',
|
|
353
|
-
800: '#00405e',
|
|
354
|
-
850: '#002f48',
|
|
355
|
-
900: '#002033',
|
|
356
|
-
950: '#00111f',
|
|
357
|
-
}
|
|
358
|
-
export const nswAboriginalPurple = {
|
|
359
|
-
50: '#faf1f8',
|
|
360
|
-
100: '#f2e5f0',
|
|
361
|
-
150: '#ebd8e8',
|
|
362
|
-
200: '#e4cce0',
|
|
363
|
-
250: '#ddbfd8',
|
|
364
|
-
300: '#d7b3d1',
|
|
365
|
-
350: '#d0a6c9',
|
|
366
|
-
400: '#c99ac2',
|
|
367
|
-
450: '#bd8bb6',
|
|
368
|
-
500: '#b17caa',
|
|
369
|
-
550: '#a66d9f',
|
|
370
|
-
600: '#9a5e93',
|
|
371
|
-
650: '#844f7e',
|
|
372
|
-
700: '#6f4169',
|
|
373
|
-
750: '#5b3355',
|
|
374
|
-
800: '#472642',
|
|
375
|
-
850: '#351a31',
|
|
376
|
-
900: '#241021',
|
|
377
|
-
950: '#150612',
|
|
378
|
-
}
|