@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,57 +0,0 @@
|
|
|
1
|
-
@primary-50: #f0fbff;
|
|
2
|
-
@primary-100: #e4f6ff;
|
|
3
|
-
@primary-150: #d7f2fe;
|
|
4
|
-
@primary-200: #cbedfd;
|
|
5
|
-
@primary-250: #bceafe;
|
|
6
|
-
@primary-300: #ade7ff;
|
|
7
|
-
@primary-350: #9de3ff;
|
|
8
|
-
@primary-400: #8ce0ff;
|
|
9
|
-
@primary-450: #5ac9ff;
|
|
10
|
-
@primary-500: #26aeff;
|
|
11
|
-
@primary-550: #008fff;
|
|
12
|
-
@primary-600: #146cfd;
|
|
13
|
-
@primary-650: #0c5ad4;
|
|
14
|
-
@primary-700: #0548ad;
|
|
15
|
-
@primary-750: #023688;
|
|
16
|
-
@primary-800: #002664;
|
|
17
|
-
@primary-850: #001a4d;
|
|
18
|
-
@primary-900: #001037;
|
|
19
|
-
@primary-950: #000622;
|
|
20
|
-
@accent-50: #fff8f9;
|
|
21
|
-
@accent-100: #fff2f4;
|
|
22
|
-
@accent-150: #ffecef;
|
|
23
|
-
@accent-200: #ffe6ea;
|
|
24
|
-
@accent-250: #ffdbe0;
|
|
25
|
-
@accent-300: #ffcfd6;
|
|
26
|
-
@accent-350: #ffc4cc;
|
|
27
|
-
@accent-400: #ffb8c1;
|
|
28
|
-
@accent-450: #f897a2;
|
|
29
|
-
@accent-500: #ef7581;
|
|
30
|
-
@accent-550: #e44f5f;
|
|
31
|
-
@accent-600: #d7153a;
|
|
32
|
-
@accent-650: #b90e32;
|
|
33
|
-
@accent-700: #9b072a;
|
|
34
|
-
@accent-750: #7e0322;
|
|
35
|
-
@accent-800: #630019;
|
|
36
|
-
@accent-850: #4c0010;
|
|
37
|
-
@accent-900: #360008;
|
|
38
|
-
@accent-950: #210003;
|
|
39
|
-
@grey-50: #fafafa;
|
|
40
|
-
@grey-100: #f5f5f5;
|
|
41
|
-
@grey-150: #f0f0f0;
|
|
42
|
-
@grey-200: #ebebeb;
|
|
43
|
-
@grey-250: #e3e5e6;
|
|
44
|
-
@grey-300: #dcdfe0;
|
|
45
|
-
@grey-350: #d4d9db;
|
|
46
|
-
@grey-400: #cdd3d6;
|
|
47
|
-
@grey-450: #aab0b4;
|
|
48
|
-
@grey-500: #888f92;
|
|
49
|
-
@grey-550: #686f72;
|
|
50
|
-
@grey-600: #495054;
|
|
51
|
-
@grey-650: #3f4549;
|
|
52
|
-
@grey-700: #353b3f;
|
|
53
|
-
@grey-750: #2b3135;
|
|
54
|
-
@grey-800: #22272b;
|
|
55
|
-
@grey-850: #181c1f;
|
|
56
|
-
@grey-900: #0e1113;
|
|
57
|
-
@grey-950: #050709;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
@primary-50: hsl(199.45, 100%, 97.34%);
|
|
2
|
-
@primary-100: hsl(199.38, 100%, 94.73%);
|
|
3
|
-
@primary-150: hsl(199.3, 95.85%, 92.09%);
|
|
4
|
-
@primary-200: hsl(199.2, 92.59%, 89.41%);
|
|
5
|
-
@primary-250: hsl(198.5, 96.87%, 86.75%);
|
|
6
|
-
@primary-300: hsl(197.76, 98.99%, 83.89%);
|
|
7
|
-
@primary-350: hsl(197, 99.87%, 80.82%);
|
|
8
|
-
@primary-400: hsl(196.17, 100%, 77.45%);
|
|
9
|
-
@primary-450: hsl(199.74, 99.83%, 67.57%);
|
|
10
|
-
@primary-500: hsl(202.52, 100%, 57.55%);
|
|
11
|
-
@primary-550: hsl(204.76, 100%, 46.97%);
|
|
12
|
-
@primary-600: hsl(217.34, 98.31%, 53.53%);
|
|
13
|
-
@primary-650: hsl(216.77, 89.43%, 43.98%);
|
|
14
|
-
@primary-700: hsl(216.29, 94.14%, 35%);
|
|
15
|
-
@primary-750: hsl(216.37, 97.67%, 26.93%);
|
|
16
|
-
@primary-800: hsl(217.2, 100%, 19.61%);
|
|
17
|
-
@primary-850: hsl(218.95, 100%, 14.93%);
|
|
18
|
-
@primary-900: hsl(222.31, 100%, 10.59%);
|
|
19
|
-
@primary-950: hsl(228.65, 100%, 6.6%);
|
|
20
|
-
@accent-50: hsl(350.85, 100%, 98.97%);
|
|
21
|
-
@accent-100: hsl(350.7, 100%, 97.7%);
|
|
22
|
-
@accent-150: hsl(350.55, 100%, 96.41%);
|
|
23
|
-
@accent-200: hsl(350.4, 100%, 95.1%);
|
|
24
|
-
@accent-250: hsl(350.92, 100%, 92.94%);
|
|
25
|
-
@accent-300: hsl(351.43, 100%, 90.72%);
|
|
26
|
-
@accent-350: hsl(351.92, 100%, 88.44%);
|
|
27
|
-
@accent-400: hsl(352.39, 100%, 86.08%);
|
|
28
|
-
@accent-450: hsl(353.39, 86.96%, 78.18%);
|
|
29
|
-
@accent-500: hsl(353.95, 78.84%, 69.69%);
|
|
30
|
-
@accent-550: hsl(353.52, 73.17%, 60.13%);
|
|
31
|
-
@accent-600: hsl(348.56, 82.2%, 46.27%);
|
|
32
|
-
@accent-650: hsl(347.26, 85.91%, 38.92%);
|
|
33
|
-
@accent-700: hsl(345.89, 91%, 31.81%);
|
|
34
|
-
@accent-750: hsl(345, 95.87%, 25.31%);
|
|
35
|
-
@accent-800: hsl(344.85, 100%, 19.41%);
|
|
36
|
-
@accent-850: hsl(346.11, 100%, 14.46%);
|
|
37
|
-
@accent-900: hsl(349.15, 100%, 10.03%);
|
|
38
|
-
@accent-950: hsl(352.16, 100%, 6.06%);
|
|
39
|
-
@grey-50: hsl(223.81, 0%, 98.03%);
|
|
40
|
-
@grey-100: hsl(223.81, 0%, 96.06%);
|
|
41
|
-
@grey-150: hsl(223.81, 0%, 94.11%);
|
|
42
|
-
@grey-200: hsl(223.81, 0%, 92.16%);
|
|
43
|
-
@grey-250: hsl(200.05, 4.31%, 89.64%);
|
|
44
|
-
@grey-300: hsl(200.03, 6.92%, 87.13%);
|
|
45
|
-
@grey-350: hsl(200.02, 8.65%, 84.64%);
|
|
46
|
-
@grey-400: hsl(200, 9.89%, 82.16%);
|
|
47
|
-
@grey-450: hsl(200.47, 6.03%, 68.52%);
|
|
48
|
-
@grey-500: hsl(200.94, 4.51%, 55.36%);
|
|
49
|
-
@grey-550: hsl(201.39, 4.91%, 42.76%);
|
|
50
|
-
@grey-600: hsl(201.82, 7.01%, 30.78%);
|
|
51
|
-
@grey-650: hsl(203.03, 7.74%, 26.71%);
|
|
52
|
-
@grey-700: hsl(204.24, 8.68%, 22.73%);
|
|
53
|
-
@grey-750: hsl(205.45, 9.93%, 18.85%);
|
|
54
|
-
@grey-800: hsl(206.67, 11.69%, 15.1%);
|
|
55
|
-
@grey-850: hsl(206.66, 13.37%, 10.7%);
|
|
56
|
-
@grey-900: hsl(206.64, 17.01%, 6.52%);
|
|
57
|
-
@grey-950: hsl(208.68, 23.47%, 2.8%);
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
@primary-50: oklch(0.9816683948128555 0.013540580086234762 227.890755564881);
|
|
2
|
-
@primary-100: oklch(0.9633367896257109 0.022914827838243446 227.890755564881);
|
|
3
|
-
@primary-150: oklch(0.9450051844385663 0.032289075590252125 227.890755564881);
|
|
4
|
-
@primary-200: oklch(0.9266735792514218 0.04166332334226081 227.890755564881);
|
|
5
|
-
@primary-250: oklch(0.9110280326138016 0.05428316129852959 226.81685418252806);
|
|
6
|
-
@primary-300: oklch(0.8953824859761815 0.06690299925479838 225.74295280017512);
|
|
7
|
-
@primary-350: oklch(0.8797369393385615 0.07952283721106716 224.66905141782217);
|
|
8
|
-
@primary-400: oklch(0.8640913927009413 0.09214267516733594 223.59515003546923);
|
|
9
|
-
@primary-450: oklch(0.7918467078448571 0.12656541375136143 232.8854457721009);
|
|
10
|
-
@primary-500: oklch(0.719602022988773 0.1609881523353869 242.17574150873253);
|
|
11
|
-
@primary-550: oklch(0.6473573381326887 0.19541089091941238 251.4660372453642);
|
|
12
|
-
@primary-600: oklch(0.5751126532766045 0.2298336295034379 260.75633298199585);
|
|
13
|
-
@primary-650: oklch(0.5038341615701663 0.20169915825513662 260.52773388396713);
|
|
14
|
-
@primary-700: oklch(0.43255566986372795 0.17356468700683536 260.29913478593846);
|
|
15
|
-
@primary-750: oklch(0.3612771781572896 0.1454302157585341 260.07053568790974);
|
|
16
|
-
@primary-800: oklch(0.2899986864508513 0.11729574451023282 259.841936589881);
|
|
17
|
-
@primary-850: oklch(0.23924891632195233 0.0997013828336979 259.841936589881);
|
|
18
|
-
@primary-900: oklch(0.18849914619305336 0.08210702115716298 259.841936589881);
|
|
19
|
-
@primary-950: oklch(0.13774937606415438 0.06451265948062805 259.841936589881);
|
|
20
|
-
@accent-50: oklch(0.9865629857873716 0.009043874600495525 6.653158456152784);
|
|
21
|
-
@accent-100: oklch(0.9731259715747431 0.015305018554684736 6.653158456152784);
|
|
22
|
-
@accent-150: oklch(0.9596889573621147 0.021566162508873946 6.653158456152784);
|
|
23
|
-
@accent-200: oklch(0.9462519431494862 0.027827306463063157 6.653158456152784);
|
|
24
|
-
@accent-250: oklch(0.9224097820035976 0.041627996281084 7.632544925274676);
|
|
25
|
-
@accent-300: oklch(0.8985676208577089 0.05542868609910484 8.611931394396567);
|
|
26
|
-
@accent-350: oklch(0.8747254597118204 0.06922937591712569 9.59131786351846);
|
|
27
|
-
@accent-400: oklch(0.8508832985659317 0.08303006573514653 10.570704332640352);
|
|
28
|
-
@accent-450: oklch(0.7786513285230947 0.11664880226231811 13.011419492803782);
|
|
29
|
-
@accent-500: oklch(0.7064193584802577 0.15026753878948967 15.45213465296721);
|
|
30
|
-
@accent-550: oklch(0.6341873884374207 0.18388627531666124 17.892849813130642);
|
|
31
|
-
@accent-600: oklch(0.5619554183945837 0.2175050118438328 20.33356497329407);
|
|
32
|
-
@accent-650: oklch(0.5007084126233001 0.1948505033631296 19.53345435711309);
|
|
33
|
-
@accent-700: oklch(0.4394614068520166 0.17219599488242637 18.733343740932114);
|
|
34
|
-
@accent-750: oklch(0.3782144010807331 0.14954148640172313 17.933233124751133);
|
|
35
|
-
@accent-800: oklch(0.31696739530944956 0.1268869779210199 17.133122508570153);
|
|
36
|
-
@accent-850: oklch(0.2614981011302959 0.10785393123286692 17.133122508570153);
|
|
37
|
-
@accent-900: oklch(0.20602880695114223 0.08882088454471393 17.133122508570153);
|
|
38
|
-
@accent-950: oklch(0.15055951277198854 0.06978783785656095 17.133122508570153);
|
|
39
|
-
@grey-50: oklch(0.9850175274112574 0 0);
|
|
40
|
-
@grey-100: oklch(0.9700350548225147 0 0);
|
|
41
|
-
@grey-150: oklch(0.9550525822337722 0 0);
|
|
42
|
-
@grey-200: oklch(0.9400701096450296 0 0);
|
|
43
|
-
@grey-250: oklch(0.9208267112856119 0.0019440594503795112 228.8687380011113);
|
|
44
|
-
@grey-300: oklch(0.9015833129261941 0.0038881189007590215 228.8687380011113);
|
|
45
|
-
@grey-350: oklch(0.8823399145667763 0.005832178351138532 228.8687380011113);
|
|
46
|
-
@grey-400: oklch(0.8630965162073586 0.007776237801518043 228.8687380011113);
|
|
47
|
-
@grey-450: oklch(0.7539290831519737 0.008632737257709678 229.8058410593526);
|
|
48
|
-
@grey-500: oklch(0.6447616500965888 0.009489236713901311 230.74294411759388);
|
|
49
|
-
@grey-550: oklch(0.5355942170412039 0.010345736170092946 231.68004717583517);
|
|
50
|
-
@grey-600: oklch(0.426426783985819 0.011202235626284581 232.61715023407646);
|
|
51
|
-
@grey-650: oklch(0.3871732148397997 0.010991669591883444 234.98382249287215);
|
|
52
|
-
@grey-700: oklch(0.3479196456937804 0.010781103557482309 237.35049475166784);
|
|
53
|
-
@grey-750: oklch(0.3086660765477611 0.010570537523081174 239.71716701046353);
|
|
54
|
-
@grey-800: oklch(0.26941250740174183 0.010359971488680036 242.08383926925922);
|
|
55
|
-
@grey-850: oklch(0.222265318606437 0.00880597576537803 242.08383926925922);
|
|
56
|
-
@grey-900: oklch(0.17511812981113217 0.007251980042076026 242.08383926925922);
|
|
57
|
-
@grey-950: oklch(0.12797094101582737 0.005697984318774021 242.08383926925922);
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
@primary-50: rgb(240, 251, 255);
|
|
2
|
-
@primary-100: rgb(228, 246, 255);
|
|
3
|
-
@primary-150: rgb(215, 242, 254);
|
|
4
|
-
@primary-200: rgb(203, 237, 253);
|
|
5
|
-
@primary-250: rgb(188, 234, 254);
|
|
6
|
-
@primary-300: rgb(173, 231, 255);
|
|
7
|
-
@primary-350: rgb(157, 227, 255);
|
|
8
|
-
@primary-400: rgb(140, 224, 255);
|
|
9
|
-
@primary-450: rgb(90, 201, 255);
|
|
10
|
-
@primary-500: rgb(38, 174, 255);
|
|
11
|
-
@primary-550: rgb(0, 143, 255);
|
|
12
|
-
@primary-600: rgb(20, 108, 253);
|
|
13
|
-
@primary-650: rgb(12, 90, 212);
|
|
14
|
-
@primary-700: rgb(5, 72, 173);
|
|
15
|
-
@primary-750: rgb(2, 54, 136);
|
|
16
|
-
@primary-800: rgb(0, 38, 100);
|
|
17
|
-
@primary-850: rgb(0, 26, 77);
|
|
18
|
-
@primary-900: rgb(0, 16, 55);
|
|
19
|
-
@primary-950: rgb(0, 6, 34);
|
|
20
|
-
@accent-50: rgb(255, 248, 249);
|
|
21
|
-
@accent-100: rgb(255, 242, 244);
|
|
22
|
-
@accent-150: rgb(255, 236, 239);
|
|
23
|
-
@accent-200: rgb(255, 230, 234);
|
|
24
|
-
@accent-250: rgb(255, 219, 224);
|
|
25
|
-
@accent-300: rgb(255, 207, 214);
|
|
26
|
-
@accent-350: rgb(255, 196, 204);
|
|
27
|
-
@accent-400: rgb(255, 184, 193);
|
|
28
|
-
@accent-450: rgb(248, 151, 162);
|
|
29
|
-
@accent-500: rgb(239, 117, 129);
|
|
30
|
-
@accent-550: rgb(228, 79, 95);
|
|
31
|
-
@accent-600: rgb(215, 21, 58);
|
|
32
|
-
@accent-650: rgb(185, 14, 50);
|
|
33
|
-
@accent-700: rgb(155, 7, 42);
|
|
34
|
-
@accent-750: rgb(126, 3, 34);
|
|
35
|
-
@accent-800: rgb(99, 0, 25);
|
|
36
|
-
@accent-850: rgb(76, 0, 16);
|
|
37
|
-
@accent-900: rgb(54, 0, 8);
|
|
38
|
-
@accent-950: rgb(33, 0, 3);
|
|
39
|
-
@grey-50: rgb(250, 250, 250);
|
|
40
|
-
@grey-100: rgb(245, 245, 245);
|
|
41
|
-
@grey-150: rgb(240, 240, 240);
|
|
42
|
-
@grey-200: rgb(235, 235, 235);
|
|
43
|
-
@grey-250: rgb(227, 229, 230);
|
|
44
|
-
@grey-300: rgb(220, 223, 224);
|
|
45
|
-
@grey-350: rgb(212, 217, 219);
|
|
46
|
-
@grey-400: rgb(205, 211, 214);
|
|
47
|
-
@grey-450: rgb(170, 176, 180);
|
|
48
|
-
@grey-500: rgb(136, 143, 146);
|
|
49
|
-
@grey-550: rgb(104, 111, 114);
|
|
50
|
-
@grey-600: rgb(73, 80, 84);
|
|
51
|
-
@grey-650: rgb(63, 69, 73);
|
|
52
|
-
@grey-700: rgb(53, 59, 63);
|
|
53
|
-
@grey-750: rgb(43, 49, 53);
|
|
54
|
-
@grey-800: rgb(34, 39, 43);
|
|
55
|
-
@grey-850: rgb(24, 28, 31);
|
|
56
|
-
@grey-900: rgb(14, 17, 19);
|
|
57
|
-
@grey-950: rgb(5, 7, 9);
|
|
@@ -1,342 +0,0 @@
|
|
|
1
|
-
$nsw-grey-50: #fafafa;
|
|
2
|
-
$nsw-grey-100: #f5f5f5;
|
|
3
|
-
$nsw-grey-150: #f0f0f0;
|
|
4
|
-
$nsw-grey-200: #ebebeb;
|
|
5
|
-
$nsw-grey-250: #e3e5e6;
|
|
6
|
-
$nsw-grey-300: #dcdfe0;
|
|
7
|
-
$nsw-grey-350: #d4d9db;
|
|
8
|
-
$nsw-grey-400: #cdd3d6;
|
|
9
|
-
$nsw-grey-450: #aab0b4;
|
|
10
|
-
$nsw-grey-500: #888f92;
|
|
11
|
-
$nsw-grey-550: #686f72;
|
|
12
|
-
$nsw-grey-600: #495054;
|
|
13
|
-
$nsw-grey-650: #3f4549;
|
|
14
|
-
$nsw-grey-700: #353b3f;
|
|
15
|
-
$nsw-grey-750: #2b3135;
|
|
16
|
-
$nsw-grey-800: #22272b;
|
|
17
|
-
$nsw-grey-850: #181c1f;
|
|
18
|
-
$nsw-grey-900: #0e1113;
|
|
19
|
-
$nsw-grey-950: #050709;
|
|
20
|
-
$nsw-green-50: #f5fff6;
|
|
21
|
-
$nsw-green-100: #ecfdee;
|
|
22
|
-
$nsw-green-150: #e4fce7;
|
|
23
|
-
$nsw-green-200: #dbfadf;
|
|
24
|
-
$nsw-green-250: #cff7d4;
|
|
25
|
-
$nsw-green-300: #c2f4c9;
|
|
26
|
-
$nsw-green-350: #b5f0be;
|
|
27
|
-
$nsw-green-400: #a8edb3;
|
|
28
|
-
$nsw-green-450: #8adc98;
|
|
29
|
-
$nsw-green-500: #6acc7d;
|
|
30
|
-
$nsw-green-550: #45bb62;
|
|
31
|
-
$nsw-green-600: #00aa45;
|
|
32
|
-
$nsw-green-650: #078e32;
|
|
33
|
-
$nsw-green-700: #077320;
|
|
34
|
-
$nsw-green-750: #03590f;
|
|
35
|
-
$nsw-green-800: #004000;
|
|
36
|
-
$nsw-green-850: #003000;
|
|
37
|
-
$nsw-green-900: #002000;
|
|
38
|
-
$nsw-green-950: #001100;
|
|
39
|
-
$nsw-teal-50: #f2fbfa;
|
|
40
|
-
$nsw-teal-100: #e7f7f5;
|
|
41
|
-
$nsw-teal-150: #dcf2ef;
|
|
42
|
-
$nsw-teal-200: #d1eeea;
|
|
43
|
-
$nsw-teal-250: #c1eae7;
|
|
44
|
-
$nsw-teal-300: #afe5e5;
|
|
45
|
-
$nsw-teal-350: #9ee0e5;
|
|
46
|
-
$nsw-teal-400: #8cdbe5;
|
|
47
|
-
$nsw-teal-450: #75c4cf;
|
|
48
|
-
$nsw-teal-500: #5eacb9;
|
|
49
|
-
$nsw-teal-550: #4696a3;
|
|
50
|
-
$nsw-teal-600: #2e808e;
|
|
51
|
-
$nsw-teal-650: #256f7b;
|
|
52
|
-
$nsw-teal-700: #1c5f69;
|
|
53
|
-
$nsw-teal-750: #144e58;
|
|
54
|
-
$nsw-teal-800: #0b3f47;
|
|
55
|
-
$nsw-teal-850: #042f35;
|
|
56
|
-
$nsw-teal-900: #011f24;
|
|
57
|
-
$nsw-teal-950: #001114;
|
|
58
|
-
$nsw-blue-50: #f0fbff;
|
|
59
|
-
$nsw-blue-100: #e4f6ff;
|
|
60
|
-
$nsw-blue-150: #d7f2fe;
|
|
61
|
-
$nsw-blue-200: #cbedfd;
|
|
62
|
-
$nsw-blue-250: #bceafe;
|
|
63
|
-
$nsw-blue-300: #ade7ff;
|
|
64
|
-
$nsw-blue-350: #9de3ff;
|
|
65
|
-
$nsw-blue-400: #8ce0ff;
|
|
66
|
-
$nsw-blue-450: #5ac9ff;
|
|
67
|
-
$nsw-blue-500: #26aeff;
|
|
68
|
-
$nsw-blue-550: #008fff;
|
|
69
|
-
$nsw-blue-600: #146cfd;
|
|
70
|
-
$nsw-blue-650: #0c5ad4;
|
|
71
|
-
$nsw-blue-700: #0548ad;
|
|
72
|
-
$nsw-blue-750: #023688;
|
|
73
|
-
$nsw-blue-800: #002664;
|
|
74
|
-
$nsw-blue-850: #001a4d;
|
|
75
|
-
$nsw-blue-900: #001037;
|
|
76
|
-
$nsw-blue-950: #000622;
|
|
77
|
-
$nsw-purple-50: #f9f7ff;
|
|
78
|
-
$nsw-purple-100: #f2f0ff;
|
|
79
|
-
$nsw-purple-150: #ece8fe;
|
|
80
|
-
$nsw-purple-200: #e6e1fd;
|
|
81
|
-
$nsw-purple-250: #e0d9fe;
|
|
82
|
-
$nsw-purple-300: #dad0fe;
|
|
83
|
-
$nsw-purple-350: #d4c8ff;
|
|
84
|
-
$nsw-purple-400: #cebfff;
|
|
85
|
-
$nsw-purple-450: #baa6fc;
|
|
86
|
-
$nsw-purple-500: #a68df9;
|
|
87
|
-
$nsw-purple-550: #9372f5;
|
|
88
|
-
$nsw-purple-600: #8055f1;
|
|
89
|
-
$nsw-purple-650: #7243cf;
|
|
90
|
-
$nsw-purple-700: #6432ae;
|
|
91
|
-
$nsw-purple-750: #54218e;
|
|
92
|
-
$nsw-purple-800: #441170;
|
|
93
|
-
$nsw-purple-850: #330856;
|
|
94
|
-
$nsw-purple-900: #23023e;
|
|
95
|
-
$nsw-purple-950: #130027;
|
|
96
|
-
$nsw-fuchsia-50: #fff6fd;
|
|
97
|
-
$nsw-fuchsia-100: #ffeef9;
|
|
98
|
-
$nsw-fuchsia-150: #fee6f6;
|
|
99
|
-
$nsw-fuchsia-200: #fddef2;
|
|
100
|
-
$nsw-fuchsia-250: #fbd4ef;
|
|
101
|
-
$nsw-fuchsia-300: #f9c9eb;
|
|
102
|
-
$nsw-fuchsia-350: #f7bfe9;
|
|
103
|
-
$nsw-fuchsia-400: #f4b5e6;
|
|
104
|
-
$nsw-fuchsia-450: #ef96da;
|
|
105
|
-
$nsw-fuchsia-500: #e975cc;
|
|
106
|
-
$nsw-fuchsia-550: #e150be;
|
|
107
|
-
$nsw-fuchsia-600: #d912ae;
|
|
108
|
-
$nsw-fuchsia-650: #bb0c94;
|
|
109
|
-
$nsw-fuchsia-700: #9d067b;
|
|
110
|
-
$nsw-fuchsia-750: #810264;
|
|
111
|
-
$nsw-fuchsia-800: #65004d;
|
|
112
|
-
$nsw-fuchsia-850: #4d003a;
|
|
113
|
-
$nsw-fuchsia-900: #370028;
|
|
114
|
-
$nsw-fuchsia-950: #220017;
|
|
115
|
-
$nsw-red-50: #fff8f9;
|
|
116
|
-
$nsw-red-100: #fff2f4;
|
|
117
|
-
$nsw-red-150: #ffecef;
|
|
118
|
-
$nsw-red-200: #ffe6ea;
|
|
119
|
-
$nsw-red-250: #ffdbe0;
|
|
120
|
-
$nsw-red-300: #ffcfd6;
|
|
121
|
-
$nsw-red-350: #ffc4cc;
|
|
122
|
-
$nsw-red-400: #ffb8c1;
|
|
123
|
-
$nsw-red-450: #f897a2;
|
|
124
|
-
$nsw-red-500: #ef7581;
|
|
125
|
-
$nsw-red-550: #e44f5f;
|
|
126
|
-
$nsw-red-600: #d7153a;
|
|
127
|
-
$nsw-red-650: #b90e32;
|
|
128
|
-
$nsw-red-700: #9b072a;
|
|
129
|
-
$nsw-red-750: #7e0322;
|
|
130
|
-
$nsw-red-800: #630019;
|
|
131
|
-
$nsw-red-850: #4c0010;
|
|
132
|
-
$nsw-red-900: #360008;
|
|
133
|
-
$nsw-red-950: #210003;
|
|
134
|
-
$nsw-orange-50: #fffaf6;
|
|
135
|
-
$nsw-orange-100: #fff6ee;
|
|
136
|
-
$nsw-orange-150: #fef1e7;
|
|
137
|
-
$nsw-orange-200: #fdeddf;
|
|
138
|
-
$nsw-orange-250: #fee5ce;
|
|
139
|
-
$nsw-orange-300: #ffddbd;
|
|
140
|
-
$nsw-orange-350: #ffd6ab;
|
|
141
|
-
$nsw-orange-400: #ffce99;
|
|
142
|
-
$nsw-orange-450: #fdb678;
|
|
143
|
-
$nsw-orange-500: #fb9d58;
|
|
144
|
-
$nsw-orange-550: #f78139;
|
|
145
|
-
$nsw-orange-600: #f3631b;
|
|
146
|
-
$nsw-orange-650: #db5115;
|
|
147
|
-
$nsw-orange-700: #c33f0e;
|
|
148
|
-
$nsw-orange-750: #ab2e06;
|
|
149
|
-
$nsw-orange-800: #941b00;
|
|
150
|
-
$nsw-orange-850: #730f00;
|
|
151
|
-
$nsw-orange-900: #530400;
|
|
152
|
-
$nsw-orange-950: #350000;
|
|
153
|
-
$nsw-yellow-50: #fffcf0;
|
|
154
|
-
$nsw-yellow-100: #fffae5;
|
|
155
|
-
$nsw-yellow-150: #fff7da;
|
|
156
|
-
$nsw-yellow-200: #fff4cf;
|
|
157
|
-
$nsw-yellow-250: #fff1c2;
|
|
158
|
-
$nsw-yellow-300: #feeeb5;
|
|
159
|
-
$nsw-yellow-350: #feeaa8;
|
|
160
|
-
$nsw-yellow-400: #fde79a;
|
|
161
|
-
$nsw-yellow-450: #fbda80;
|
|
162
|
-
$nsw-yellow-500: #facd63;
|
|
163
|
-
$nsw-yellow-550: #fabe42;
|
|
164
|
-
$nsw-yellow-600: #faaf05;
|
|
165
|
-
$nsw-yellow-650: #d49403;
|
|
166
|
-
$nsw-yellow-700: #af7a01;
|
|
167
|
-
$nsw-yellow-750: #8b6000;
|
|
168
|
-
$nsw-yellow-800: #694800;
|
|
169
|
-
$nsw-yellow-850: #503500;
|
|
170
|
-
$nsw-yellow-900: #392400;
|
|
171
|
-
$nsw-yellow-950: #221300;
|
|
172
|
-
$nsw-brown-50: #fbf8f4;
|
|
173
|
-
$nsw-brown-100: #f6f1ea;
|
|
174
|
-
$nsw-brown-150: #f2eae1;
|
|
175
|
-
$nsw-brown-200: #ede3d7;
|
|
176
|
-
$nsw-brown-250: #ecdece;
|
|
177
|
-
$nsw-brown-300: #eadac6;
|
|
178
|
-
$nsw-brown-350: #e9d5bd;
|
|
179
|
-
$nsw-brown-400: #e8d0b5;
|
|
180
|
-
$nsw-brown-450: #dbbf9f;
|
|
181
|
-
$nsw-brown-500: #cfae89;
|
|
182
|
-
$nsw-brown-550: #c29d73;
|
|
183
|
-
$nsw-brown-600: #b68d5d;
|
|
184
|
-
$nsw-brown-650: #9c764b;
|
|
185
|
-
$nsw-brown-700: #82603a;
|
|
186
|
-
$nsw-brown-750: #6a4b29;
|
|
187
|
-
$nsw-brown-800: #523719;
|
|
188
|
-
$nsw-brown-850: #3e280f;
|
|
189
|
-
$nsw-brown-900: #2b1a07;
|
|
190
|
-
$nsw-brown-950: #190d02;
|
|
191
|
-
$nsw-aboriginal-grey-50: #f9f8f7;
|
|
192
|
-
$nsw-aboriginal-grey-100: #f2f1ef;
|
|
193
|
-
$nsw-aboriginal-grey-150: #ebeae8;
|
|
194
|
-
$nsw-aboriginal-grey-200: #e5e3e0;
|
|
195
|
-
$nsw-aboriginal-grey-250: #dfdcd8;
|
|
196
|
-
$nsw-aboriginal-grey-300: #d8d4d1;
|
|
197
|
-
$nsw-aboriginal-grey-350: #d2cdc9;
|
|
198
|
-
$nsw-aboriginal-grey-400: #ccc6c2;
|
|
199
|
-
$nsw-aboriginal-grey-450: #ada8a5;
|
|
200
|
-
$nsw-aboriginal-grey-500: #8e8b8a;
|
|
201
|
-
$nsw-aboriginal-grey-550: #71706f;
|
|
202
|
-
$nsw-aboriginal-grey-600: #555555;
|
|
203
|
-
$nsw-aboriginal-grey-650: #494949;
|
|
204
|
-
$nsw-aboriginal-grey-700: #3d3d3d;
|
|
205
|
-
$nsw-aboriginal-grey-750: #323232;
|
|
206
|
-
$nsw-aboriginal-grey-800: #272727;
|
|
207
|
-
$nsw-aboriginal-grey-850: #1c1c1c;
|
|
208
|
-
$nsw-aboriginal-grey-900: #111111;
|
|
209
|
-
$nsw-aboriginal-grey-950: #070707;
|
|
210
|
-
$nsw-aboriginal-red-50: #fff5f5;
|
|
211
|
-
$nsw-aboriginal-red-100: #ffebeb;
|
|
212
|
-
$nsw-aboriginal-red-150: #fee2e2;
|
|
213
|
-
$nsw-aboriginal-red-200: #fdd9d9;
|
|
214
|
-
$nsw-aboriginal-red-250: #fdd0d0;
|
|
215
|
-
$nsw-aboriginal-red-300: #fcc7c6;
|
|
216
|
-
$nsw-aboriginal-red-350: #fcbdbd;
|
|
217
|
-
$nsw-aboriginal-red-400: #fbb4b3;
|
|
218
|
-
$nsw-aboriginal-red-450: #f79693;
|
|
219
|
-
$nsw-aboriginal-red-500: #f27771;
|
|
220
|
-
$nsw-aboriginal-red-550: #ea554c;
|
|
221
|
-
$nsw-aboriginal-red-600: #e1261c;
|
|
222
|
-
$nsw-aboriginal-red-650: #cd1f17;
|
|
223
|
-
$nsw-aboriginal-red-700: #ba1811;
|
|
224
|
-
$nsw-aboriginal-red-750: #a7110b;
|
|
225
|
-
$nsw-aboriginal-red-800: #950906;
|
|
226
|
-
$nsw-aboriginal-red-850: #740001;
|
|
227
|
-
$nsw-aboriginal-red-900: #540000;
|
|
228
|
-
$nsw-aboriginal-red-950: #360000;
|
|
229
|
-
$nsw-aboriginal-orange-50: #fff4ec;
|
|
230
|
-
$nsw-aboriginal-orange-100: #fee9dd;
|
|
231
|
-
$nsw-aboriginal-orange-150: #fcdfcd;
|
|
232
|
-
$nsw-aboriginal-orange-200: #f9d4be;
|
|
233
|
-
$nsw-aboriginal-orange-250: #f8caae;
|
|
234
|
-
$nsw-aboriginal-orange-300: #f7bf9e;
|
|
235
|
-
$nsw-aboriginal-orange-350: #f6b58e;
|
|
236
|
-
$nsw-aboriginal-orange-400: #f4aa7d;
|
|
237
|
-
$nsw-aboriginal-orange-450: #f39a66;
|
|
238
|
-
$nsw-aboriginal-orange-500: #f2894f;
|
|
239
|
-
$nsw-aboriginal-orange-550: #f07736;
|
|
240
|
-
$nsw-aboriginal-orange-600: #ee6314;
|
|
241
|
-
$nsw-aboriginal-orange-650: #d45310;
|
|
242
|
-
$nsw-aboriginal-orange-700: #ba440a;
|
|
243
|
-
$nsw-aboriginal-orange-750: #a13505;
|
|
244
|
-
$nsw-aboriginal-orange-800: #882600;
|
|
245
|
-
$nsw-aboriginal-orange-850: #691900;
|
|
246
|
-
$nsw-aboriginal-orange-900: #4c0d00;
|
|
247
|
-
$nsw-aboriginal-orange-950: #300300;
|
|
248
|
-
$nsw-aboriginal-brown-50: #fcf1e9;
|
|
249
|
-
$nsw-aboriginal-brown-100: #f6e3d7;
|
|
250
|
-
$nsw-aboriginal-brown-150: #efd5c4;
|
|
251
|
-
$nsw-aboriginal-brown-200: #e9c8b2;
|
|
252
|
-
$nsw-aboriginal-brown-250: #e4ba9f;
|
|
253
|
-
$nsw-aboriginal-brown-300: #dead8c;
|
|
254
|
-
$nsw-aboriginal-brown-350: #d99f78;
|
|
255
|
-
$nsw-aboriginal-brown-400: #d39165;
|
|
256
|
-
$nsw-aboriginal-brown-450: #c68158;
|
|
257
|
-
$nsw-aboriginal-brown-500: #b9724b;
|
|
258
|
-
$nsw-aboriginal-brown-550: #ab623e;
|
|
259
|
-
$nsw-aboriginal-brown-600: #9e5332;
|
|
260
|
-
$nsw-aboriginal-brown-650: #8b4627;
|
|
261
|
-
$nsw-aboriginal-brown-700: #79391c;
|
|
262
|
-
$nsw-aboriginal-brown-750: #672d10;
|
|
263
|
-
$nsw-aboriginal-brown-800: #552105;
|
|
264
|
-
$nsw-aboriginal-brown-850: #411602;
|
|
265
|
-
$nsw-aboriginal-brown-900: #2d0c00;
|
|
266
|
-
$nsw-aboriginal-brown-950: #1b0400;
|
|
267
|
-
$nsw-aboriginal-yellow-50: #fffcee;
|
|
268
|
-
$nsw-aboriginal-yellow-100: #fff8e0;
|
|
269
|
-
$nsw-aboriginal-yellow-150: #fff5d3;
|
|
270
|
-
$nsw-aboriginal-yellow-200: #fff1c5;
|
|
271
|
-
$nsw-aboriginal-yellow-250: #ffeeb7;
|
|
272
|
-
$nsw-aboriginal-yellow-300: #ffeba9;
|
|
273
|
-
$nsw-aboriginal-yellow-350: #fee79b;
|
|
274
|
-
$nsw-aboriginal-yellow-400: #fee48c;
|
|
275
|
-
$nsw-aboriginal-yellow-450: #fed675;
|
|
276
|
-
$nsw-aboriginal-yellow-500: #fec85d;
|
|
277
|
-
$nsw-aboriginal-yellow-550: #feb944;
|
|
278
|
-
$nsw-aboriginal-yellow-600: #fea927;
|
|
279
|
-
$nsw-aboriginal-yellow-650: #df961c;
|
|
280
|
-
$nsw-aboriginal-yellow-700: #c18312;
|
|
281
|
-
$nsw-aboriginal-yellow-750: #a57007;
|
|
282
|
-
$nsw-aboriginal-yellow-800: #895e00;
|
|
283
|
-
$nsw-aboriginal-yellow-850: #694700;
|
|
284
|
-
$nsw-aboriginal-yellow-900: #4c3000;
|
|
285
|
-
$nsw-aboriginal-yellow-950: #2f1c00;
|
|
286
|
-
$nsw-aboriginal-green-50: #f5f9f2;
|
|
287
|
-
$nsw-aboriginal-green-100: #ecf3e7;
|
|
288
|
-
$nsw-aboriginal-green-150: #e3ecdc;
|
|
289
|
-
$nsw-aboriginal-green-200: #dae6d1;
|
|
290
|
-
$nsw-aboriginal-green-250: #d1e0c6;
|
|
291
|
-
$nsw-aboriginal-green-300: #c7d9ba;
|
|
292
|
-
$nsw-aboriginal-green-350: #bed3af;
|
|
293
|
-
$nsw-aboriginal-green-400: #b5cda4;
|
|
294
|
-
$nsw-aboriginal-green-450: #a5c28e;
|
|
295
|
-
$nsw-aboriginal-green-500: #95b777;
|
|
296
|
-
$nsw-aboriginal-green-550: #86ac60;
|
|
297
|
-
$nsw-aboriginal-green-600: #78a146;
|
|
298
|
-
$nsw-aboriginal-green-650: #5f8f44;
|
|
299
|
-
$nsw-aboriginal-green-700: #497d40;
|
|
300
|
-
$nsw-aboriginal-green-750: #346a3b;
|
|
301
|
-
$nsw-aboriginal-green-800: #215834;
|
|
302
|
-
$nsw-aboriginal-green-850: #154225;
|
|
303
|
-
$nsw-aboriginal-green-900: #0a2e17;
|
|
304
|
-
$nsw-aboriginal-green-950: #021b0a;
|
|
305
|
-
$nsw-aboriginal-blue-50: #eef8fa;
|
|
306
|
-
$nsw-aboriginal-blue-100: #dff1f4;
|
|
307
|
-
$nsw-aboriginal-blue-150: #d0e9ee;
|
|
308
|
-
$nsw-aboriginal-blue-200: #c1e2e8;
|
|
309
|
-
$nsw-aboriginal-blue-250: #b2dbe2;
|
|
310
|
-
$nsw-aboriginal-blue-300: #a3d4dc;
|
|
311
|
-
$nsw-aboriginal-blue-350: #94ccd7;
|
|
312
|
-
$nsw-aboriginal-blue-400: #84c5d1;
|
|
313
|
-
$nsw-aboriginal-blue-450: #67aec0;
|
|
314
|
-
$nsw-aboriginal-blue-500: #4a96b0;
|
|
315
|
-
$nsw-aboriginal-blue-550: #2e7fa1;
|
|
316
|
-
$nsw-aboriginal-blue-600: #0d6791;
|
|
317
|
-
$nsw-aboriginal-blue-650: #095d84;
|
|
318
|
-
$nsw-aboriginal-blue-700: #055377;
|
|
319
|
-
$nsw-aboriginal-blue-750: #02496a;
|
|
320
|
-
$nsw-aboriginal-blue-800: #00405e;
|
|
321
|
-
$nsw-aboriginal-blue-850: #002f48;
|
|
322
|
-
$nsw-aboriginal-blue-900: #002033;
|
|
323
|
-
$nsw-aboriginal-blue-950: #00111f;
|
|
324
|
-
$nsw-aboriginal-purple-50: #faf1f8;
|
|
325
|
-
$nsw-aboriginal-purple-100: #f2e5f0;
|
|
326
|
-
$nsw-aboriginal-purple-150: #ebd8e8;
|
|
327
|
-
$nsw-aboriginal-purple-200: #e4cce0;
|
|
328
|
-
$nsw-aboriginal-purple-250: #ddbfd8;
|
|
329
|
-
$nsw-aboriginal-purple-300: #d7b3d1;
|
|
330
|
-
$nsw-aboriginal-purple-350: #d0a6c9;
|
|
331
|
-
$nsw-aboriginal-purple-400: #c99ac2;
|
|
332
|
-
$nsw-aboriginal-purple-450: #bd8bb6;
|
|
333
|
-
$nsw-aboriginal-purple-500: #b17caa;
|
|
334
|
-
$nsw-aboriginal-purple-550: #a66d9f;
|
|
335
|
-
$nsw-aboriginal-purple-600: #9a5e93;
|
|
336
|
-
$nsw-aboriginal-purple-650: #844f7e;
|
|
337
|
-
$nsw-aboriginal-purple-700: #6f4169;
|
|
338
|
-
$nsw-aboriginal-purple-750: #5b3355;
|
|
339
|
-
$nsw-aboriginal-purple-800: #472642;
|
|
340
|
-
$nsw-aboriginal-purple-850: #351a31;
|
|
341
|
-
$nsw-aboriginal-purple-900: #241021;
|
|
342
|
-
$nsw-aboriginal-purple-950: #150612;
|