@nswds/tokens 0.0.2 → 2.1.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 (79) hide show
  1. package/.github/workflows/opencommit.yml +41 -0
  2. package/.github/workflows/release.yml +30 -0
  3. package/.prettierignore +18 -0
  4. package/.prettierrc +8 -0
  5. package/CHANGELOG.md +29 -0
  6. package/README.md +2 -1
  7. package/dist/css/colors/global/hex.css +192 -0
  8. package/dist/css/colors/global/hsl.css +192 -0
  9. package/dist/css/colors/global/oklch.css +192 -0
  10. package/dist/css/colors/global/rgb.css +192 -0
  11. package/dist/css/colors/themes/masterbrand/hex.css +2 -0
  12. package/dist/css/colors/themes/masterbrand/hsl.css +2 -0
  13. package/dist/css/colors/themes/masterbrand/oklch.css +2 -0
  14. package/dist/css/colors/themes/masterbrand/rgb.css +2 -0
  15. package/dist/js/colors/global/hex.js +210 -0
  16. package/dist/js/colors/global/hsl.js +210 -0
  17. package/dist/js/colors/global/oklch.js +210 -0
  18. package/dist/js/colors/global/rgb.js +210 -0
  19. package/dist/js/colors/themes/masterbrand/hex.js +72 -0
  20. package/dist/js/colors/themes/masterbrand/hsl.js +72 -0
  21. package/dist/js/colors/themes/masterbrand/oklch.js +72 -0
  22. package/dist/js/colors/themes/masterbrand/rgb.js +72 -0
  23. package/dist/json/colors/global/hex.json +0 -0
  24. package/dist/json/colors/global/hsl.json +0 -0
  25. package/dist/json/colors/global/oklch.json +0 -0
  26. package/dist/json/colors/global/rgb.json +0 -0
  27. package/dist/json/colors/themes/masterbrand/hex.json +0 -0
  28. package/dist/json/colors/themes/masterbrand/hsl.json +0 -0
  29. package/dist/json/colors/themes/masterbrand/oklch.json +0 -0
  30. package/dist/json/colors/themes/masterbrand/rgb.json +0 -0
  31. package/dist/less/colors/global/hex.less +0 -0
  32. package/dist/less/colors/global/hsl.less +0 -0
  33. package/dist/less/colors/global/oklch.less +0 -0
  34. package/dist/less/colors/global/rgb.less +0 -0
  35. package/dist/less/colors/themes/masterbrand/hex.less +0 -0
  36. package/dist/less/colors/themes/masterbrand/hsl.less +0 -0
  37. package/dist/less/colors/themes/masterbrand/oklch.less +0 -0
  38. package/dist/less/colors/themes/masterbrand/rgb.less +0 -0
  39. package/dist/scss/colors/global/hex.scss +190 -0
  40. package/dist/scss/colors/global/hsl.scss +190 -0
  41. package/dist/scss/colors/global/oklch.scss +190 -0
  42. package/dist/scss/colors/global/rgb.scss +190 -0
  43. package/dist/scss/colors/themes/masterbrand/hex.scss +56 -0
  44. package/dist/scss/colors/themes/masterbrand/hsl.scss +56 -0
  45. package/dist/scss/colors/themes/masterbrand/oklch.scss +56 -0
  46. package/dist/scss/colors/themes/masterbrand/rgb.scss +56 -0
  47. package/dist/tailwind/colors/global/hex.css +192 -0
  48. package/dist/tailwind/colors/global/hsl.css +192 -0
  49. package/dist/{css/colors/oklch/theme.css → tailwind/colors/global/oklch.css} +4 -86
  50. package/dist/tailwind/colors/global/rgb.css +192 -0
  51. package/dist/tailwind/colors/themes/masterbrand/hex.css +58 -0
  52. package/dist/tailwind/colors/themes/masterbrand/hsl.css +58 -0
  53. package/dist/tailwind/colors/themes/masterbrand/oklch.css +58 -0
  54. package/dist/tailwind/colors/themes/masterbrand/rgb.css +58 -0
  55. package/dist/ts/colors/global/hex.ts +210 -0
  56. package/dist/ts/colors/global/hsl.ts +210 -0
  57. package/dist/ts/colors/global/oklch.ts +210 -0
  58. package/dist/ts/colors/global/rgb.ts +210 -0
  59. package/dist/ts/colors/themes/masterbrand/hex.ts +72 -0
  60. package/dist/ts/colors/themes/masterbrand/hsl.ts +72 -0
  61. package/dist/ts/colors/themes/masterbrand/oklch.ts +72 -0
  62. package/dist/ts/colors/themes/masterbrand/rgb.ts +72 -0
  63. package/eslint.config.js +20 -0
  64. package/package.json +17 -32
  65. package/release.config.mjs +24 -0
  66. package/tokens/{globals/color/masterbrand/hex/color.json → global/color/hex.json} +1 -1
  67. package/tokens/global/color/hsl.json +1542 -0
  68. package/tokens/{globals/color/masterbrand/oklch/color.json → global/color/oklch.json} +191 -951
  69. package/tokens/global/color/rgb.json +1542 -0
  70. package/tokens/themes/masterbrand/color/hex.json +242 -0
  71. package/tokens/themes/masterbrand/color/hsl.json +466 -0
  72. package/tokens/themes/masterbrand/color/oklch.json +466 -0
  73. package/tokens/themes/masterbrand/color/rgb.json +466 -0
  74. package/dist/ts/colors/hex/theme.ts +0 -284
  75. package/dist/ts/colors/hsl/theme.ts +0 -284
  76. package/dist/ts/colors/oklch/theme.ts +0 -284
  77. package/dist/ts/colors/rgb/theme.ts +0 -284
  78. package/tokens/theme/masterbrand/color/hex/hex.json +0 -226
  79. package/tokens/theme/masterbrand/color/oklch/oklch.json +0 -674
@@ -0,0 +1,190 @@
1
+ $nsw-grey-50: hsl(223.81, 0%, 98.03%);
2
+ $nsw-grey-100: hsl(223.81, 0%, 96.07%);
3
+ $nsw-grey-150: hsl(223.81, 0%, 94.11%);
4
+ $nsw-grey-200: hsl(223.81, 0%, 92.16%);
5
+ $nsw-grey-250: hsl(303.31, 2.25%, 89.74%);
6
+ $nsw-grey-300: hsl(250.59, 4.53%, 87.59%);
7
+ $nsw-grey-350: hsl(218.09, 8.07%, 85.12%);
8
+ $nsw-grey-400: hsl(200, 9.92%, 82.16%);
9
+ $nsw-grey-450: hsl(200.47, 6.04%, 68.52%);
10
+ $nsw-grey-500: hsl(200.94, 4.51%, 55.36%);
11
+ $nsw-grey-550: hsl(201.39, 4.92%, 42.76%);
12
+ $nsw-grey-600: hsl(201.82, 7.01%, 30.78%);
13
+ $nsw-grey-650: hsl(203.03, 7.75%, 26.7%);
14
+ $nsw-grey-700: hsl(204.24, 8.69%, 22.72%);
15
+ $nsw-grey-750: hsl(205.45, 9.95%, 18.85%);
16
+ $nsw-grey-800: hsl(206.66, 11.73%, 15.1%);
17
+ $nsw-grey-850: hsl(206.65, 13.42%, 10.7%);
18
+ $nsw-grey-900: hsl(206.64, 17.08%, 6.52%);
19
+ $nsw-grey-950: hsl(208.68, 23.56%, 2.8%);
20
+ $nsw-green-50: hsl(126.92, 92.47%, 97.87%);
21
+ $nsw-green-100: hsl(127.17, 81.74%, 95.92%);
22
+ $nsw-green-150: hsl(127.44, 77.76%, 93.95%);
23
+ $nsw-green-200: hsl(127.73, 75.6%, 91.95%);
24
+ $nsw-green-250: hsl(128.12, 71.21%, 88.91%);
25
+ $nsw-green-300: hsl(128.55, 68.63%, 85.81%);
26
+ $nsw-green-350: hsl(129.03, 66.92%, 82.65%);
27
+ $nsw-green-400: hsl(129.57, 65.73%, 79.41%);
28
+ $nsw-green-450: hsl(130.49, 54.37%, 70.18%);
29
+ $nsw-green-500: hsl(131.92, 48.77%, 60.63%);
30
+ $nsw-green-550: hsl(134.54, 46.29%, 50.21%);
31
+ $nsw-green-600: hsl(144.36, 100%, 33.32%);
32
+ $nsw-green-650: hsl(139.28, 91%, 29.11%);
33
+ $nsw-green-700: hsl(134.24, 89.07%, 23.77%);
34
+ $nsw-green-750: hsl(128, 92.42%, 18.07%);
35
+ $nsw-green-800: hsl(120.02, 99.95%, 12.55%);
36
+ $nsw-green-850: hsl(120.42, 100%, 8.99%);
37
+ $nsw-green-900: hsl(120.78, 100%, 5.85%);
38
+ $nsw-green-950: hsl(121.18, 100%, 3.07%);
39
+ $nsw-teal-50: hsl(171.22, 56.09%, 96.73%);
40
+ $nsw-teal-100: hsl(171.38, 49.46%, 93.72%);
41
+ $nsw-teal-150: hsl(171.55, 47.16%, 90.69%);
42
+ $nsw-teal-200: hsl(171.73, 46.01%, 87.65%);
43
+ $nsw-teal-250: hsl(176, 49.1%, 83.58%);
44
+ $nsw-teal-300: hsl(180.06, 50.94%, 79.35%);
45
+ $nsw-teal-350: hsl(183.68, 57.17%, 75.79%);
46
+ $nsw-teal-400: hsl(186.74, 63.11%, 72.35%);
47
+ $nsw-teal-450: hsl(187.41, 48.13%, 63.4%);
48
+ $nsw-teal-500: hsl(188, 39.25%, 54.56%);
49
+ $nsw-teal-550: hsl(188.48, 39.7%, 45.78%);
50
+ $nsw-teal-600: hsl(188.75, 51.08%, 36.86%);
51
+ $nsw-teal-650: hsl(188.61, 53.9%, 31.46%);
52
+ $nsw-teal-700: hsl(188.45, 57.82%, 26.19%);
53
+ $nsw-teal-750: hsl(188.25, 63.64%, 21.07%);
54
+ $nsw-teal-800: hsl(188, 73.24%, 16.07%);
55
+ $nsw-teal-850: hsl(187.98, 84.98%, 11.27%);
56
+ $nsw-teal-900: hsl(188.56, 96.08%, 7.25%);
57
+ $nsw-teal-950: hsl(190.58, 100%, 3.88%);
58
+ $nsw-blue-50: hsl(199.45, 100%, 97.34%);
59
+ $nsw-blue-100: hsl(199.38, 100%, 94.73%);
60
+ $nsw-blue-150: hsl(199.29, 95.95%, 92.09%);
61
+ $nsw-blue-200: hsl(199.2, 92.7%, 89.41%);
62
+ $nsw-blue-250: hsl(198.5, 96.92%, 86.75%);
63
+ $nsw-blue-300: hsl(197.77, 99.01%, 83.9%);
64
+ $nsw-blue-350: hsl(197, 99.86%, 80.82%);
65
+ $nsw-blue-400: hsl(196.18, 99.98%, 77.46%);
66
+ $nsw-blue-450: hsl(199.75, 99.81%, 67.58%);
67
+ $nsw-blue-500: hsl(202.53, 100%, 57.56%);
68
+ $nsw-blue-550: hsl(204.78, 100%, 47%);
69
+ $nsw-blue-600: hsl(217.35, 98.29%, 53.54%);
70
+ $nsw-blue-650: hsl(216.77, 89.39%, 43.99%);
71
+ $nsw-blue-700: hsl(216.29, 94.12%, 35.01%);
72
+ $nsw-blue-750: hsl(216.37, 97.67%, 26.93%);
73
+ $nsw-blue-800: hsl(217.2, 100%, 19.61%);
74
+ $nsw-blue-850: hsl(218.95, 100%, 14.93%);
75
+ $nsw-blue-900: hsl(222.31, 100%, 10.59%);
76
+ $nsw-blue-950: hsl(228.65, 100%, 6.6%);
77
+ $nsw-purple-50: hsl(250, 100%, 98.76%);
78
+ $nsw-purple-100: hsl(250.23, 100%, 97.1%);
79
+ $nsw-purple-150: hsl(250.46, 93.55%, 95.42%);
80
+ $nsw-purple-200: hsl(250.71, 87.63%, 93.73%);
81
+ $nsw-purple-250: hsl(251.52, 93.9%, 92.24%);
82
+ $nsw-purple-300: hsl(252.35, 97.36%, 90.69%);
83
+ $nsw-purple-350: hsl(253.2, 99.18%, 89.1%);
84
+ $nsw-purple-400: hsl(254.06, 99.98%, 87.45%);
85
+ $nsw-purple-450: hsl(253.9, 94.11%, 82.01%);
86
+ $nsw-purple-500: hsl(254.11, 90.13%, 76.39%);
87
+ $nsw-purple-550: hsl(254.88, 87.1%, 70.46%);
88
+ $nsw-purple-600: hsl(256.54, 84.77%, 63.92%);
89
+ $nsw-purple-650: hsl(260.32, 59.16%, 53.67%);
90
+ $nsw-purple-700: hsl(264.12, 55.46%, 43.83%);
91
+ $nsw-purple-750: hsl(268.01, 62.03%, 34.39%);
92
+ $nsw-purple-800: hsl(272.2, 73.61%, 25.3%);
93
+ $nsw-purple-850: hsl(272.74, 82.65%, 18.56%);
94
+ $nsw-purple-900: hsl(272.45, 92.74%, 12.65%);
95
+ $nsw-purple-950: hsl(269.95, 100%, 7.66%);
96
+ $nsw-fuchsia-50: hsl(322.14, 100%, 98.49%);
97
+ $nsw-fuchsia-100: hsl(321.86, 100%, 96.73%);
98
+ $nsw-fuchsia-150: hsl(321.58, 93.8%, 94.94%);
99
+ $nsw-fuchsia-200: hsl(321.29, 88.4%, 93.13%);
100
+ $nsw-fuchsia-250: hsl(319.35, 84.33%, 90.79%);
101
+ $nsw-fuchsia-300: hsl(317.37, 80.64%, 88.37%);
102
+ $nsw-fuchsia-350: hsl(315.37, 77.26%, 85.89%);
103
+ $nsw-fuchsia-400: hsl(313.33, 74.12%, 83.33%);
104
+ $nsw-fuchsia-450: hsl(314.15, 73.33%, 76.26%);
105
+ $nsw-fuchsia-500: hsl(314.67, 72.14%, 68.63%);
106
+ $nsw-fuchsia-550: hsl(314.69, 71.13%, 59.87%);
107
+ $nsw-fuchsia-600: hsl(312.97, 84.59%, 46.1%);
108
+ $nsw-fuchsia-650: hsl(313.18, 88.3%, 38.88%);
109
+ $nsw-fuchsia-700: hsl(313.38, 92.82%, 31.97%);
110
+ $nsw-fuchsia-750: hsl(313.72, 96.76%, 25.63%);
111
+ $nsw-fuchsia-800: hsl(314.26, 99.98%, 19.81%);
112
+ $nsw-fuchsia-850: hsl(314.51, 100%, 14.68%);
113
+ $nsw-fuchsia-900: hsl(315.33, 100%, 10.15%);
114
+ $nsw-fuchsia-950: hsl(317.48, 100%, 6.11%);
115
+ $nsw-red-50: hsl(350.85, 100%, 98.97%);
116
+ $nsw-red-100: hsl(350.7, 100%, 97.7%);
117
+ $nsw-red-150: hsl(350.55, 100%, 96.41%);
118
+ $nsw-red-200: hsl(350.4, 99.99%, 95.1%);
119
+ $nsw-red-250: hsl(350.92, 100%, 92.95%);
120
+ $nsw-red-300: hsl(351.43, 100%, 90.72%);
121
+ $nsw-red-350: hsl(351.92, 100%, 88.44%);
122
+ $nsw-red-400: hsl(352.39, 99.97%, 86.08%);
123
+ $nsw-red-450: hsl(353.39, 86.95%, 78.18%);
124
+ $nsw-red-500: hsl(353.95, 78.84%, 69.69%);
125
+ $nsw-red-550: hsl(353.52, 73.18%, 60.13%);
126
+ $nsw-red-600: hsl(348.56, 82.17%, 46.29%);
127
+ $nsw-red-650: hsl(347.26, 85.88%, 38.93%);
128
+ $nsw-red-700: hsl(345.89, 90.98%, 31.82%);
129
+ $nsw-red-750: hsl(345, 95.86%, 25.31%);
130
+ $nsw-red-800: hsl(344.84, 100%, 19.41%);
131
+ $nsw-red-850: hsl(346.11, 100%, 14.46%);
132
+ $nsw-red-900: hsl(349.14, 100%, 10.03%);
133
+ $nsw-red-950: hsl(352.16, 100%, 6.07%);
134
+ $nsw-orange-50: hsl(27.87, 100%, 98.29%);
135
+ $nsw-orange-100: hsl(27.91, 96.94%, 96.64%);
136
+ $nsw-orange-150: hsl(27.95, 91.25%, 94.99%);
137
+ $nsw-orange-200: hsl(28, 88.2%, 93.33%);
138
+ $nsw-orange-250: hsl(28.75, 96.75%, 90.26%);
139
+ $nsw-orange-300: hsl(29.52, 99.72%, 87.03%);
140
+ $nsw-orange-350: hsl(30.32, 100%, 83.61%);
141
+ $nsw-orange-400: hsl(31.18, 100%, 80%);
142
+ $nsw-orange-450: hsl(28.25, 96.79%, 73.01%);
143
+ $nsw-orange-500: hsl(25.49, 94.76%, 66.34%);
144
+ $nsw-orange-550: hsl(22.75, 92.61%, 59.79%);
145
+ $nsw-orange-600: hsl(20, 89.98%, 52.94%);
146
+ $nsw-orange-650: hsl(18.26, 82.62%, 47%);
147
+ $nsw-orange-700: hsl(16.43, 86.72%, 40.94%);
148
+ $nsw-orange-750: hsl(14.39, 93.12%, 34.79%);
149
+ $nsw-orange-800: hsl(10.94, 100%, 29.02%);
150
+ $nsw-orange-850: hsl(9.09, 100%, 21.91%);
151
+ $nsw-orange-900: hsl(5.28, 100%, 15.58%);
152
+ $nsw-orange-950: hsl(2.01, 100%, 9.91%);
153
+ $nsw-yellow-50: hsl(46.46, 100%, 97.31%);
154
+ $nsw-yellow-100: hsl(46.38, 100%, 95.09%);
155
+ $nsw-yellow-150: hsl(46.31, 100%, 92.85%);
156
+ $nsw-yellow-200: hsl(46.25, 99.92%, 90.59%);
157
+ $nsw-yellow-250: hsl(46.32, 98.52%, 88%);
158
+ $nsw-yellow-300: hsl(46.42, 97.52%, 85.35%);
159
+ $nsw-yellow-350: hsl(46.53, 96.75%, 82.63%);
160
+ $nsw-yellow-400: hsl(46.67, 96.12%, 79.82%);
161
+ $nsw-yellow-450: hsl(43.95, 94.26%, 74.28%);
162
+ $nsw-yellow-500: hsl(41.83, 94.17%, 68.55%);
163
+ $nsw-yellow-550: hsl(40.46, 94.83%, 62.03%);
164
+ $nsw-yellow-600: hsl(41.65, 96.35%, 49.93%);
165
+ $nsw-yellow-650: hsl(41.73, 97.79%, 41.95%);
166
+ $nsw-yellow-700: hsl(41.7, 98.85%, 34.42%);
167
+ $nsw-yellow-750: hsl(41.53, 99.58%, 27.3%);
168
+ $nsw-yellow-800: hsl(41.14, 100%, 20.58%);
169
+ $nsw-yellow-850: hsl(40.68, 100%, 15.12%);
170
+ $nsw-yellow-900: hsl(39.24, 100%, 10.36%);
171
+ $nsw-yellow-950: hsl(35.52, 100%, 6.19%);
172
+ $nsw-brown-50: hsl(32.66, 48.62%, 97.07%);
173
+ $nsw-brown-100: hsl(32.68, 41.72%, 94.25%);
174
+ $nsw-brown-150: hsl(32.7, 39.3%, 91.43%);
175
+ $nsw-brown-200: hsl(32.73, 38.03%, 88.63%);
176
+ $nsw-brown-250: hsl(32.48, 43.17%, 86.7%);
177
+ $nsw-brown-300: hsl(32.23, 47.04%, 84.79%);
178
+ $nsw-brown-350: hsl(31.99, 50.07%, 82.88%);
179
+ $nsw-brown-400: hsl(31.77, 52.52%, 80.98%);
180
+ $nsw-brown-450: hsl(31.83, 45.98%, 74.17%);
181
+ $nsw-brown-500: hsl(31.93, 42.13%, 67.41%);
182
+ $nsw-brown-550: hsl(32.1, 39.61%, 60.67%);
183
+ $nsw-brown-600: hsl(32.36, 37.86%, 53.93%);
184
+ $nsw-brown-650: hsl(32.04, 34.92%, 45.3%);
185
+ $nsw-brown-700: hsl(31.77, 38.52%, 36.92%);
186
+ $nsw-brown-750: hsl(31.58, 43.97%, 28.81%);
187
+ $nsw-brown-800: hsl(31.58, 53.25%, 20.99%);
188
+ $nsw-brown-850: hsl(31.74, 60%, 15.18%);
189
+ $nsw-brown-900: hsl(31.73, 72.6%, 9.74%);
190
+ $nsw-brown-950: hsl(27.95, 86.09%, 5.27%);
@@ -0,0 +1,190 @@
1
+ $nsw-grey-50: oklch(0.985025 0 0);
2
+ $nsw-grey-100: oklch(0.9700500000000001 0 0);
3
+ $nsw-grey-150: oklch(0.955075 0 0);
4
+ $nsw-grey-200: oklch(0.9401 0 0);
5
+ $nsw-grey-250: oklch(0.9208500000000001 0.0019500000000000003 327.2175);
6
+ $nsw-grey-300: oklch(0.9016 0.0039 294.435);
7
+ $nsw-grey-350: oklch(0.88235 0.005849999999999999 261.65250000000003);
8
+ $nsw-grey-400: oklch(0.8631 0.0078 228.87);
9
+ $nsw-grey-450: oklch(0.753925 0.00865 229.8075);
10
+ $nsw-grey-500: oklch(0.6447499999999999 0.0095 230.745);
11
+ $nsw-grey-550: oklch(0.535575 0.01035 231.6825);
12
+ $nsw-grey-600: oklch(0.4264 0.0112 232.62);
13
+ $nsw-grey-650: oklch(0.38715 0.011 234.985);
14
+ $nsw-grey-700: oklch(0.3479 0.0108 237.35000000000002);
15
+ $nsw-grey-750: oklch(0.30865 0.0106 239.715);
16
+ $nsw-grey-800: oklch(0.2694 0.0104 242.08);
17
+ $nsw-grey-850: oklch(0.22225499999999998 0.00884 242.08);
18
+ $nsw-grey-900: oklch(0.17511 0.00728 242.08);
19
+ $nsw-grey-950: oklch(0.127965 0.005719999999999999 242.08);
20
+ $nsw-green-50: oklch(0.988875 0.015697500000000003 148.9);
21
+ $nsw-green-100: oklch(0.97775 0.026565000000000002 148.9);
22
+ $nsw-green-150: oklch(0.9666250000000001 0.0374325 148.9);
23
+ $nsw-green-200: oklch(0.9555 0.0483 148.9);
24
+ $nsw-green-250: oklch(0.937925 0.06255 148.8825);
25
+ $nsw-green-300: oklch(0.92035 0.07680000000000001 148.865);
26
+ $nsw-green-350: oklch(0.902775 0.09105 148.84750000000003);
27
+ $nsw-green-400: oklch(0.8852 0.1053 148.83);
28
+ $nsw-green-450: oklch(0.82485 0.12524275 148.6891);
29
+ $nsw-green-500: oklch(0.7645 0.14518550000000002 148.5482);
30
+ $nsw-green-550: oklch(0.70415 0.16512825 148.40730000000002);
31
+ $nsw-green-600: oklch(0.6438 0.185071 148.2664);
32
+ $nsw-green-650: oklch(0.5633250000000001 0.16617825000000003 146.8248);
33
+ $nsw-green-700: oklch(0.48285 0.1472855 145.3832);
34
+ $nsw-green-750: oklch(0.40237500000000004 0.12839275 143.9416);
35
+ $nsw-green-800: oklch(0.3219 0.1095 142.5);
36
+ $nsw-green-850: oklch(0.2655675 0.093075 142.5);
37
+ $nsw-green-900: oklch(0.209235 0.07665 142.5);
38
+ $nsw-green-950: oklch(0.1529025 0.060225 142.5);
39
+ $nsw-teal-50: oklch(0.98175 0.010009999999999998 186.59);
40
+ $nsw-teal-100: oklch(0.9635 0.01694 186.59);
41
+ $nsw-teal-150: oklch(0.94525 0.023870000000000002 186.59);
42
+ $nsw-teal-200: oklch(0.927 0.0308 186.59);
43
+ $nsw-teal-250: oklch(0.9062250000000001 0.042775 191.435);
44
+ $nsw-teal-300: oklch(0.8854500000000001 0.05475000000000001 196.28);
45
+ $nsw-teal-350: oklch(0.864675 0.066725 201.125);
46
+ $nsw-teal-400: oklch(0.8439 0.0787 205.97);
47
+ $nsw-teal-450: oklch(0.772075 0.079075 207.2);
48
+ $nsw-teal-500: oklch(0.70025 0.07944999999999999 208.43);
49
+ $nsw-teal-550: oklch(0.628425 0.079825 209.66);
50
+ $nsw-teal-600: oklch(0.5566 0.0802 210.89);
51
+ $nsw-teal-650: oklch(0.5022249999999999 0.073475 210.7425);
52
+ $nsw-teal-700: oklch(0.44784999999999997 0.06675 210.595);
53
+ $nsw-teal-750: oklch(0.393475 0.060024999999999995 210.4475);
54
+ $nsw-teal-800: oklch(0.3391 0.0533 210.3);
55
+ $nsw-teal-850: oklch(0.2797575 0.045305 210.3);
56
+ $nsw-teal-900: oklch(0.22041500000000003 0.037309999999999996 210.3);
57
+ $nsw-teal-950: oklch(0.1610725 0.029315 210.3);
58
+ $nsw-blue-50: oklch(0.981675 0.013552500000000002 227.89);
59
+ $nsw-blue-100: oklch(0.9633499999999999 0.022935 227.89);
60
+ $nsw-blue-150: oklch(0.945025 0.0323175 227.89);
61
+ $nsw-blue-200: oklch(0.9267 0.0417 227.89);
62
+ $nsw-blue-250: oklch(0.9110499999999999 0.0543 226.8175);
63
+ $nsw-blue-300: oklch(0.8954 0.0669 225.745);
64
+ $nsw-blue-350: oklch(0.87975 0.0795 224.67249999999999);
65
+ $nsw-blue-400: oklch(0.8641 0.0921 223.6);
66
+ $nsw-blue-450: oklch(0.7918499999999999 0.126525 232.89);
67
+ $nsw-blue-500: oklch(0.7196 0.16095 242.18);
68
+ $nsw-blue-550: oklch(0.64735 0.19537500000000002 251.47);
69
+ $nsw-blue-600: oklch(0.5751 0.2298 260.76);
70
+ $nsw-blue-650: oklch(0.503825 0.201675 260.53);
71
+ $nsw-blue-700: oklch(0.43255 0.17355 260.29999999999995);
72
+ $nsw-blue-750: oklch(0.36127499999999996 0.145425 260.07);
73
+ $nsw-blue-800: oklch(0.29 0.1173 259.84);
74
+ $nsw-blue-850: oklch(0.23925 0.099705 259.84);
75
+ $nsw-blue-900: oklch(0.1885 0.08211 259.84);
76
+ $nsw-blue-950: oklch(0.13774999999999998 0.064515 259.84);
77
+ $nsw-purple-50: oklch(0.98055 0.012382500000000001 293.83);
78
+ $nsw-purple-100: oklch(0.9611000000000001 0.020955 293.83);
79
+ $nsw-purple-150: oklch(0.94165 0.0295275 293.83);
80
+ $nsw-purple-200: oklch(0.9222 0.0381 293.83);
81
+ $nsw-purple-250: oklch(0.901375 0.050975 294.15999999999997);
82
+ $nsw-purple-300: oklch(0.8805499999999999 0.06385 294.49);
83
+ $nsw-purple-350: oklch(0.859725 0.076725 294.82);
84
+ $nsw-purple-400: oklch(0.8389 0.0896 295.15);
85
+ $nsw-purple-450: oklch(0.7746 0.12259999999999999 293.98749999999995);
86
+ $nsw-purple-500: oklch(0.7102999999999999 0.1556 292.825);
87
+ $nsw-purple-550: oklch(0.646 0.1886 291.6625);
88
+ $nsw-purple-600: oklch(0.5817 0.2216 290.5);
89
+ $nsw-purple-650: oklch(0.516975 0.203425 293.5575);
90
+ $nsw-purple-700: oklch(0.45225 0.18525 296.615);
91
+ $nsw-purple-750: oklch(0.387525 0.167075 299.6725);
92
+ $nsw-purple-800: oklch(0.3228 0.1489 302.73);
93
+ $nsw-purple-850: oklch(0.26631 0.126565 302.73);
94
+ $nsw-purple-900: oklch(0.20982 0.10423 302.73);
95
+ $nsw-purple-950: oklch(0.15333 0.081895 302.73);
96
+ $nsw-fuchsia-50: oklch(0.98295 0.013909999999999999 339.13);
97
+ $nsw-fuchsia-100: oklch(0.9659 0.02354 339.13);
98
+ $nsw-fuchsia-150: oklch(0.94885 0.03317 339.13);
99
+ $nsw-fuchsia-200: oklch(0.9318 0.0428 339.13);
100
+ $nsw-fuchsia-250: oklch(0.9103 0.05615 337.975);
101
+ $nsw-fuchsia-300: oklch(0.8888 0.06949999999999999 336.82);
102
+ $nsw-fuchsia-350: oklch(0.8673 0.08285 335.66499999999996);
103
+ $nsw-fuchsia-400: oklch(0.8458 0.0962 334.51);
104
+ $nsw-fuchsia-450: oklch(0.784675 0.1357 335.945);
105
+ $nsw-fuchsia-500: oklch(0.7235499999999999 0.1752 337.38);
106
+ $nsw-fuchsia-550: oklch(0.6624249999999999 0.2147 338.815);
107
+ $nsw-fuchsia-600: oklch(0.6013 0.2542 340.25);
108
+ $nsw-fuchsia-650: oklch(0.536125 0.22736275 340.61402499999997);
109
+ $nsw-fuchsia-700: oklch(0.47095 0.2005255 340.97805);
110
+ $nsw-fuchsia-750: oklch(0.405775 0.17368825 341.342075);
111
+ $nsw-fuchsia-800: oklch(0.3406 0.146851 341.7061);
112
+ $nsw-fuchsia-850: oklch(0.280995 0.12482335 341.7061);
113
+ $nsw-fuchsia-900: oklch(0.22139000000000003 0.10279570000000002 341.7061);
114
+ $nsw-fuchsia-950: oklch(0.161785 0.08076805000000001 341.7061);
115
+ $nsw-red-50: oklch(0.986575 0.009035000000000001 6.65);
116
+ $nsw-red-100: oklch(0.97315 0.01529 6.65);
117
+ $nsw-red-150: oklch(0.959725 0.021544999999999998 6.65);
118
+ $nsw-red-200: oklch(0.9463 0.0278 6.65);
119
+ $nsw-red-250: oklch(0.92245 0.0416 7.630000000000001);
120
+ $nsw-red-300: oklch(0.8986000000000001 0.055400000000000005 8.61);
121
+ $nsw-red-350: oklch(0.87475 0.0692 9.59);
122
+ $nsw-red-400: oklch(0.8509 0.083 10.57);
123
+ $nsw-red-450: oklch(0.778675 0.11662499999999999 13.01);
124
+ $nsw-red-500: oklch(0.70645 0.15025 15.45);
125
+ $nsw-red-550: oklch(0.634225 0.183875 17.89);
126
+ $nsw-red-600: oklch(0.562 0.2175 20.33);
127
+ $nsw-red-650: oklch(0.50075 0.19485 19.529999999999998);
128
+ $nsw-red-700: oklch(0.4395 0.17220000000000002 18.729999999999997);
129
+ $nsw-red-750: oklch(0.37825000000000003 0.14955000000000002 17.93);
130
+ $nsw-red-800: oklch(0.317 0.1269 17.13);
131
+ $nsw-red-850: oklch(0.261525 0.10786500000000002 17.13);
132
+ $nsw-red-900: oklch(0.20605 0.08883000000000002 17.13);
133
+ $nsw-red-950: oklch(0.15057500000000001 0.06979500000000001 17.13);
134
+ $nsw-orange-50: oklch(0.98875 0.0082875 63.74);
135
+ $nsw-orange-100: oklch(0.9775 0.014025 63.74);
136
+ $nsw-orange-150: oklch(0.9662499999999999 0.0197625 63.74);
137
+ $nsw-orange-200: oklch(0.955 0.0255 63.74);
138
+ $nsw-orange-250: oklch(0.93675 0.0411 64.9275);
139
+ $nsw-orange-300: oklch(0.9185 0.0567 66.115);
140
+ $nsw-orange-350: oklch(0.90025 0.0723 67.3025);
141
+ $nsw-orange-400: oklch(0.882 0.0879 68.49);
142
+ $nsw-orange-450: oklch(0.8301000000000001 0.114025 61.904999999999994);
143
+ $nsw-orange-500: oklch(0.7782 0.14015 55.31999999999999);
144
+ $nsw-orange-550: oklch(0.7263 0.166275 48.735);
145
+ $nsw-orange-600: oklch(0.6744 0.1924 42.15);
146
+ $nsw-orange-650: oklch(0.61385 0.18414999999999998 39.8675);
147
+ $nsw-orange-700: oklch(0.5533 0.1759 37.585);
148
+ $nsw-orange-750: oklch(0.49274999999999997 0.16765 35.3025);
149
+ $nsw-orange-800: oklch(0.4322 0.1594 33.02);
150
+ $nsw-orange-850: oklch(0.35656499999999997 0.13549 33.02);
151
+ $nsw-orange-900: oklch(0.28093 0.11157999999999998 33.02);
152
+ $nsw-orange-950: oklch(0.205295 0.08767 33.02);
153
+ $nsw-yellow-50: oklch(0.9916 0.016055 93.38);
154
+ $nsw-yellow-100: oklch(0.9832000000000001 0.02717 93.38);
155
+ $nsw-yellow-150: oklch(0.9748 0.038285 93.38);
156
+ $nsw-yellow-200: oklch(0.9664 0.0494 93.38);
157
+ $nsw-yellow-250: oklch(0.9570000000000001 0.0618 93.545);
158
+ $nsw-yellow-300: oklch(0.9476 0.0742 93.71000000000001);
159
+ $nsw-yellow-350: oklch(0.9381999999999999 0.08660000000000001 93.875);
160
+ $nsw-yellow-400: oklch(0.9288 0.099 94.04);
161
+ $nsw-yellow-450: oklch(0.89785 0.11610000000000001 89.92750000000001);
162
+ $nsw-yellow-500: oklch(0.8669 0.13319999999999999 85.815);
163
+ $nsw-yellow-550: oklch(0.83595 0.1503 81.7025);
164
+ $nsw-yellow-600: oklch(0.805 0.1674 77.59);
165
+ $nsw-yellow-650: oklch(0.7105750000000001 0.1477675 77.8622);
166
+ $nsw-yellow-700: oklch(0.61615 0.128135 78.1344);
167
+ $nsw-yellow-750: oklch(0.521725 0.1085025 78.4066);
168
+ $nsw-yellow-800: oklch(0.4273 0.08887 78.6788);
169
+ $nsw-yellow-850: oklch(0.35252249999999996 0.07553950000000001 78.6788);
170
+ $nsw-yellow-900: oklch(0.277745 0.062209 78.6788);
171
+ $nsw-yellow-950: oklch(0.2029675 0.048878500000000005 78.6788);
172
+ $nsw-brown-50: oklch(0.980125 0.006337499999999999 72.57);
173
+ $nsw-brown-100: oklch(0.96025 0.010725 72.57);
174
+ $nsw-brown-150: oklch(0.940375 0.015112500000000001 72.57);
175
+ $nsw-brown-200: oklch(0.9205 0.0195 72.57);
176
+ $nsw-brown-250: oklch(0.908 0.025875 72.04499999999999);
177
+ $nsw-brown-300: oklch(0.8955 0.03225 71.52);
178
+ $nsw-brown-350: oklch(0.883 0.038625 70.995);
179
+ $nsw-brown-400: oklch(0.8705 0.045 70.47);
180
+ $nsw-brown-450: oklch(0.820725 0.054075 70.38);
181
+ $nsw-brown-500: oklch(0.77095 0.06315 70.28999999999999);
182
+ $nsw-brown-550: oklch(0.721175 0.072225 70.2);
183
+ $nsw-brown-600: oklch(0.6714 0.0813 70.11);
184
+ $nsw-brown-650: oklch(0.5939 0.0756 69.3125);
185
+ $nsw-brown-700: oklch(0.5164 0.0699 68.515);
186
+ $nsw-brown-750: oklch(0.4389 0.06420000000000001 67.7175);
187
+ $nsw-brown-800: oklch(0.3614 0.0585 66.92);
188
+ $nsw-brown-850: oklch(0.298155 0.049725000000000005 66.92);
189
+ $nsw-brown-900: oklch(0.23491 0.04095 66.92);
190
+ $nsw-brown-950: oklch(0.171665 0.032175 66.92);
@@ -0,0 +1,190 @@
1
+ $nsw-grey-50: rgb(250, 250, 250);
2
+ $nsw-grey-100: rgb(245, 245, 245);
3
+ $nsw-grey-150: rgb(240, 240, 240);
4
+ $nsw-grey-200: rgb(235, 235, 235);
5
+ $nsw-grey-250: rgb(229, 228, 229);
6
+ $nsw-grey-300: rgb(222, 222, 225);
7
+ $nsw-grey-350: rgb(214, 216, 220);
8
+ $nsw-grey-400: rgb(205, 211, 214);
9
+ $nsw-grey-450: rgb(170, 176, 180);
10
+ $nsw-grey-500: rgb(136, 143, 146);
11
+ $nsw-grey-550: rgb(104, 111, 114);
12
+ $nsw-grey-600: rgb(73, 80, 84);
13
+ $nsw-grey-650: rgb(63, 69, 73);
14
+ $nsw-grey-700: rgb(53, 59, 63);
15
+ $nsw-grey-750: rgb(43, 49, 53);
16
+ $nsw-grey-800: rgb(34, 39, 43);
17
+ $nsw-grey-850: rgb(24, 28, 31);
18
+ $nsw-grey-900: rgb(14, 17, 19);
19
+ $nsw-grey-950: rgb(5, 7, 9);
20
+ $nsw-green-50: rgb(245, 255, 246);
21
+ $nsw-green-100: rgb(236, 253, 238);
22
+ $nsw-green-150: rgb(228, 252, 231);
23
+ $nsw-green-200: rgb(219, 250, 223);
24
+ $nsw-green-250: rgb(207, 247, 212);
25
+ $nsw-green-300: rgb(194, 244, 201);
26
+ $nsw-green-350: rgb(181, 240, 190);
27
+ $nsw-green-400: rgb(168, 237, 179);
28
+ $nsw-green-450: rgb(138, 220, 152);
29
+ $nsw-green-500: rgb(106, 204, 125);
30
+ $nsw-green-550: rgb(69, 187, 98);
31
+ $nsw-green-600: rgb(0, 170, 69);
32
+ $nsw-green-650: rgb(7, 142, 50);
33
+ $nsw-green-700: rgb(7, 115, 32);
34
+ $nsw-green-750: rgb(3, 89, 15);
35
+ $nsw-green-800: rgb(0, 64, 0);
36
+ $nsw-green-850: rgb(0, 48, 0);
37
+ $nsw-green-900: rgb(0, 32, 0);
38
+ $nsw-green-950: rgb(0, 17, 0);
39
+ $nsw-teal-50: rgb(242, 251, 250);
40
+ $nsw-teal-100: rgb(231, 247, 245);
41
+ $nsw-teal-150: rgb(220, 242, 239);
42
+ $nsw-teal-200: rgb(209, 238, 234);
43
+ $nsw-teal-250: rgb(193, 234, 231);
44
+ $nsw-teal-300: rgb(176, 229, 229);
45
+ $nsw-teal-350: rgb(158, 224, 229);
46
+ $nsw-teal-400: rgb(140, 219, 229);
47
+ $nsw-teal-450: rgb(117, 196, 207);
48
+ $nsw-teal-500: rgb(94, 172, 185);
49
+ $nsw-teal-550: rgb(70, 150, 163);
50
+ $nsw-teal-600: rgb(46, 128, 142);
51
+ $nsw-teal-650: rgb(37, 111, 123);
52
+ $nsw-teal-700: rgb(28, 95, 105);
53
+ $nsw-teal-750: rgb(20, 78, 88);
54
+ $nsw-teal-800: rgb(11, 63, 71);
55
+ $nsw-teal-850: rgb(4, 47, 53);
56
+ $nsw-teal-900: rgb(1, 31, 36);
57
+ $nsw-teal-950: rgb(0, 17, 20);
58
+ $nsw-blue-50: rgb(240, 251, 255);
59
+ $nsw-blue-100: rgb(228, 246, 255);
60
+ $nsw-blue-150: rgb(215, 242, 254);
61
+ $nsw-blue-200: rgb(203, 237, 253);
62
+ $nsw-blue-250: rgb(188, 234, 254);
63
+ $nsw-blue-300: rgb(173, 231, 255);
64
+ $nsw-blue-350: rgb(157, 227, 255);
65
+ $nsw-blue-400: rgb(140, 224, 255);
66
+ $nsw-blue-450: rgb(90, 201, 255);
67
+ $nsw-blue-500: rgb(38, 174, 255);
68
+ $nsw-blue-550: rgb(0, 143, 255);
69
+ $nsw-blue-600: rgb(20, 108, 253);
70
+ $nsw-blue-650: rgb(12, 90, 212);
71
+ $nsw-blue-700: rgb(5, 72, 173);
72
+ $nsw-blue-750: rgb(2, 54, 136);
73
+ $nsw-blue-800: rgb(0, 38, 100);
74
+ $nsw-blue-850: rgb(0, 26, 77);
75
+ $nsw-blue-900: rgb(0, 16, 55);
76
+ $nsw-blue-950: rgb(0, 6, 34);
77
+ $nsw-purple-50: rgb(249, 247, 255);
78
+ $nsw-purple-100: rgb(242, 240, 255);
79
+ $nsw-purple-150: rgb(236, 232, 254);
80
+ $nsw-purple-200: rgb(230, 225, 253);
81
+ $nsw-purple-250: rgb(224, 217, 254);
82
+ $nsw-purple-300: rgb(218, 208, 254);
83
+ $nsw-purple-350: rgb(212, 200, 255);
84
+ $nsw-purple-400: rgb(206, 191, 255);
85
+ $nsw-purple-450: rgb(186, 166, 252);
86
+ $nsw-purple-500: rgb(166, 141, 249);
87
+ $nsw-purple-550: rgb(147, 114, 245);
88
+ $nsw-purple-600: rgb(128, 85, 241);
89
+ $nsw-purple-650: rgb(114, 67, 207);
90
+ $nsw-purple-700: rgb(100, 50, 174);
91
+ $nsw-purple-750: rgb(84, 33, 142);
92
+ $nsw-purple-800: rgb(68, 17, 112);
93
+ $nsw-purple-850: rgb(51, 8, 86);
94
+ $nsw-purple-900: rgb(35, 2, 62);
95
+ $nsw-purple-950: rgb(19, 0, 39);
96
+ $nsw-fuchsia-50: rgb(255, 246, 253);
97
+ $nsw-fuchsia-100: rgb(255, 238, 249);
98
+ $nsw-fuchsia-150: rgb(254, 230, 245);
99
+ $nsw-fuchsia-200: rgb(253, 222, 242);
100
+ $nsw-fuchsia-250: rgb(251, 212, 239);
101
+ $nsw-fuchsia-300: rgb(249, 201, 235);
102
+ $nsw-fuchsia-350: rgb(247, 191, 233);
103
+ $nsw-fuchsia-400: rgb(244, 181, 230);
104
+ $nsw-fuchsia-450: rgb(239, 150, 218);
105
+ $nsw-fuchsia-500: rgb(233, 117, 204);
106
+ $nsw-fuchsia-550: rgb(225, 80, 190);
107
+ $nsw-fuchsia-600: rgb(217, 18, 174);
108
+ $nsw-fuchsia-650: rgb(187, 12, 148);
109
+ $nsw-fuchsia-700: rgb(157, 6, 123);
110
+ $nsw-fuchsia-750: rgb(129, 2, 100);
111
+ $nsw-fuchsia-800: rgb(101, 0, 77);
112
+ $nsw-fuchsia-850: rgb(77, 0, 58);
113
+ $nsw-fuchsia-900: rgb(55, 0, 40);
114
+ $nsw-fuchsia-950: rgb(34, 0, 23);
115
+ $nsw-red-50: rgb(255, 248, 249);
116
+ $nsw-red-100: rgb(255, 242, 244);
117
+ $nsw-red-150: rgb(255, 236, 239);
118
+ $nsw-red-200: rgb(255, 230, 234);
119
+ $nsw-red-250: rgb(255, 219, 224);
120
+ $nsw-red-300: rgb(255, 207, 214);
121
+ $nsw-red-350: rgb(255, 196, 204);
122
+ $nsw-red-400: rgb(255, 184, 193);
123
+ $nsw-red-450: rgb(248, 151, 162);
124
+ $nsw-red-500: rgb(239, 117, 129);
125
+ $nsw-red-550: rgb(228, 79, 95);
126
+ $nsw-red-600: rgb(215, 21, 58);
127
+ $nsw-red-650: rgb(185, 14, 50);
128
+ $nsw-red-700: rgb(155, 7, 42);
129
+ $nsw-red-750: rgb(126, 3, 34);
130
+ $nsw-red-800: rgb(99, 0, 25);
131
+ $nsw-red-850: rgb(76, 0, 16);
132
+ $nsw-red-900: rgb(54, 0, 8);
133
+ $nsw-red-950: rgb(33, 0, 3);
134
+ $nsw-orange-50: rgb(255, 250, 246);
135
+ $nsw-orange-100: rgb(255, 246, 238);
136
+ $nsw-orange-150: rgb(254, 241, 231);
137
+ $nsw-orange-200: rgb(253, 237, 223);
138
+ $nsw-orange-250: rgb(254, 229, 206);
139
+ $nsw-orange-300: rgb(255, 221, 189);
140
+ $nsw-orange-350: rgb(255, 214, 171);
141
+ $nsw-orange-400: rgb(255, 206, 153);
142
+ $nsw-orange-450: rgb(253, 182, 120);
143
+ $nsw-orange-500: rgb(251, 157, 88);
144
+ $nsw-orange-550: rgb(247, 129, 57);
145
+ $nsw-orange-600: rgb(243, 99, 27);
146
+ $nsw-orange-650: rgb(219, 81, 21);
147
+ $nsw-orange-700: rgb(195, 63, 14);
148
+ $nsw-orange-750: rgb(171, 46, 6);
149
+ $nsw-orange-800: rgb(148, 27, 0);
150
+ $nsw-orange-850: rgb(115, 15, 0);
151
+ $nsw-orange-900: rgb(83, 4, 0);
152
+ $nsw-orange-950: rgb(53, 0, 0);
153
+ $nsw-yellow-50: rgb(255, 252, 240);
154
+ $nsw-yellow-100: rgb(255, 250, 229);
155
+ $nsw-yellow-150: rgb(255, 247, 218);
156
+ $nsw-yellow-200: rgb(255, 244, 207);
157
+ $nsw-yellow-250: rgb(255, 241, 194);
158
+ $nsw-yellow-300: rgb(254, 238, 181);
159
+ $nsw-yellow-350: rgb(254, 234, 168);
160
+ $nsw-yellow-400: rgb(253, 231, 154);
161
+ $nsw-yellow-450: rgb(251, 218, 128);
162
+ $nsw-yellow-500: rgb(250, 205, 99);
163
+ $nsw-yellow-550: rgb(250, 190, 66);
164
+ $nsw-yellow-600: rgb(250, 175, 5);
165
+ $nsw-yellow-650: rgb(212, 148, 2);
166
+ $nsw-yellow-700: rgb(175, 122, 1);
167
+ $nsw-yellow-750: rgb(139, 96, 0);
168
+ $nsw-yellow-800: rgb(105, 72, 0);
169
+ $nsw-yellow-850: rgb(80, 53, 0);
170
+ $nsw-yellow-900: rgb(57, 36, 0);
171
+ $nsw-yellow-950: rgb(34, 19, 0);
172
+ $nsw-brown-50: rgb(251, 248, 244);
173
+ $nsw-brown-100: rgb(246, 241, 234);
174
+ $nsw-brown-150: rgb(242, 234, 225);
175
+ $nsw-brown-200: rgb(237, 227, 215);
176
+ $nsw-brown-250: rgb(236, 222, 206);
177
+ $nsw-brown-300: rgb(234, 218, 198);
178
+ $nsw-brown-350: rgb(233, 213, 189);
179
+ $nsw-brown-400: rgb(232, 208, 181);
180
+ $nsw-brown-450: rgb(219, 191, 159);
181
+ $nsw-brown-500: rgb(207, 174, 137);
182
+ $nsw-brown-550: rgb(194, 157, 115);
183
+ $nsw-brown-600: rgb(182, 141, 93);
184
+ $nsw-brown-650: rgb(156, 118, 75);
185
+ $nsw-brown-700: rgb(130, 96, 58);
186
+ $nsw-brown-750: rgb(106, 75, 41);
187
+ $nsw-brown-800: rgb(82, 55, 25);
188
+ $nsw-brown-850: rgb(62, 40, 15);
189
+ $nsw-brown-900: rgb(43, 26, 7);
190
+ $nsw-brown-950: rgb(25, 13, 2);
@@ -0,0 +1,56 @@
1
+ $primary-lightest: #0c5ad4;
2
+ $primary-lighter: #0548ad;
3
+ $primary-light: #023688;
4
+ $primary: #002664;
5
+ $primary-dark: #001a4d;
6
+ $primary-darker: #001037;
7
+ $primary-darkest: #000622;
8
+ $secondary-lightest: #f0fbff;
9
+ $secondary-lighter: #e4f6ff;
10
+ $secondary-light: #d7f2fe;
11
+ $secondary: #cbedfd;
12
+ $secondary-dark: #bceafe;
13
+ $secondary-darker: #ade7ff;
14
+ $secondary-darkest: #9de3ff;
15
+ $tertiary-lightest: #5ac9ff;
16
+ $tertiary-lighter: #26aeff;
17
+ $tertiary-light: #008fff;
18
+ $tertiary: #146cfd;
19
+ $tertiary-dark: #0c5ad4;
20
+ $tertiary-darker: #0548ad;
21
+ $tertiary-darkest: #023688;
22
+ $accent-lightest: #f897a2;
23
+ $accent-lighter: #ef7581;
24
+ $accent-light: #e44f5f;
25
+ $accent: #d7153a;
26
+ $accent-dark: #b90e32;
27
+ $accent-darker: #9b072a;
28
+ $accent-darkest: #7e0322;
29
+ $success-lightest: #c4e5c0;
30
+ $success-lighter: #8fc78b;
31
+ $success-light: #58a854;
32
+ $success: #008a07;
33
+ $success-dark: #006a00;
34
+ $success-darker: #004c00;
35
+ $success-darkest: #002f00;
36
+ $warning-lightest: #fdd2c0;
37
+ $warning-lighter: #eea88a;
38
+ $warning-light: #dd7d53;
39
+ $warning: #c95000;
40
+ $warning-dark: #9d3a00;
41
+ $warning-darker: #722600;
42
+ $warning-darkest: #4b1200;
43
+ $error-lightest: #fdc6c6;
44
+ $error-lighter: #ea9295;
45
+ $error-light: #d35d65;
46
+ $error: #b81237;
47
+ $error-dark: #8f0327;
48
+ $error-darker: #690018;
49
+ $error-darkest: #44000a;
50
+ $info-lightest: #acbbd5;
51
+ $info-lighter: #8198c2;
52
+ $info-light: #5775ae;
53
+ $info: #2e5299;
54
+ $info-dark: #203d77;
55
+ $info-darker: #132956;
56
+ $info-darkest: #071738;
@@ -0,0 +1,56 @@
1
+ $primary-lightest: hsl(216.77, 89.39%, 43.99%);
2
+ $primary-lighter: hsl(216.29, 94.12%, 35.01%);
3
+ $primary-light: hsl(216.37, 97.67%, 26.93%);
4
+ $primary: hsl(217.2, 100%, 19.61%);
5
+ $primary-dark: hsl(218.95, 100%, 14.93%);
6
+ $primary-darker: hsl(222.31, 100%, 10.59%);
7
+ $primary-darkest: hsl(228.65, 100%, 6.6%);
8
+ $secondary-lightest: hsl(199.45, 100%, 97.34%);
9
+ $secondary-lighter: hsl(199.38, 100%, 94.73%);
10
+ $secondary-light: hsl(199.29, 95.95%, 92.09%);
11
+ $secondary: hsl(199.2, 92.7%, 89.41%);
12
+ $secondary-dark: hsl(198.5, 96.92%, 86.75%);
13
+ $secondary-darker: hsl(197.77, 99.01%, 83.9%);
14
+ $secondary-darkest: hsl(197, 99.86%, 80.82%);
15
+ $tertiary-lightest: hsl(199.75, 99.81%, 67.58%);
16
+ $tertiary-lighter: hsl(202.53, 100%, 57.56%);
17
+ $tertiary-light: hsl(204.78, 100%, 47%);
18
+ $tertiary: hsl(217.35, 98.29%, 53.54%);
19
+ $tertiary-dark: hsl(216.77, 89.39%, 43.99%);
20
+ $tertiary-darker: hsl(216.29, 94.12%, 35.01%);
21
+ $tertiary-darkest: hsl(216.37, 97.67%, 26.93%);
22
+ $accent-lightest: hsl(353.39, 86.95%, 78.18%);
23
+ $accent-lighter: hsl(353.95, 78.84%, 69.69%);
24
+ $accent-light: hsl(353.52, 73.18%, 60.13%);
25
+ $accent: hsl(348.56, 82.17%, 46.29%);
26
+ $accent-dark: hsl(347.26, 85.88%, 38.93%);
27
+ $accent-darker: hsl(345.89, 90.98%, 31.82%);
28
+ $accent-darkest: hsl(345, 95.86%, 25.31%);
29
+ $success-lightest: hsl(114.97, 40.73%, 82.58%);
30
+ $success-lighter: hsl(115.71, 34.69%, 66.15%);
31
+ $success-light: hsl(117.04, 33.36%, 49.53%);
32
+ $success: hsl(123.03, 99.86%, 27.07%);
33
+ $success-dark: hsl(122.95, 100%, 19.11%);
34
+ $success-darker: hsl(122.88, 100%, 12.75%);
35
+ $success-darkest: hsl(122.85, 100%, 7.59%);
36
+ $warning-lightest: hsl(17.74, 94.96%, 87.24%);
37
+ $warning-lighter: hsl(17.94, 75.08%, 73.77%);
38
+ $warning-light: hsl(18.45, 66.88%, 59.6%);
39
+ $warning: hsl(23.88, 100%, 39.41%);
40
+ $warning-dark: hsl(24.01, 100%, 29.25%);
41
+ $warning-darker: hsl(22.64, 100%, 20.66%);
42
+ $warning-darkest: hsl(18.45, 100%, 13.3%);
43
+ $error-lightest: hsl(359.69, 92.77%, 88.44%);
44
+ $error-lighter: hsl(358.32, 67.17%, 74.5%);
45
+ $error-light: hsl(355.68, 57.13%, 59.46%);
46
+ $error: hsl(346.64, 82.14%, 39.61%);
47
+ $error-dark: hsl(344.75, 95.28%, 28.78%);
48
+ $error-darker: hsl(344.52, 100%, 19.69%);
49
+ $error-darkest: hsl(347.44, 100%, 12.27%);
50
+ $info-lightest: hsl(218.63, 32.11%, 75.49%);
51
+ $info-lighter: hsl(218.81, 34.57%, 63.16%);
52
+ $info-light: hsl(219.17, 34.9%, 51.02%);
53
+ $info: hsl(219.81, 53.78%, 39.02%);
54
+ $info-dark: hsl(219.86, 57.49%, 29.6%);
55
+ $info-darker: hsl(219.94, 64.03%, 20.65%);
56
+ $info-darkest: hsl(220.32, 77.63%, 12.34%);