@carbon/colors 10.24.0 → 10.26.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/package.json +5 -5
- package/scss/mixins.scss +875 -548
package/scss/mixins.scss
CHANGED
|
@@ -5,120 +5,774 @@
|
|
|
5
5
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
//
|
|
8
|
+
$ibm-color__black-100: #000000 !default;
|
|
9
|
+
$ibm-color__blue-10: #edf5ff !default;
|
|
10
|
+
$ibm-color__blue-20: #d0e2ff !default;
|
|
11
|
+
$ibm-color__blue-30: #a6c8ff !default;
|
|
12
|
+
$ibm-color__blue-40: #78a9ff !default;
|
|
13
|
+
$ibm-color__blue-50: #4589ff !default;
|
|
14
|
+
$ibm-color__blue-60: #0f62fe !default;
|
|
15
|
+
$ibm-color__blue-70: #0043ce !default;
|
|
16
|
+
$ibm-color__blue-80: #002d9c !default;
|
|
17
|
+
$ibm-color__blue-90: #001d6c !default;
|
|
18
|
+
$ibm-color__blue-100: #001141 !default;
|
|
19
|
+
$ibm-color__cool-gray-10: #f2f4f8 !default;
|
|
20
|
+
$ibm-color__cool-gray-20: #dde1e6 !default;
|
|
21
|
+
$ibm-color__cool-gray-30: #c1c7cd !default;
|
|
22
|
+
$ibm-color__cool-gray-40: #a2a9b0 !default;
|
|
23
|
+
$ibm-color__cool-gray-50: #878d96 !default;
|
|
24
|
+
$ibm-color__cool-gray-60: #697077 !default;
|
|
25
|
+
$ibm-color__cool-gray-70: #4d5358 !default;
|
|
26
|
+
$ibm-color__cool-gray-80: #343a3f !default;
|
|
27
|
+
$ibm-color__cool-gray-90: #21272a !default;
|
|
28
|
+
$ibm-color__cool-gray-100: #121619 !default;
|
|
29
|
+
$ibm-color__cyan-10: #e5f6ff !default;
|
|
30
|
+
$ibm-color__cyan-20: #bae6ff !default;
|
|
31
|
+
$ibm-color__cyan-30: #82cfff !default;
|
|
32
|
+
$ibm-color__cyan-40: #33b1ff !default;
|
|
33
|
+
$ibm-color__cyan-50: #1192e8 !default;
|
|
34
|
+
$ibm-color__cyan-60: #0072c3 !default;
|
|
35
|
+
$ibm-color__cyan-70: #00539a !default;
|
|
36
|
+
$ibm-color__cyan-80: #003a6d !default;
|
|
37
|
+
$ibm-color__cyan-90: #012749 !default;
|
|
38
|
+
$ibm-color__cyan-100: #061727 !default;
|
|
39
|
+
$ibm-color__gray-10: #f4f4f4 !default;
|
|
40
|
+
$ibm-color__gray-20: #e0e0e0 !default;
|
|
41
|
+
$ibm-color__gray-30: #c6c6c6 !default;
|
|
42
|
+
$ibm-color__gray-40: #a8a8a8 !default;
|
|
43
|
+
$ibm-color__gray-50: #8d8d8d !default;
|
|
44
|
+
$ibm-color__gray-60: #6f6f6f !default;
|
|
45
|
+
$ibm-color__gray-70: #525252 !default;
|
|
46
|
+
$ibm-color__gray-80: #393939 !default;
|
|
47
|
+
$ibm-color__gray-90: #262626 !default;
|
|
48
|
+
$ibm-color__gray-100: #161616 !default;
|
|
49
|
+
$ibm-color__green-10: #defbe6 !default;
|
|
50
|
+
$ibm-color__green-20: #a7f0ba !default;
|
|
51
|
+
$ibm-color__green-30: #6fdc8c !default;
|
|
52
|
+
$ibm-color__green-40: #42be65 !default;
|
|
53
|
+
$ibm-color__green-50: #24a148 !default;
|
|
54
|
+
$ibm-color__green-60: #198038 !default;
|
|
55
|
+
$ibm-color__green-70: #0e6027 !default;
|
|
56
|
+
$ibm-color__green-80: #044317 !default;
|
|
57
|
+
$ibm-color__green-90: #022d0d !default;
|
|
58
|
+
$ibm-color__green-100: #071908 !default;
|
|
59
|
+
$ibm-color__magenta-10: #fff0f7 !default;
|
|
60
|
+
$ibm-color__magenta-20: #ffd6e8 !default;
|
|
61
|
+
$ibm-color__magenta-30: #ffafd2 !default;
|
|
62
|
+
$ibm-color__magenta-40: #ff7eb6 !default;
|
|
63
|
+
$ibm-color__magenta-50: #ee5396 !default;
|
|
64
|
+
$ibm-color__magenta-60: #d02670 !default;
|
|
65
|
+
$ibm-color__magenta-70: #9f1853 !default;
|
|
66
|
+
$ibm-color__magenta-80: #740937 !default;
|
|
67
|
+
$ibm-color__magenta-90: #510224 !default;
|
|
68
|
+
$ibm-color__magenta-100: #2a0a18 !default;
|
|
69
|
+
$ibm-color__orange-40: #ff832b !default;
|
|
70
|
+
$ibm-color__orange-60: #ba4e00 !default;
|
|
71
|
+
$ibm-color__orange-70: #8a3800 !default;
|
|
72
|
+
$ibm-color__purple-10: #f6f2ff !default;
|
|
73
|
+
$ibm-color__purple-20: #e8daff !default;
|
|
74
|
+
$ibm-color__purple-30: #d4bbff !default;
|
|
75
|
+
$ibm-color__purple-40: #be95ff !default;
|
|
76
|
+
$ibm-color__purple-50: #a56eff !default;
|
|
77
|
+
$ibm-color__purple-60: #8a3ffc !default;
|
|
78
|
+
$ibm-color__purple-70: #6929c4 !default;
|
|
79
|
+
$ibm-color__purple-80: #491d8b !default;
|
|
80
|
+
$ibm-color__purple-90: #31135e !default;
|
|
81
|
+
$ibm-color__purple-100: #1c0f30 !default;
|
|
82
|
+
$ibm-color__red-10: #fff1f1 !default;
|
|
83
|
+
$ibm-color__red-20: #ffd7d9 !default;
|
|
84
|
+
$ibm-color__red-30: #ffb3b8 !default;
|
|
85
|
+
$ibm-color__red-40: #ff8389 !default;
|
|
86
|
+
$ibm-color__red-50: #fa4d56 !default;
|
|
87
|
+
$ibm-color__red-60: #da1e28 !default;
|
|
88
|
+
$ibm-color__red-70: #a2191f !default;
|
|
89
|
+
$ibm-color__red-80: #750e13 !default;
|
|
90
|
+
$ibm-color__red-90: #520408 !default;
|
|
91
|
+
$ibm-color__red-100: #2d0709 !default;
|
|
92
|
+
$ibm-color__teal-10: #d9fbfb !default;
|
|
93
|
+
$ibm-color__teal-20: #9ef0f0 !default;
|
|
94
|
+
$ibm-color__teal-30: #3ddbd9 !default;
|
|
95
|
+
$ibm-color__teal-40: #08bdba !default;
|
|
96
|
+
$ibm-color__teal-50: #009d9a !default;
|
|
97
|
+
$ibm-color__teal-60: #007d79 !default;
|
|
98
|
+
$ibm-color__teal-70: #005d5d !default;
|
|
99
|
+
$ibm-color__teal-80: #004144 !default;
|
|
100
|
+
$ibm-color__teal-90: #022b30 !default;
|
|
101
|
+
$ibm-color__teal-100: #081a1c !default;
|
|
102
|
+
$ibm-color__warm-gray-10: #f7f3f2 !default;
|
|
103
|
+
$ibm-color__warm-gray-20: #e5e0df !default;
|
|
104
|
+
$ibm-color__warm-gray-30: #cac5c4 !default;
|
|
105
|
+
$ibm-color__warm-gray-40: #ada8a8 !default;
|
|
106
|
+
$ibm-color__warm-gray-50: #8f8b8b !default;
|
|
107
|
+
$ibm-color__warm-gray-60: #726e6e !default;
|
|
108
|
+
$ibm-color__warm-gray-70: #565151 !default;
|
|
109
|
+
$ibm-color__warm-gray-80: #3c3838 !default;
|
|
110
|
+
$ibm-color__warm-gray-90: #272525 !default;
|
|
111
|
+
$ibm-color__warm-gray-100: #171414 !default;
|
|
112
|
+
$ibm-color__white-0: #ffffff !default;
|
|
113
|
+
$ibm-color__yellow-20: #fdd13a !default;
|
|
114
|
+
$ibm-color__yellow-30: #f1c21b !default;
|
|
115
|
+
$ibm-color__yellow-40: #d2a106 !default;
|
|
116
|
+
$ibm-color__yellow-50: #b28600 !default;
|
|
117
|
+
$carbon--black-100: #000000 !default;
|
|
118
|
+
$carbon--blue-10: #edf5ff !default;
|
|
119
|
+
$carbon--blue-20: #d0e2ff !default;
|
|
120
|
+
$carbon--blue-30: #a6c8ff !default;
|
|
121
|
+
$carbon--blue-40: #78a9ff !default;
|
|
122
|
+
$carbon--blue-50: #4589ff !default;
|
|
123
|
+
$carbon--blue-60: #0f62fe !default;
|
|
124
|
+
$carbon--blue-70: #0043ce !default;
|
|
125
|
+
$carbon--blue-80: #002d9c !default;
|
|
126
|
+
$carbon--blue-90: #001d6c !default;
|
|
127
|
+
$carbon--blue-100: #001141 !default;
|
|
128
|
+
$carbon--cool-gray-10: #f2f4f8 !default;
|
|
129
|
+
$carbon--cool-gray-20: #dde1e6 !default;
|
|
130
|
+
$carbon--cool-gray-30: #c1c7cd !default;
|
|
131
|
+
$carbon--cool-gray-40: #a2a9b0 !default;
|
|
132
|
+
$carbon--cool-gray-50: #878d96 !default;
|
|
133
|
+
$carbon--cool-gray-60: #697077 !default;
|
|
134
|
+
$carbon--cool-gray-70: #4d5358 !default;
|
|
135
|
+
$carbon--cool-gray-80: #343a3f !default;
|
|
136
|
+
$carbon--cool-gray-90: #21272a !default;
|
|
137
|
+
$carbon--cool-gray-100: #121619 !default;
|
|
138
|
+
$carbon--cyan-10: #e5f6ff !default;
|
|
139
|
+
$carbon--cyan-20: #bae6ff !default;
|
|
140
|
+
$carbon--cyan-30: #82cfff !default;
|
|
141
|
+
$carbon--cyan-40: #33b1ff !default;
|
|
142
|
+
$carbon--cyan-50: #1192e8 !default;
|
|
143
|
+
$carbon--cyan-60: #0072c3 !default;
|
|
144
|
+
$carbon--cyan-70: #00539a !default;
|
|
145
|
+
$carbon--cyan-80: #003a6d !default;
|
|
146
|
+
$carbon--cyan-90: #012749 !default;
|
|
147
|
+
$carbon--cyan-100: #061727 !default;
|
|
148
|
+
$carbon--gray-10: #f4f4f4 !default;
|
|
149
|
+
$carbon--gray-20: #e0e0e0 !default;
|
|
150
|
+
$carbon--gray-30: #c6c6c6 !default;
|
|
151
|
+
$carbon--gray-40: #a8a8a8 !default;
|
|
152
|
+
$carbon--gray-50: #8d8d8d !default;
|
|
153
|
+
$carbon--gray-60: #6f6f6f !default;
|
|
154
|
+
$carbon--gray-70: #525252 !default;
|
|
155
|
+
$carbon--gray-80: #393939 !default;
|
|
156
|
+
$carbon--gray-90: #262626 !default;
|
|
157
|
+
$carbon--gray-100: #161616 !default;
|
|
158
|
+
$carbon--green-10: #defbe6 !default;
|
|
159
|
+
$carbon--green-20: #a7f0ba !default;
|
|
160
|
+
$carbon--green-30: #6fdc8c !default;
|
|
161
|
+
$carbon--green-40: #42be65 !default;
|
|
162
|
+
$carbon--green-50: #24a148 !default;
|
|
163
|
+
$carbon--green-60: #198038 !default;
|
|
164
|
+
$carbon--green-70: #0e6027 !default;
|
|
165
|
+
$carbon--green-80: #044317 !default;
|
|
166
|
+
$carbon--green-90: #022d0d !default;
|
|
167
|
+
$carbon--green-100: #071908 !default;
|
|
168
|
+
$carbon--magenta-10: #fff0f7 !default;
|
|
169
|
+
$carbon--magenta-20: #ffd6e8 !default;
|
|
170
|
+
$carbon--magenta-30: #ffafd2 !default;
|
|
171
|
+
$carbon--magenta-40: #ff7eb6 !default;
|
|
172
|
+
$carbon--magenta-50: #ee5396 !default;
|
|
173
|
+
$carbon--magenta-60: #d02670 !default;
|
|
174
|
+
$carbon--magenta-70: #9f1853 !default;
|
|
175
|
+
$carbon--magenta-80: #740937 !default;
|
|
176
|
+
$carbon--magenta-90: #510224 !default;
|
|
177
|
+
$carbon--magenta-100: #2a0a18 !default;
|
|
178
|
+
$carbon--orange-40: #ff832b !default;
|
|
179
|
+
$carbon--orange-60: #ba4e00 !default;
|
|
180
|
+
$carbon--orange-70: #8a3800 !default;
|
|
181
|
+
$carbon--purple-10: #f6f2ff !default;
|
|
182
|
+
$carbon--purple-20: #e8daff !default;
|
|
183
|
+
$carbon--purple-30: #d4bbff !default;
|
|
184
|
+
$carbon--purple-40: #be95ff !default;
|
|
185
|
+
$carbon--purple-50: #a56eff !default;
|
|
186
|
+
$carbon--purple-60: #8a3ffc !default;
|
|
187
|
+
$carbon--purple-70: #6929c4 !default;
|
|
188
|
+
$carbon--purple-80: #491d8b !default;
|
|
189
|
+
$carbon--purple-90: #31135e !default;
|
|
190
|
+
$carbon--purple-100: #1c0f30 !default;
|
|
191
|
+
$carbon--red-10: #fff1f1 !default;
|
|
192
|
+
$carbon--red-20: #ffd7d9 !default;
|
|
193
|
+
$carbon--red-30: #ffb3b8 !default;
|
|
194
|
+
$carbon--red-40: #ff8389 !default;
|
|
195
|
+
$carbon--red-50: #fa4d56 !default;
|
|
196
|
+
$carbon--red-60: #da1e28 !default;
|
|
197
|
+
$carbon--red-70: #a2191f !default;
|
|
198
|
+
$carbon--red-80: #750e13 !default;
|
|
199
|
+
$carbon--red-90: #520408 !default;
|
|
200
|
+
$carbon--red-100: #2d0709 !default;
|
|
201
|
+
$carbon--teal-10: #d9fbfb !default;
|
|
202
|
+
$carbon--teal-20: #9ef0f0 !default;
|
|
203
|
+
$carbon--teal-30: #3ddbd9 !default;
|
|
204
|
+
$carbon--teal-40: #08bdba !default;
|
|
205
|
+
$carbon--teal-50: #009d9a !default;
|
|
206
|
+
$carbon--teal-60: #007d79 !default;
|
|
207
|
+
$carbon--teal-70: #005d5d !default;
|
|
208
|
+
$carbon--teal-80: #004144 !default;
|
|
209
|
+
$carbon--teal-90: #022b30 !default;
|
|
210
|
+
$carbon--teal-100: #081a1c !default;
|
|
211
|
+
$carbon--warm-gray-10: #f7f3f2 !default;
|
|
212
|
+
$carbon--warm-gray-20: #e5e0df !default;
|
|
213
|
+
$carbon--warm-gray-30: #cac5c4 !default;
|
|
214
|
+
$carbon--warm-gray-40: #ada8a8 !default;
|
|
215
|
+
$carbon--warm-gray-50: #8f8b8b !default;
|
|
216
|
+
$carbon--warm-gray-60: #726e6e !default;
|
|
217
|
+
$carbon--warm-gray-70: #565151 !default;
|
|
218
|
+
$carbon--warm-gray-80: #3c3838 !default;
|
|
219
|
+
$carbon--warm-gray-90: #272525 !default;
|
|
220
|
+
$carbon--warm-gray-100: #171414 !default;
|
|
221
|
+
$carbon--white-0: #ffffff !default;
|
|
222
|
+
$carbon--yellow-20: #fdd13a !default;
|
|
223
|
+
$carbon--yellow-30: #f1c21b !default;
|
|
224
|
+
$carbon--yellow-40: #d2a106 !default;
|
|
225
|
+
$carbon--yellow-50: #b28600 !default;
|
|
226
|
+
$black-100: #000000 !default;
|
|
227
|
+
$blue-10: #edf5ff !default;
|
|
228
|
+
$blue-20: #d0e2ff !default;
|
|
229
|
+
$blue-30: #a6c8ff !default;
|
|
230
|
+
$blue-40: #78a9ff !default;
|
|
231
|
+
$blue-50: #4589ff !default;
|
|
232
|
+
$blue-60: #0f62fe !default;
|
|
233
|
+
$blue-70: #0043ce !default;
|
|
234
|
+
$blue-80: #002d9c !default;
|
|
235
|
+
$blue-90: #001d6c !default;
|
|
236
|
+
$blue-100: #001141 !default;
|
|
237
|
+
$cool-gray-10: #f2f4f8 !default;
|
|
238
|
+
$cool-gray-20: #dde1e6 !default;
|
|
239
|
+
$cool-gray-30: #c1c7cd !default;
|
|
240
|
+
$cool-gray-40: #a2a9b0 !default;
|
|
241
|
+
$cool-gray-50: #878d96 !default;
|
|
242
|
+
$cool-gray-60: #697077 !default;
|
|
243
|
+
$cool-gray-70: #4d5358 !default;
|
|
244
|
+
$cool-gray-80: #343a3f !default;
|
|
245
|
+
$cool-gray-90: #21272a !default;
|
|
246
|
+
$cool-gray-100: #121619 !default;
|
|
247
|
+
$cyan-10: #e5f6ff !default;
|
|
248
|
+
$cyan-20: #bae6ff !default;
|
|
249
|
+
$cyan-30: #82cfff !default;
|
|
250
|
+
$cyan-40: #33b1ff !default;
|
|
251
|
+
$cyan-50: #1192e8 !default;
|
|
252
|
+
$cyan-60: #0072c3 !default;
|
|
253
|
+
$cyan-70: #00539a !default;
|
|
254
|
+
$cyan-80: #003a6d !default;
|
|
255
|
+
$cyan-90: #012749 !default;
|
|
256
|
+
$cyan-100: #061727 !default;
|
|
257
|
+
$gray-10: #f4f4f4 !default;
|
|
258
|
+
$gray-20: #e0e0e0 !default;
|
|
259
|
+
$gray-30: #c6c6c6 !default;
|
|
260
|
+
$gray-40: #a8a8a8 !default;
|
|
261
|
+
$gray-50: #8d8d8d !default;
|
|
262
|
+
$gray-60: #6f6f6f !default;
|
|
263
|
+
$gray-70: #525252 !default;
|
|
264
|
+
$gray-80: #393939 !default;
|
|
265
|
+
$gray-90: #262626 !default;
|
|
266
|
+
$gray-100: #161616 !default;
|
|
267
|
+
$green-10: #defbe6 !default;
|
|
268
|
+
$green-20: #a7f0ba !default;
|
|
269
|
+
$green-30: #6fdc8c !default;
|
|
270
|
+
$green-40: #42be65 !default;
|
|
271
|
+
$green-50: #24a148 !default;
|
|
272
|
+
$green-60: #198038 !default;
|
|
273
|
+
$green-70: #0e6027 !default;
|
|
274
|
+
$green-80: #044317 !default;
|
|
275
|
+
$green-90: #022d0d !default;
|
|
276
|
+
$green-100: #071908 !default;
|
|
277
|
+
$magenta-10: #fff0f7 !default;
|
|
278
|
+
$magenta-20: #ffd6e8 !default;
|
|
279
|
+
$magenta-30: #ffafd2 !default;
|
|
280
|
+
$magenta-40: #ff7eb6 !default;
|
|
281
|
+
$magenta-50: #ee5396 !default;
|
|
282
|
+
$magenta-60: #d02670 !default;
|
|
283
|
+
$magenta-70: #9f1853 !default;
|
|
284
|
+
$magenta-80: #740937 !default;
|
|
285
|
+
$magenta-90: #510224 !default;
|
|
286
|
+
$magenta-100: #2a0a18 !default;
|
|
287
|
+
$orange-40: #ff832b !default;
|
|
288
|
+
$orange-60: #ba4e00 !default;
|
|
289
|
+
$orange-70: #8a3800 !default;
|
|
290
|
+
$purple-10: #f6f2ff !default;
|
|
291
|
+
$purple-20: #e8daff !default;
|
|
292
|
+
$purple-30: #d4bbff !default;
|
|
293
|
+
$purple-40: #be95ff !default;
|
|
294
|
+
$purple-50: #a56eff !default;
|
|
295
|
+
$purple-60: #8a3ffc !default;
|
|
296
|
+
$purple-70: #6929c4 !default;
|
|
297
|
+
$purple-80: #491d8b !default;
|
|
298
|
+
$purple-90: #31135e !default;
|
|
299
|
+
$purple-100: #1c0f30 !default;
|
|
300
|
+
$red-10: #fff1f1 !default;
|
|
301
|
+
$red-20: #ffd7d9 !default;
|
|
302
|
+
$red-30: #ffb3b8 !default;
|
|
303
|
+
$red-40: #ff8389 !default;
|
|
304
|
+
$red-50: #fa4d56 !default;
|
|
305
|
+
$red-60: #da1e28 !default;
|
|
306
|
+
$red-70: #a2191f !default;
|
|
307
|
+
$red-80: #750e13 !default;
|
|
308
|
+
$red-90: #520408 !default;
|
|
309
|
+
$red-100: #2d0709 !default;
|
|
310
|
+
$teal-10: #d9fbfb !default;
|
|
311
|
+
$teal-20: #9ef0f0 !default;
|
|
312
|
+
$teal-30: #3ddbd9 !default;
|
|
313
|
+
$teal-40: #08bdba !default;
|
|
314
|
+
$teal-50: #009d9a !default;
|
|
315
|
+
$teal-60: #007d79 !default;
|
|
316
|
+
$teal-70: #005d5d !default;
|
|
317
|
+
$teal-80: #004144 !default;
|
|
318
|
+
$teal-90: #022b30 !default;
|
|
319
|
+
$teal-100: #081a1c !default;
|
|
320
|
+
$warm-gray-10: #f7f3f2 !default;
|
|
321
|
+
$warm-gray-20: #e5e0df !default;
|
|
322
|
+
$warm-gray-30: #cac5c4 !default;
|
|
323
|
+
$warm-gray-40: #ada8a8 !default;
|
|
324
|
+
$warm-gray-50: #8f8b8b !default;
|
|
325
|
+
$warm-gray-60: #726e6e !default;
|
|
326
|
+
$warm-gray-70: #565151 !default;
|
|
327
|
+
$warm-gray-80: #3c3838 !default;
|
|
328
|
+
$warm-gray-90: #272525 !default;
|
|
329
|
+
$warm-gray-100: #171414 !default;
|
|
330
|
+
$white-0: #ffffff !default;
|
|
331
|
+
$yellow-20: #fdd13a !default;
|
|
332
|
+
$yellow-30: #f1c21b !default;
|
|
333
|
+
$yellow-40: #d2a106 !default;
|
|
334
|
+
$yellow-50: #b28600 !default;
|
|
335
|
+
$ibm-color-map: (
|
|
336
|
+
'black': (
|
|
337
|
+
100: #000000,
|
|
338
|
+
),
|
|
339
|
+
'blue': (
|
|
340
|
+
10: #edf5ff,
|
|
341
|
+
20: #d0e2ff,
|
|
342
|
+
30: #a6c8ff,
|
|
343
|
+
40: #78a9ff,
|
|
344
|
+
50: #4589ff,
|
|
345
|
+
60: #0f62fe,
|
|
346
|
+
70: #0043ce,
|
|
347
|
+
80: #002d9c,
|
|
348
|
+
90: #001d6c,
|
|
349
|
+
100: #001141,
|
|
350
|
+
),
|
|
351
|
+
'cool-gray': (
|
|
352
|
+
10: #f2f4f8,
|
|
353
|
+
20: #dde1e6,
|
|
354
|
+
30: #c1c7cd,
|
|
355
|
+
40: #a2a9b0,
|
|
356
|
+
50: #878d96,
|
|
357
|
+
60: #697077,
|
|
358
|
+
70: #4d5358,
|
|
359
|
+
80: #343a3f,
|
|
360
|
+
90: #21272a,
|
|
361
|
+
100: #121619,
|
|
362
|
+
),
|
|
363
|
+
'coolGray': (
|
|
364
|
+
10: #f2f4f8,
|
|
365
|
+
20: #dde1e6,
|
|
366
|
+
30: #c1c7cd,
|
|
367
|
+
40: #a2a9b0,
|
|
368
|
+
50: #878d96,
|
|
369
|
+
60: #697077,
|
|
370
|
+
70: #4d5358,
|
|
371
|
+
80: #343a3f,
|
|
372
|
+
90: #21272a,
|
|
373
|
+
100: #121619,
|
|
374
|
+
),
|
|
375
|
+
'cyan': (
|
|
376
|
+
10: #e5f6ff,
|
|
377
|
+
20: #bae6ff,
|
|
378
|
+
30: #82cfff,
|
|
379
|
+
40: #33b1ff,
|
|
380
|
+
50: #1192e8,
|
|
381
|
+
60: #0072c3,
|
|
382
|
+
70: #00539a,
|
|
383
|
+
80: #003a6d,
|
|
384
|
+
90: #012749,
|
|
385
|
+
100: #061727,
|
|
386
|
+
),
|
|
387
|
+
'gray': (
|
|
388
|
+
10: #f4f4f4,
|
|
389
|
+
20: #e0e0e0,
|
|
390
|
+
30: #c6c6c6,
|
|
391
|
+
40: #a8a8a8,
|
|
392
|
+
50: #8d8d8d,
|
|
393
|
+
60: #6f6f6f,
|
|
394
|
+
70: #525252,
|
|
395
|
+
80: #393939,
|
|
396
|
+
90: #262626,
|
|
397
|
+
100: #161616,
|
|
398
|
+
),
|
|
399
|
+
'green': (
|
|
400
|
+
10: #defbe6,
|
|
401
|
+
20: #a7f0ba,
|
|
402
|
+
30: #6fdc8c,
|
|
403
|
+
40: #42be65,
|
|
404
|
+
50: #24a148,
|
|
405
|
+
60: #198038,
|
|
406
|
+
70: #0e6027,
|
|
407
|
+
80: #044317,
|
|
408
|
+
90: #022d0d,
|
|
409
|
+
100: #071908,
|
|
410
|
+
),
|
|
411
|
+
'magenta': (
|
|
412
|
+
10: #fff0f7,
|
|
413
|
+
20: #ffd6e8,
|
|
414
|
+
30: #ffafd2,
|
|
415
|
+
40: #ff7eb6,
|
|
416
|
+
50: #ee5396,
|
|
417
|
+
60: #d02670,
|
|
418
|
+
70: #9f1853,
|
|
419
|
+
80: #740937,
|
|
420
|
+
90: #510224,
|
|
421
|
+
100: #2a0a18,
|
|
422
|
+
),
|
|
423
|
+
'orange': (
|
|
424
|
+
40: #ff832b,
|
|
425
|
+
60: #ba4e00,
|
|
426
|
+
70: #8a3800,
|
|
427
|
+
),
|
|
428
|
+
'purple': (
|
|
429
|
+
10: #f6f2ff,
|
|
430
|
+
20: #e8daff,
|
|
431
|
+
30: #d4bbff,
|
|
432
|
+
40: #be95ff,
|
|
433
|
+
50: #a56eff,
|
|
434
|
+
60: #8a3ffc,
|
|
435
|
+
70: #6929c4,
|
|
436
|
+
80: #491d8b,
|
|
437
|
+
90: #31135e,
|
|
438
|
+
100: #1c0f30,
|
|
439
|
+
),
|
|
440
|
+
'red': (
|
|
441
|
+
10: #fff1f1,
|
|
442
|
+
20: #ffd7d9,
|
|
443
|
+
30: #ffb3b8,
|
|
444
|
+
40: #ff8389,
|
|
445
|
+
50: #fa4d56,
|
|
446
|
+
60: #da1e28,
|
|
447
|
+
70: #a2191f,
|
|
448
|
+
80: #750e13,
|
|
449
|
+
90: #520408,
|
|
450
|
+
100: #2d0709,
|
|
451
|
+
),
|
|
452
|
+
'teal': (
|
|
453
|
+
10: #d9fbfb,
|
|
454
|
+
20: #9ef0f0,
|
|
455
|
+
30: #3ddbd9,
|
|
456
|
+
40: #08bdba,
|
|
457
|
+
50: #009d9a,
|
|
458
|
+
60: #007d79,
|
|
459
|
+
70: #005d5d,
|
|
460
|
+
80: #004144,
|
|
461
|
+
90: #022b30,
|
|
462
|
+
100: #081a1c,
|
|
463
|
+
),
|
|
464
|
+
'warm-gray': (
|
|
465
|
+
10: #f7f3f2,
|
|
466
|
+
20: #e5e0df,
|
|
467
|
+
30: #cac5c4,
|
|
468
|
+
40: #ada8a8,
|
|
469
|
+
50: #8f8b8b,
|
|
470
|
+
60: #726e6e,
|
|
471
|
+
70: #565151,
|
|
472
|
+
80: #3c3838,
|
|
473
|
+
90: #272525,
|
|
474
|
+
100: #171414,
|
|
475
|
+
),
|
|
476
|
+
'warmGray': (
|
|
477
|
+
10: #f7f3f2,
|
|
478
|
+
20: #e5e0df,
|
|
479
|
+
30: #cac5c4,
|
|
480
|
+
40: #ada8a8,
|
|
481
|
+
50: #8f8b8b,
|
|
482
|
+
60: #726e6e,
|
|
483
|
+
70: #565151,
|
|
484
|
+
80: #3c3838,
|
|
485
|
+
90: #272525,
|
|
486
|
+
100: #171414,
|
|
487
|
+
),
|
|
488
|
+
'white': (
|
|
489
|
+
0: #ffffff,
|
|
490
|
+
),
|
|
491
|
+
'yellow': (
|
|
492
|
+
20: #fdd13a,
|
|
493
|
+
30: #f1c21b,
|
|
494
|
+
40: #d2a106,
|
|
495
|
+
50: #b28600,
|
|
496
|
+
),
|
|
497
|
+
) !default;
|
|
498
|
+
$carbon--colors: (
|
|
499
|
+
'black': (
|
|
500
|
+
100: #000000,
|
|
501
|
+
),
|
|
502
|
+
'blue': (
|
|
503
|
+
10: #edf5ff,
|
|
504
|
+
20: #d0e2ff,
|
|
505
|
+
30: #a6c8ff,
|
|
506
|
+
40: #78a9ff,
|
|
507
|
+
50: #4589ff,
|
|
508
|
+
60: #0f62fe,
|
|
509
|
+
70: #0043ce,
|
|
510
|
+
80: #002d9c,
|
|
511
|
+
90: #001d6c,
|
|
512
|
+
100: #001141,
|
|
513
|
+
),
|
|
514
|
+
'cool-gray': (
|
|
515
|
+
10: #f2f4f8,
|
|
516
|
+
20: #dde1e6,
|
|
517
|
+
30: #c1c7cd,
|
|
518
|
+
40: #a2a9b0,
|
|
519
|
+
50: #878d96,
|
|
520
|
+
60: #697077,
|
|
521
|
+
70: #4d5358,
|
|
522
|
+
80: #343a3f,
|
|
523
|
+
90: #21272a,
|
|
524
|
+
100: #121619,
|
|
525
|
+
),
|
|
526
|
+
'coolGray': (
|
|
527
|
+
10: #f2f4f8,
|
|
528
|
+
20: #dde1e6,
|
|
529
|
+
30: #c1c7cd,
|
|
530
|
+
40: #a2a9b0,
|
|
531
|
+
50: #878d96,
|
|
532
|
+
60: #697077,
|
|
533
|
+
70: #4d5358,
|
|
534
|
+
80: #343a3f,
|
|
535
|
+
90: #21272a,
|
|
536
|
+
100: #121619,
|
|
537
|
+
),
|
|
538
|
+
'cyan': (
|
|
539
|
+
10: #e5f6ff,
|
|
540
|
+
20: #bae6ff,
|
|
541
|
+
30: #82cfff,
|
|
542
|
+
40: #33b1ff,
|
|
543
|
+
50: #1192e8,
|
|
544
|
+
60: #0072c3,
|
|
545
|
+
70: #00539a,
|
|
546
|
+
80: #003a6d,
|
|
547
|
+
90: #012749,
|
|
548
|
+
100: #061727,
|
|
549
|
+
),
|
|
550
|
+
'gray': (
|
|
551
|
+
10: #f4f4f4,
|
|
552
|
+
20: #e0e0e0,
|
|
553
|
+
30: #c6c6c6,
|
|
554
|
+
40: #a8a8a8,
|
|
555
|
+
50: #8d8d8d,
|
|
556
|
+
60: #6f6f6f,
|
|
557
|
+
70: #525252,
|
|
558
|
+
80: #393939,
|
|
559
|
+
90: #262626,
|
|
560
|
+
100: #161616,
|
|
561
|
+
),
|
|
562
|
+
'green': (
|
|
563
|
+
10: #defbe6,
|
|
564
|
+
20: #a7f0ba,
|
|
565
|
+
30: #6fdc8c,
|
|
566
|
+
40: #42be65,
|
|
567
|
+
50: #24a148,
|
|
568
|
+
60: #198038,
|
|
569
|
+
70: #0e6027,
|
|
570
|
+
80: #044317,
|
|
571
|
+
90: #022d0d,
|
|
572
|
+
100: #071908,
|
|
573
|
+
),
|
|
574
|
+
'magenta': (
|
|
575
|
+
10: #fff0f7,
|
|
576
|
+
20: #ffd6e8,
|
|
577
|
+
30: #ffafd2,
|
|
578
|
+
40: #ff7eb6,
|
|
579
|
+
50: #ee5396,
|
|
580
|
+
60: #d02670,
|
|
581
|
+
70: #9f1853,
|
|
582
|
+
80: #740937,
|
|
583
|
+
90: #510224,
|
|
584
|
+
100: #2a0a18,
|
|
585
|
+
),
|
|
586
|
+
'orange': (
|
|
587
|
+
40: #ff832b,
|
|
588
|
+
60: #ba4e00,
|
|
589
|
+
70: #8a3800,
|
|
590
|
+
),
|
|
591
|
+
'purple': (
|
|
592
|
+
10: #f6f2ff,
|
|
593
|
+
20: #e8daff,
|
|
594
|
+
30: #d4bbff,
|
|
595
|
+
40: #be95ff,
|
|
596
|
+
50: #a56eff,
|
|
597
|
+
60: #8a3ffc,
|
|
598
|
+
70: #6929c4,
|
|
599
|
+
80: #491d8b,
|
|
600
|
+
90: #31135e,
|
|
601
|
+
100: #1c0f30,
|
|
602
|
+
),
|
|
603
|
+
'red': (
|
|
604
|
+
10: #fff1f1,
|
|
605
|
+
20: #ffd7d9,
|
|
606
|
+
30: #ffb3b8,
|
|
607
|
+
40: #ff8389,
|
|
608
|
+
50: #fa4d56,
|
|
609
|
+
60: #da1e28,
|
|
610
|
+
70: #a2191f,
|
|
611
|
+
80: #750e13,
|
|
612
|
+
90: #520408,
|
|
613
|
+
100: #2d0709,
|
|
614
|
+
),
|
|
615
|
+
'teal': (
|
|
616
|
+
10: #d9fbfb,
|
|
617
|
+
20: #9ef0f0,
|
|
618
|
+
30: #3ddbd9,
|
|
619
|
+
40: #08bdba,
|
|
620
|
+
50: #009d9a,
|
|
621
|
+
60: #007d79,
|
|
622
|
+
70: #005d5d,
|
|
623
|
+
80: #004144,
|
|
624
|
+
90: #022b30,
|
|
625
|
+
100: #081a1c,
|
|
626
|
+
),
|
|
627
|
+
'warm-gray': (
|
|
628
|
+
10: #f7f3f2,
|
|
629
|
+
20: #e5e0df,
|
|
630
|
+
30: #cac5c4,
|
|
631
|
+
40: #ada8a8,
|
|
632
|
+
50: #8f8b8b,
|
|
633
|
+
60: #726e6e,
|
|
634
|
+
70: #565151,
|
|
635
|
+
80: #3c3838,
|
|
636
|
+
90: #272525,
|
|
637
|
+
100: #171414,
|
|
638
|
+
),
|
|
639
|
+
'warmGray': (
|
|
640
|
+
10: #f7f3f2,
|
|
641
|
+
20: #e5e0df,
|
|
642
|
+
30: #cac5c4,
|
|
643
|
+
40: #ada8a8,
|
|
644
|
+
50: #8f8b8b,
|
|
645
|
+
60: #726e6e,
|
|
646
|
+
70: #565151,
|
|
647
|
+
80: #3c3838,
|
|
648
|
+
90: #272525,
|
|
649
|
+
100: #171414,
|
|
650
|
+
),
|
|
651
|
+
'white': (
|
|
652
|
+
0: #ffffff,
|
|
653
|
+
),
|
|
654
|
+
'yellow': (
|
|
655
|
+
20: #fdd13a,
|
|
656
|
+
30: #f1c21b,
|
|
657
|
+
40: #d2a106,
|
|
658
|
+
50: #b28600,
|
|
659
|
+
),
|
|
660
|
+
) !default;
|
|
661
|
+
|
|
8
662
|
/// Define color variables
|
|
9
663
|
/// @access public
|
|
10
664
|
/// @group @carbon/colors
|
|
11
665
|
/// @deprecated Use `$carbon--colors` going forward
|
|
12
666
|
@mixin ibm--colors() {
|
|
13
|
-
$ibm-color__black-100: #000000 !
|
|
14
|
-
$ibm-color__blue-10: #edf5ff !
|
|
15
|
-
$ibm-color__blue-20: #d0e2ff !
|
|
16
|
-
$ibm-color__blue-30: #a6c8ff !
|
|
17
|
-
$ibm-color__blue-40: #78a9ff !
|
|
18
|
-
$ibm-color__blue-50: #4589ff !
|
|
19
|
-
$ibm-color__blue-60: #0f62fe !
|
|
20
|
-
$ibm-color__blue-70: #0043ce !
|
|
21
|
-
$ibm-color__blue-80: #002d9c !
|
|
22
|
-
$ibm-color__blue-90: #001d6c !
|
|
23
|
-
$ibm-color__blue-100: #001141 !
|
|
24
|
-
$ibm-color__cool-gray-10: #f2f4f8 !
|
|
25
|
-
$ibm-color__cool-gray-20: #dde1e6 !
|
|
26
|
-
$ibm-color__cool-gray-30: #c1c7cd !
|
|
27
|
-
$ibm-color__cool-gray-40: #a2a9b0 !
|
|
28
|
-
$ibm-color__cool-gray-50: #878d96 !
|
|
29
|
-
$ibm-color__cool-gray-60: #697077 !
|
|
30
|
-
$ibm-color__cool-gray-70: #4d5358 !
|
|
31
|
-
$ibm-color__cool-gray-80: #343a3f !
|
|
32
|
-
$ibm-color__cool-gray-90: #21272a !
|
|
33
|
-
$ibm-color__cool-gray-100: #121619 !
|
|
34
|
-
$ibm-color__cyan-10: #e5f6ff !
|
|
35
|
-
$ibm-color__cyan-20: #bae6ff !
|
|
36
|
-
$ibm-color__cyan-30: #82cfff !
|
|
37
|
-
$ibm-color__cyan-40: #33b1ff !
|
|
38
|
-
$ibm-color__cyan-50: #1192e8 !
|
|
39
|
-
$ibm-color__cyan-60: #0072c3 !
|
|
40
|
-
$ibm-color__cyan-70: #00539a !
|
|
41
|
-
$ibm-color__cyan-80: #003a6d !
|
|
42
|
-
$ibm-color__cyan-90: #012749 !
|
|
43
|
-
$ibm-color__cyan-100: #061727 !
|
|
44
|
-
$ibm-color__gray-10: #f4f4f4 !
|
|
45
|
-
$ibm-color__gray-20: #e0e0e0 !
|
|
46
|
-
$ibm-color__gray-30: #c6c6c6 !
|
|
47
|
-
$ibm-color__gray-40: #a8a8a8 !
|
|
48
|
-
$ibm-color__gray-50: #8d8d8d !
|
|
49
|
-
$ibm-color__gray-60: #6f6f6f !
|
|
50
|
-
$ibm-color__gray-70: #525252 !
|
|
51
|
-
$ibm-color__gray-80: #393939 !
|
|
52
|
-
$ibm-color__gray-90: #262626 !
|
|
53
|
-
$ibm-color__gray-100: #161616 !
|
|
54
|
-
$ibm-color__green-10: #defbe6 !
|
|
55
|
-
$ibm-color__green-20: #a7f0ba !
|
|
56
|
-
$ibm-color__green-30: #6fdc8c !
|
|
57
|
-
$ibm-color__green-40: #42be65 !
|
|
58
|
-
$ibm-color__green-50: #24a148 !
|
|
59
|
-
$ibm-color__green-60: #198038 !
|
|
60
|
-
$ibm-color__green-70: #0e6027 !
|
|
61
|
-
$ibm-color__green-80: #044317 !
|
|
62
|
-
$ibm-color__green-90: #022d0d !
|
|
63
|
-
$ibm-color__green-100: #071908 !
|
|
64
|
-
$ibm-color__magenta-10: #fff0f7 !
|
|
65
|
-
$ibm-color__magenta-20: #ffd6e8 !
|
|
66
|
-
$ibm-color__magenta-30: #ffafd2 !
|
|
67
|
-
$ibm-color__magenta-40: #ff7eb6 !
|
|
68
|
-
$ibm-color__magenta-50: #ee5396 !
|
|
69
|
-
$ibm-color__magenta-60: #d02670 !
|
|
70
|
-
$ibm-color__magenta-70: #9f1853 !
|
|
71
|
-
$ibm-color__magenta-80: #740937 !
|
|
72
|
-
$ibm-color__magenta-90: #510224 !
|
|
73
|
-
$ibm-color__magenta-100: #2a0a18 !
|
|
74
|
-
$ibm-color__orange-40: #ff832b !
|
|
75
|
-
$ibm-color__orange-60: #ba4e00 !
|
|
76
|
-
$ibm-color__orange-70: #8a3800 !
|
|
77
|
-
$ibm-color__purple-10: #f6f2ff !
|
|
78
|
-
$ibm-color__purple-20: #e8daff !
|
|
79
|
-
$ibm-color__purple-30: #d4bbff !
|
|
80
|
-
$ibm-color__purple-40: #be95ff !
|
|
81
|
-
$ibm-color__purple-50: #a56eff !
|
|
82
|
-
$ibm-color__purple-60: #8a3ffc !
|
|
83
|
-
$ibm-color__purple-70: #6929c4 !
|
|
84
|
-
$ibm-color__purple-80: #491d8b !
|
|
85
|
-
$ibm-color__purple-90: #31135e !
|
|
86
|
-
$ibm-color__purple-100: #1c0f30 !
|
|
87
|
-
$ibm-color__red-10: #fff1f1 !
|
|
88
|
-
$ibm-color__red-20: #ffd7d9 !
|
|
89
|
-
$ibm-color__red-30: #ffb3b8 !
|
|
90
|
-
$ibm-color__red-40: #ff8389 !
|
|
91
|
-
$ibm-color__red-50: #fa4d56 !
|
|
92
|
-
$ibm-color__red-60: #da1e28 !
|
|
93
|
-
$ibm-color__red-70: #a2191f !
|
|
94
|
-
$ibm-color__red-80: #750e13 !
|
|
95
|
-
$ibm-color__red-90: #520408 !
|
|
96
|
-
$ibm-color__red-100: #2d0709 !
|
|
97
|
-
$ibm-color__teal-10: #d9fbfb !
|
|
98
|
-
$ibm-color__teal-20: #9ef0f0 !
|
|
99
|
-
$ibm-color__teal-30: #3ddbd9 !
|
|
100
|
-
$ibm-color__teal-40: #08bdba !
|
|
101
|
-
$ibm-color__teal-50: #009d9a !
|
|
102
|
-
$ibm-color__teal-60: #007d79 !
|
|
103
|
-
$ibm-color__teal-70: #005d5d !
|
|
104
|
-
$ibm-color__teal-80: #004144 !
|
|
105
|
-
$ibm-color__teal-90: #022b30 !
|
|
106
|
-
$ibm-color__teal-100: #081a1c !
|
|
107
|
-
$ibm-color__warm-gray-10: #f7f3f2 !
|
|
108
|
-
$ibm-color__warm-gray-20: #e5e0df !
|
|
109
|
-
$ibm-color__warm-gray-30: #cac5c4 !
|
|
110
|
-
$ibm-color__warm-gray-40: #ada8a8 !
|
|
111
|
-
$ibm-color__warm-gray-50: #8f8b8b !
|
|
112
|
-
$ibm-color__warm-gray-60: #726e6e !
|
|
113
|
-
$ibm-color__warm-gray-70: #565151 !
|
|
114
|
-
$ibm-color__warm-gray-80: #3c3838 !
|
|
115
|
-
$ibm-color__warm-gray-90: #272525 !
|
|
116
|
-
$ibm-color__warm-gray-100: #171414 !
|
|
117
|
-
$ibm-color__white-0: #ffffff !
|
|
118
|
-
$ibm-color__yellow-20: #fdd13a !
|
|
119
|
-
$ibm-color__yellow-30: #f1c21b !
|
|
120
|
-
$ibm-color__yellow-40: #d2a106 !
|
|
121
|
-
$ibm-color__yellow-50: #b28600 !
|
|
667
|
+
$ibm-color__black-100: #000000 !global;
|
|
668
|
+
$ibm-color__blue-10: #edf5ff !global;
|
|
669
|
+
$ibm-color__blue-20: #d0e2ff !global;
|
|
670
|
+
$ibm-color__blue-30: #a6c8ff !global;
|
|
671
|
+
$ibm-color__blue-40: #78a9ff !global;
|
|
672
|
+
$ibm-color__blue-50: #4589ff !global;
|
|
673
|
+
$ibm-color__blue-60: #0f62fe !global;
|
|
674
|
+
$ibm-color__blue-70: #0043ce !global;
|
|
675
|
+
$ibm-color__blue-80: #002d9c !global;
|
|
676
|
+
$ibm-color__blue-90: #001d6c !global;
|
|
677
|
+
$ibm-color__blue-100: #001141 !global;
|
|
678
|
+
$ibm-color__cool-gray-10: #f2f4f8 !global;
|
|
679
|
+
$ibm-color__cool-gray-20: #dde1e6 !global;
|
|
680
|
+
$ibm-color__cool-gray-30: #c1c7cd !global;
|
|
681
|
+
$ibm-color__cool-gray-40: #a2a9b0 !global;
|
|
682
|
+
$ibm-color__cool-gray-50: #878d96 !global;
|
|
683
|
+
$ibm-color__cool-gray-60: #697077 !global;
|
|
684
|
+
$ibm-color__cool-gray-70: #4d5358 !global;
|
|
685
|
+
$ibm-color__cool-gray-80: #343a3f !global;
|
|
686
|
+
$ibm-color__cool-gray-90: #21272a !global;
|
|
687
|
+
$ibm-color__cool-gray-100: #121619 !global;
|
|
688
|
+
$ibm-color__cyan-10: #e5f6ff !global;
|
|
689
|
+
$ibm-color__cyan-20: #bae6ff !global;
|
|
690
|
+
$ibm-color__cyan-30: #82cfff !global;
|
|
691
|
+
$ibm-color__cyan-40: #33b1ff !global;
|
|
692
|
+
$ibm-color__cyan-50: #1192e8 !global;
|
|
693
|
+
$ibm-color__cyan-60: #0072c3 !global;
|
|
694
|
+
$ibm-color__cyan-70: #00539a !global;
|
|
695
|
+
$ibm-color__cyan-80: #003a6d !global;
|
|
696
|
+
$ibm-color__cyan-90: #012749 !global;
|
|
697
|
+
$ibm-color__cyan-100: #061727 !global;
|
|
698
|
+
$ibm-color__gray-10: #f4f4f4 !global;
|
|
699
|
+
$ibm-color__gray-20: #e0e0e0 !global;
|
|
700
|
+
$ibm-color__gray-30: #c6c6c6 !global;
|
|
701
|
+
$ibm-color__gray-40: #a8a8a8 !global;
|
|
702
|
+
$ibm-color__gray-50: #8d8d8d !global;
|
|
703
|
+
$ibm-color__gray-60: #6f6f6f !global;
|
|
704
|
+
$ibm-color__gray-70: #525252 !global;
|
|
705
|
+
$ibm-color__gray-80: #393939 !global;
|
|
706
|
+
$ibm-color__gray-90: #262626 !global;
|
|
707
|
+
$ibm-color__gray-100: #161616 !global;
|
|
708
|
+
$ibm-color__green-10: #defbe6 !global;
|
|
709
|
+
$ibm-color__green-20: #a7f0ba !global;
|
|
710
|
+
$ibm-color__green-30: #6fdc8c !global;
|
|
711
|
+
$ibm-color__green-40: #42be65 !global;
|
|
712
|
+
$ibm-color__green-50: #24a148 !global;
|
|
713
|
+
$ibm-color__green-60: #198038 !global;
|
|
714
|
+
$ibm-color__green-70: #0e6027 !global;
|
|
715
|
+
$ibm-color__green-80: #044317 !global;
|
|
716
|
+
$ibm-color__green-90: #022d0d !global;
|
|
717
|
+
$ibm-color__green-100: #071908 !global;
|
|
718
|
+
$ibm-color__magenta-10: #fff0f7 !global;
|
|
719
|
+
$ibm-color__magenta-20: #ffd6e8 !global;
|
|
720
|
+
$ibm-color__magenta-30: #ffafd2 !global;
|
|
721
|
+
$ibm-color__magenta-40: #ff7eb6 !global;
|
|
722
|
+
$ibm-color__magenta-50: #ee5396 !global;
|
|
723
|
+
$ibm-color__magenta-60: #d02670 !global;
|
|
724
|
+
$ibm-color__magenta-70: #9f1853 !global;
|
|
725
|
+
$ibm-color__magenta-80: #740937 !global;
|
|
726
|
+
$ibm-color__magenta-90: #510224 !global;
|
|
727
|
+
$ibm-color__magenta-100: #2a0a18 !global;
|
|
728
|
+
$ibm-color__orange-40: #ff832b !global;
|
|
729
|
+
$ibm-color__orange-60: #ba4e00 !global;
|
|
730
|
+
$ibm-color__orange-70: #8a3800 !global;
|
|
731
|
+
$ibm-color__purple-10: #f6f2ff !global;
|
|
732
|
+
$ibm-color__purple-20: #e8daff !global;
|
|
733
|
+
$ibm-color__purple-30: #d4bbff !global;
|
|
734
|
+
$ibm-color__purple-40: #be95ff !global;
|
|
735
|
+
$ibm-color__purple-50: #a56eff !global;
|
|
736
|
+
$ibm-color__purple-60: #8a3ffc !global;
|
|
737
|
+
$ibm-color__purple-70: #6929c4 !global;
|
|
738
|
+
$ibm-color__purple-80: #491d8b !global;
|
|
739
|
+
$ibm-color__purple-90: #31135e !global;
|
|
740
|
+
$ibm-color__purple-100: #1c0f30 !global;
|
|
741
|
+
$ibm-color__red-10: #fff1f1 !global;
|
|
742
|
+
$ibm-color__red-20: #ffd7d9 !global;
|
|
743
|
+
$ibm-color__red-30: #ffb3b8 !global;
|
|
744
|
+
$ibm-color__red-40: #ff8389 !global;
|
|
745
|
+
$ibm-color__red-50: #fa4d56 !global;
|
|
746
|
+
$ibm-color__red-60: #da1e28 !global;
|
|
747
|
+
$ibm-color__red-70: #a2191f !global;
|
|
748
|
+
$ibm-color__red-80: #750e13 !global;
|
|
749
|
+
$ibm-color__red-90: #520408 !global;
|
|
750
|
+
$ibm-color__red-100: #2d0709 !global;
|
|
751
|
+
$ibm-color__teal-10: #d9fbfb !global;
|
|
752
|
+
$ibm-color__teal-20: #9ef0f0 !global;
|
|
753
|
+
$ibm-color__teal-30: #3ddbd9 !global;
|
|
754
|
+
$ibm-color__teal-40: #08bdba !global;
|
|
755
|
+
$ibm-color__teal-50: #009d9a !global;
|
|
756
|
+
$ibm-color__teal-60: #007d79 !global;
|
|
757
|
+
$ibm-color__teal-70: #005d5d !global;
|
|
758
|
+
$ibm-color__teal-80: #004144 !global;
|
|
759
|
+
$ibm-color__teal-90: #022b30 !global;
|
|
760
|
+
$ibm-color__teal-100: #081a1c !global;
|
|
761
|
+
$ibm-color__warm-gray-10: #f7f3f2 !global;
|
|
762
|
+
$ibm-color__warm-gray-20: #e5e0df !global;
|
|
763
|
+
$ibm-color__warm-gray-30: #cac5c4 !global;
|
|
764
|
+
$ibm-color__warm-gray-40: #ada8a8 !global;
|
|
765
|
+
$ibm-color__warm-gray-50: #8f8b8b !global;
|
|
766
|
+
$ibm-color__warm-gray-60: #726e6e !global;
|
|
767
|
+
$ibm-color__warm-gray-70: #565151 !global;
|
|
768
|
+
$ibm-color__warm-gray-80: #3c3838 !global;
|
|
769
|
+
$ibm-color__warm-gray-90: #272525 !global;
|
|
770
|
+
$ibm-color__warm-gray-100: #171414 !global;
|
|
771
|
+
$ibm-color__white-0: #ffffff !global;
|
|
772
|
+
$ibm-color__yellow-20: #fdd13a !global;
|
|
773
|
+
$ibm-color__yellow-30: #f1c21b !global;
|
|
774
|
+
$ibm-color__yellow-40: #d2a106 !global;
|
|
775
|
+
$ibm-color__yellow-50: #b28600 !global;
|
|
122
776
|
$ibm-color-map: (
|
|
123
777
|
'black': (
|
|
124
778
|
100: #000000,
|
|
@@ -281,449 +935,122 @@
|
|
|
281
935
|
40: #d2a106,
|
|
282
936
|
50: #b28600,
|
|
283
937
|
),
|
|
284
|
-
) !
|
|
938
|
+
) !global;
|
|
285
939
|
}
|
|
940
|
+
|
|
286
941
|
/// Define color variables
|
|
287
942
|
/// @access public
|
|
288
943
|
/// @group @carbon/colors
|
|
289
|
-
$carbon--black-100: #000000;
|
|
290
|
-
$carbon--blue-10: #edf5ff;
|
|
291
|
-
$carbon--blue-20: #d0e2ff;
|
|
292
|
-
$carbon--blue-30: #a6c8ff;
|
|
293
|
-
$carbon--blue-40: #78a9ff;
|
|
294
|
-
$carbon--blue-50: #4589ff;
|
|
295
|
-
$carbon--blue-60: #0f62fe;
|
|
296
|
-
$carbon--blue-70: #0043ce;
|
|
297
|
-
$carbon--blue-80: #002d9c;
|
|
298
|
-
$carbon--blue-90: #001d6c;
|
|
299
|
-
$carbon--blue-100: #001141;
|
|
300
|
-
$carbon--cool-gray-10: #f2f4f8;
|
|
301
|
-
$carbon--cool-gray-20: #dde1e6;
|
|
302
|
-
$carbon--cool-gray-30: #c1c7cd;
|
|
303
|
-
$carbon--cool-gray-40: #a2a9b0;
|
|
304
|
-
$carbon--cool-gray-50: #878d96;
|
|
305
|
-
$carbon--cool-gray-60: #697077;
|
|
306
|
-
$carbon--cool-gray-70: #4d5358;
|
|
307
|
-
$carbon--cool-gray-80: #343a3f;
|
|
308
|
-
$carbon--cool-gray-90: #21272a;
|
|
309
|
-
$carbon--cool-gray-100: #121619;
|
|
310
|
-
$carbon--cyan-10: #e5f6ff;
|
|
311
|
-
$carbon--cyan-20: #bae6ff;
|
|
312
|
-
$carbon--cyan-30: #82cfff;
|
|
313
|
-
$carbon--cyan-40: #33b1ff;
|
|
314
|
-
$carbon--cyan-50: #1192e8;
|
|
315
|
-
$carbon--cyan-60: #0072c3;
|
|
316
|
-
$carbon--cyan-70: #00539a;
|
|
317
|
-
$carbon--cyan-80: #003a6d;
|
|
318
|
-
$carbon--cyan-90: #012749;
|
|
319
|
-
$carbon--cyan-100: #061727;
|
|
320
|
-
$carbon--gray-10: #f4f4f4;
|
|
321
|
-
$carbon--gray-20: #e0e0e0;
|
|
322
|
-
$carbon--gray-30: #c6c6c6;
|
|
323
|
-
$carbon--gray-40: #a8a8a8;
|
|
324
|
-
$carbon--gray-50: #8d8d8d;
|
|
325
|
-
$carbon--gray-60: #6f6f6f;
|
|
326
|
-
$carbon--gray-70: #525252;
|
|
327
|
-
$carbon--gray-80: #393939;
|
|
328
|
-
$carbon--gray-90: #262626;
|
|
329
|
-
$carbon--gray-100: #161616;
|
|
330
|
-
$carbon--green-10: #defbe6;
|
|
331
|
-
$carbon--green-20: #a7f0ba;
|
|
332
|
-
$carbon--green-30: #6fdc8c;
|
|
333
|
-
$carbon--green-40: #42be65;
|
|
334
|
-
$carbon--green-50: #24a148;
|
|
335
|
-
$carbon--green-60: #198038;
|
|
336
|
-
$carbon--green-70: #0e6027;
|
|
337
|
-
$carbon--green-80: #044317;
|
|
338
|
-
$carbon--green-90: #022d0d;
|
|
339
|
-
$carbon--green-100: #071908;
|
|
340
|
-
$carbon--magenta-10: #fff0f7;
|
|
341
|
-
$carbon--magenta-20: #ffd6e8;
|
|
342
|
-
$carbon--magenta-30: #ffafd2;
|
|
343
|
-
$carbon--magenta-40: #ff7eb6;
|
|
344
|
-
$carbon--magenta-50: #ee5396;
|
|
345
|
-
$carbon--magenta-60: #d02670;
|
|
346
|
-
$carbon--magenta-70: #9f1853;
|
|
347
|
-
$carbon--magenta-80: #740937;
|
|
348
|
-
$carbon--magenta-90: #510224;
|
|
349
|
-
$carbon--magenta-100: #2a0a18;
|
|
350
|
-
$carbon--orange-40: #ff832b;
|
|
351
|
-
$carbon--orange-60: #ba4e00;
|
|
352
|
-
$carbon--orange-70: #8a3800;
|
|
353
|
-
$carbon--purple-10: #f6f2ff;
|
|
354
|
-
$carbon--purple-20: #e8daff;
|
|
355
|
-
$carbon--purple-30: #d4bbff;
|
|
356
|
-
$carbon--purple-40: #be95ff;
|
|
357
|
-
$carbon--purple-50: #a56eff;
|
|
358
|
-
$carbon--purple-60: #8a3ffc;
|
|
359
|
-
$carbon--purple-70: #6929c4;
|
|
360
|
-
$carbon--purple-80: #491d8b;
|
|
361
|
-
$carbon--purple-90: #31135e;
|
|
362
|
-
$carbon--purple-100: #1c0f30;
|
|
363
|
-
$carbon--red-10: #fff1f1;
|
|
364
|
-
$carbon--red-20: #ffd7d9;
|
|
365
|
-
$carbon--red-30: #ffb3b8;
|
|
366
|
-
$carbon--red-40: #ff8389;
|
|
367
|
-
$carbon--red-50: #fa4d56;
|
|
368
|
-
$carbon--red-60: #da1e28;
|
|
369
|
-
$carbon--red-70: #a2191f;
|
|
370
|
-
$carbon--red-80: #750e13;
|
|
371
|
-
$carbon--red-90: #520408;
|
|
372
|
-
$carbon--red-100: #2d0709;
|
|
373
|
-
$carbon--teal-10: #d9fbfb;
|
|
374
|
-
$carbon--teal-20: #9ef0f0;
|
|
375
|
-
$carbon--teal-30: #3ddbd9;
|
|
376
|
-
$carbon--teal-40: #08bdba;
|
|
377
|
-
$carbon--teal-50: #009d9a;
|
|
378
|
-
$carbon--teal-60: #007d79;
|
|
379
|
-
$carbon--teal-70: #005d5d;
|
|
380
|
-
$carbon--teal-80: #004144;
|
|
381
|
-
$carbon--teal-90: #022b30;
|
|
382
|
-
$carbon--teal-100: #081a1c;
|
|
383
|
-
$carbon--warm-gray-10: #f7f3f2;
|
|
384
|
-
$carbon--warm-gray-20: #e5e0df;
|
|
385
|
-
$carbon--warm-gray-30: #cac5c4;
|
|
386
|
-
$carbon--warm-gray-40: #ada8a8;
|
|
387
|
-
$carbon--warm-gray-50: #8f8b8b;
|
|
388
|
-
$carbon--warm-gray-60: #726e6e;
|
|
389
|
-
$carbon--warm-gray-70: #565151;
|
|
390
|
-
$carbon--warm-gray-80: #3c3838;
|
|
391
|
-
$carbon--warm-gray-90: #272525;
|
|
392
|
-
$carbon--warm-gray-100: #171414;
|
|
393
|
-
$carbon--white-0: #ffffff;
|
|
394
|
-
$carbon--yellow-20: #fdd13a;
|
|
395
|
-
$carbon--yellow-30: #f1c21b;
|
|
396
|
-
$carbon--yellow-40: #d2a106;
|
|
397
|
-
$carbon--yellow-50: #b28600;
|
|
398
|
-
$black-100: #000000;
|
|
399
|
-
$blue-10: #edf5ff;
|
|
400
|
-
$blue-20: #d0e2ff;
|
|
401
|
-
$blue-30: #a6c8ff;
|
|
402
|
-
$blue-40: #78a9ff;
|
|
403
|
-
$blue-50: #4589ff;
|
|
404
|
-
$blue-60: #0f62fe;
|
|
405
|
-
$blue-70: #0043ce;
|
|
406
|
-
$blue-80: #002d9c;
|
|
407
|
-
$blue-90: #001d6c;
|
|
408
|
-
$blue-100: #001141;
|
|
409
|
-
$cool-gray-10: #f2f4f8;
|
|
410
|
-
$cool-gray-20: #dde1e6;
|
|
411
|
-
$cool-gray-30: #c1c7cd;
|
|
412
|
-
$cool-gray-40: #a2a9b0;
|
|
413
|
-
$cool-gray-50: #878d96;
|
|
414
|
-
$cool-gray-60: #697077;
|
|
415
|
-
$cool-gray-70: #4d5358;
|
|
416
|
-
$cool-gray-80: #343a3f;
|
|
417
|
-
$cool-gray-90: #21272a;
|
|
418
|
-
$cool-gray-100: #121619;
|
|
419
|
-
$cyan-10: #e5f6ff;
|
|
420
|
-
$cyan-20: #bae6ff;
|
|
421
|
-
$cyan-30: #82cfff;
|
|
422
|
-
$cyan-40: #33b1ff;
|
|
423
|
-
$cyan-50: #1192e8;
|
|
424
|
-
$cyan-60: #0072c3;
|
|
425
|
-
$cyan-70: #00539a;
|
|
426
|
-
$cyan-80: #003a6d;
|
|
427
|
-
$cyan-90: #012749;
|
|
428
|
-
$cyan-100: #061727;
|
|
429
|
-
$gray-10: #f4f4f4;
|
|
430
|
-
$gray-20: #e0e0e0;
|
|
431
|
-
$gray-30: #c6c6c6;
|
|
432
|
-
$gray-40: #a8a8a8;
|
|
433
|
-
$gray-50: #8d8d8d;
|
|
434
|
-
$gray-60: #6f6f6f;
|
|
435
|
-
$gray-70: #525252;
|
|
436
|
-
$gray-80: #393939;
|
|
437
|
-
$gray-90: #262626;
|
|
438
|
-
$gray-100: #161616;
|
|
439
|
-
$green-10: #defbe6;
|
|
440
|
-
$green-20: #a7f0ba;
|
|
441
|
-
$green-30: #6fdc8c;
|
|
442
|
-
$green-40: #42be65;
|
|
443
|
-
$green-50: #24a148;
|
|
444
|
-
$green-60: #198038;
|
|
445
|
-
$green-70: #0e6027;
|
|
446
|
-
$green-80: #044317;
|
|
447
|
-
$green-90: #022d0d;
|
|
448
|
-
$green-100: #071908;
|
|
449
|
-
$magenta-10: #fff0f7;
|
|
450
|
-
$magenta-20: #ffd6e8;
|
|
451
|
-
$magenta-30: #ffafd2;
|
|
452
|
-
$magenta-40: #ff7eb6;
|
|
453
|
-
$magenta-50: #ee5396;
|
|
454
|
-
$magenta-60: #d02670;
|
|
455
|
-
$magenta-70: #9f1853;
|
|
456
|
-
$magenta-80: #740937;
|
|
457
|
-
$magenta-90: #510224;
|
|
458
|
-
$magenta-100: #2a0a18;
|
|
459
|
-
$orange-40: #ff832b;
|
|
460
|
-
$orange-60: #ba4e00;
|
|
461
|
-
$orange-70: #8a3800;
|
|
462
|
-
$purple-10: #f6f2ff;
|
|
463
|
-
$purple-20: #e8daff;
|
|
464
|
-
$purple-30: #d4bbff;
|
|
465
|
-
$purple-40: #be95ff;
|
|
466
|
-
$purple-50: #a56eff;
|
|
467
|
-
$purple-60: #8a3ffc;
|
|
468
|
-
$purple-70: #6929c4;
|
|
469
|
-
$purple-80: #491d8b;
|
|
470
|
-
$purple-90: #31135e;
|
|
471
|
-
$purple-100: #1c0f30;
|
|
472
|
-
$red-10: #fff1f1;
|
|
473
|
-
$red-20: #ffd7d9;
|
|
474
|
-
$red-30: #ffb3b8;
|
|
475
|
-
$red-40: #ff8389;
|
|
476
|
-
$red-50: #fa4d56;
|
|
477
|
-
$red-60: #da1e28;
|
|
478
|
-
$red-70: #a2191f;
|
|
479
|
-
$red-80: #750e13;
|
|
480
|
-
$red-90: #520408;
|
|
481
|
-
$red-100: #2d0709;
|
|
482
|
-
$teal-10: #d9fbfb;
|
|
483
|
-
$teal-20: #9ef0f0;
|
|
484
|
-
$teal-30: #3ddbd9;
|
|
485
|
-
$teal-40: #08bdba;
|
|
486
|
-
$teal-50: #009d9a;
|
|
487
|
-
$teal-60: #007d79;
|
|
488
|
-
$teal-70: #005d5d;
|
|
489
|
-
$teal-80: #004144;
|
|
490
|
-
$teal-90: #022b30;
|
|
491
|
-
$teal-100: #081a1c;
|
|
492
|
-
$warm-gray-10: #f7f3f2;
|
|
493
|
-
$warm-gray-20: #e5e0df;
|
|
494
|
-
$warm-gray-30: #cac5c4;
|
|
495
|
-
$warm-gray-40: #ada8a8;
|
|
496
|
-
$warm-gray-50: #8f8b8b;
|
|
497
|
-
$warm-gray-60: #726e6e;
|
|
498
|
-
$warm-gray-70: #565151;
|
|
499
|
-
$warm-gray-80: #3c3838;
|
|
500
|
-
$warm-gray-90: #272525;
|
|
501
|
-
$warm-gray-100: #171414;
|
|
502
|
-
$white-0: #ffffff;
|
|
503
|
-
$yellow-20: #fdd13a;
|
|
504
|
-
$yellow-30: #f1c21b;
|
|
505
|
-
$yellow-40: #d2a106;
|
|
506
|
-
$yellow-50: #b28600;
|
|
507
|
-
|
|
508
944
|
@mixin carbon--colors() {
|
|
509
|
-
$carbon--black-100: #000000 !
|
|
510
|
-
$carbon--blue-10: #edf5ff !
|
|
511
|
-
$carbon--blue-20: #d0e2ff !
|
|
512
|
-
$carbon--blue-30: #a6c8ff !
|
|
513
|
-
$carbon--blue-40: #78a9ff !
|
|
514
|
-
$carbon--blue-50: #4589ff !
|
|
515
|
-
$carbon--blue-60: #0f62fe !
|
|
516
|
-
$carbon--blue-70: #0043ce !
|
|
517
|
-
$carbon--blue-80: #002d9c !
|
|
518
|
-
$carbon--blue-90: #001d6c !
|
|
519
|
-
$carbon--blue-100: #001141 !
|
|
520
|
-
$carbon--cool-gray-10: #f2f4f8 !
|
|
521
|
-
$carbon--cool-gray-20: #dde1e6 !
|
|
522
|
-
$carbon--cool-gray-30: #c1c7cd !
|
|
523
|
-
$carbon--cool-gray-40: #a2a9b0 !
|
|
524
|
-
$carbon--cool-gray-50: #878d96 !
|
|
525
|
-
$carbon--cool-gray-60: #697077 !
|
|
526
|
-
$carbon--cool-gray-70: #4d5358 !
|
|
527
|
-
$carbon--cool-gray-80: #343a3f !
|
|
528
|
-
$carbon--cool-gray-90: #21272a !
|
|
529
|
-
$carbon--cool-gray-100: #121619 !
|
|
530
|
-
$carbon--cyan-10: #e5f6ff !
|
|
531
|
-
$carbon--cyan-20: #bae6ff !
|
|
532
|
-
$carbon--cyan-30: #82cfff !
|
|
533
|
-
$carbon--cyan-40: #33b1ff !
|
|
534
|
-
$carbon--cyan-50: #1192e8 !
|
|
535
|
-
$carbon--cyan-60: #0072c3 !
|
|
536
|
-
$carbon--cyan-70: #00539a !
|
|
537
|
-
$carbon--cyan-80: #003a6d !
|
|
538
|
-
$carbon--cyan-90: #012749 !
|
|
539
|
-
$carbon--cyan-100: #061727 !
|
|
540
|
-
$carbon--gray-10: #f4f4f4 !
|
|
541
|
-
$carbon--gray-20: #e0e0e0 !
|
|
542
|
-
$carbon--gray-30: #c6c6c6 !
|
|
543
|
-
$carbon--gray-40: #a8a8a8 !
|
|
544
|
-
$carbon--gray-50: #8d8d8d !
|
|
545
|
-
$carbon--gray-60: #6f6f6f !
|
|
546
|
-
$carbon--gray-70: #525252 !
|
|
547
|
-
$carbon--gray-80: #393939 !
|
|
548
|
-
$carbon--gray-90: #262626 !
|
|
549
|
-
$carbon--gray-100: #161616 !
|
|
550
|
-
$carbon--green-10: #defbe6 !
|
|
551
|
-
$carbon--green-20: #a7f0ba !
|
|
552
|
-
$carbon--green-30: #6fdc8c !
|
|
553
|
-
$carbon--green-40: #42be65 !
|
|
554
|
-
$carbon--green-50: #24a148 !
|
|
555
|
-
$carbon--green-60: #198038 !
|
|
556
|
-
$carbon--green-70: #0e6027 !
|
|
557
|
-
$carbon--green-80: #044317 !
|
|
558
|
-
$carbon--green-90: #022d0d !
|
|
559
|
-
$carbon--green-100: #071908 !
|
|
560
|
-
$carbon--magenta-10: #fff0f7 !
|
|
561
|
-
$carbon--magenta-20: #ffd6e8 !
|
|
562
|
-
$carbon--magenta-30: #ffafd2 !
|
|
563
|
-
$carbon--magenta-40: #ff7eb6 !
|
|
564
|
-
$carbon--magenta-50: #ee5396 !
|
|
565
|
-
$carbon--magenta-60: #d02670 !
|
|
566
|
-
$carbon--magenta-70: #9f1853 !
|
|
567
|
-
$carbon--magenta-80: #740937 !
|
|
568
|
-
$carbon--magenta-90: #510224 !
|
|
569
|
-
$carbon--magenta-100: #2a0a18 !
|
|
570
|
-
$carbon--orange-40: #ff832b !
|
|
571
|
-
$carbon--orange-60: #ba4e00 !
|
|
572
|
-
$carbon--orange-70: #8a3800 !
|
|
573
|
-
$carbon--purple-10: #f6f2ff !
|
|
574
|
-
$carbon--purple-20: #e8daff !
|
|
575
|
-
$carbon--purple-30: #d4bbff !
|
|
576
|
-
$carbon--purple-40: #be95ff !
|
|
577
|
-
$carbon--purple-50: #a56eff !
|
|
578
|
-
$carbon--purple-60: #8a3ffc !
|
|
579
|
-
$carbon--purple-70: #6929c4 !
|
|
580
|
-
$carbon--purple-80: #491d8b !
|
|
581
|
-
$carbon--purple-90: #31135e !
|
|
582
|
-
$carbon--purple-100: #1c0f30 !
|
|
583
|
-
$carbon--red-10: #fff1f1 !
|
|
584
|
-
$carbon--red-20: #ffd7d9 !
|
|
585
|
-
$carbon--red-30: #ffb3b8 !
|
|
586
|
-
$carbon--red-40: #ff8389 !
|
|
587
|
-
$carbon--red-50: #fa4d56 !
|
|
588
|
-
$carbon--red-60: #da1e28 !
|
|
589
|
-
$carbon--red-70: #a2191f !
|
|
590
|
-
$carbon--red-80: #750e13 !
|
|
591
|
-
$carbon--red-90: #520408 !
|
|
592
|
-
$carbon--red-100: #2d0709 !
|
|
593
|
-
$carbon--teal-10: #d9fbfb !
|
|
594
|
-
$carbon--teal-20: #9ef0f0 !
|
|
595
|
-
$carbon--teal-30: #3ddbd9 !
|
|
596
|
-
$carbon--teal-40: #08bdba !
|
|
597
|
-
$carbon--teal-50: #009d9a !
|
|
598
|
-
$carbon--teal-60: #007d79 !
|
|
599
|
-
$carbon--teal-70: #005d5d !
|
|
600
|
-
$carbon--teal-80: #004144 !
|
|
601
|
-
$carbon--teal-90: #022b30 !
|
|
602
|
-
$carbon--teal-100: #081a1c !
|
|
603
|
-
$carbon--warm-gray-10: #f7f3f2 !
|
|
604
|
-
$carbon--warm-gray-20: #e5e0df !
|
|
605
|
-
$carbon--warm-gray-30: #cac5c4 !
|
|
606
|
-
$carbon--warm-gray-40: #ada8a8 !
|
|
607
|
-
$carbon--warm-gray-50: #8f8b8b !
|
|
608
|
-
$carbon--warm-gray-60: #726e6e !
|
|
609
|
-
$carbon--warm-gray-70: #565151 !
|
|
610
|
-
$carbon--warm-gray-80: #3c3838 !
|
|
611
|
-
$carbon--warm-gray-90: #272525 !
|
|
612
|
-
$carbon--warm-gray-100: #171414 !
|
|
613
|
-
$carbon--white-0: #ffffff !
|
|
614
|
-
$carbon--yellow-20: #fdd13a !
|
|
615
|
-
$carbon--yellow-30: #f1c21b !
|
|
616
|
-
$carbon--yellow-40: #d2a106 !
|
|
617
|
-
$carbon--yellow-50: #b28600 !
|
|
618
|
-
$black-100: #000000 !default;
|
|
619
|
-
$blue-10: #edf5ff !default;
|
|
620
|
-
$blue-20: #d0e2ff !default;
|
|
621
|
-
$blue-30: #a6c8ff !default;
|
|
622
|
-
$blue-40: #78a9ff !default;
|
|
623
|
-
$blue-50: #4589ff !default;
|
|
624
|
-
$blue-60: #0f62fe !default;
|
|
625
|
-
$blue-70: #0043ce !default;
|
|
626
|
-
$blue-80: #002d9c !default;
|
|
627
|
-
$blue-90: #001d6c !default;
|
|
628
|
-
$blue-100: #001141 !default;
|
|
629
|
-
$cool-gray-10: #f2f4f8 !default;
|
|
630
|
-
$cool-gray-20: #dde1e6 !default;
|
|
631
|
-
$cool-gray-30: #c1c7cd !default;
|
|
632
|
-
$cool-gray-40: #a2a9b0 !default;
|
|
633
|
-
$cool-gray-50: #878d96 !default;
|
|
634
|
-
$cool-gray-60: #697077 !default;
|
|
635
|
-
$cool-gray-70: #4d5358 !default;
|
|
636
|
-
$cool-gray-80: #343a3f !default;
|
|
637
|
-
$cool-gray-90: #21272a !default;
|
|
638
|
-
$cool-gray-100: #121619 !default;
|
|
639
|
-
$cyan-10: #e5f6ff !default;
|
|
640
|
-
$cyan-20: #bae6ff !default;
|
|
641
|
-
$cyan-30: #82cfff !default;
|
|
642
|
-
$cyan-40: #33b1ff !default;
|
|
643
|
-
$cyan-50: #1192e8 !default;
|
|
644
|
-
$cyan-60: #0072c3 !default;
|
|
645
|
-
$cyan-70: #00539a !default;
|
|
646
|
-
$cyan-80: #003a6d !default;
|
|
647
|
-
$cyan-90: #012749 !default;
|
|
648
|
-
$cyan-100: #061727 !default;
|
|
649
|
-
$gray-10: #f4f4f4 !default;
|
|
650
|
-
$gray-20: #e0e0e0 !default;
|
|
651
|
-
$gray-30: #c6c6c6 !default;
|
|
652
|
-
$gray-40: #a8a8a8 !default;
|
|
653
|
-
$gray-50: #8d8d8d !default;
|
|
654
|
-
$gray-60: #6f6f6f !default;
|
|
655
|
-
$gray-70: #525252 !default;
|
|
656
|
-
$gray-80: #393939 !default;
|
|
657
|
-
$gray-90: #262626 !default;
|
|
658
|
-
$gray-100: #161616 !default;
|
|
659
|
-
$green-10: #defbe6 !default;
|
|
660
|
-
$green-20: #a7f0ba !default;
|
|
661
|
-
$green-30: #6fdc8c !default;
|
|
662
|
-
$green-40: #42be65 !default;
|
|
663
|
-
$green-50: #24a148 !default;
|
|
664
|
-
$green-60: #198038 !default;
|
|
665
|
-
$green-70: #0e6027 !default;
|
|
666
|
-
$green-80: #044317 !default;
|
|
667
|
-
$green-90: #022d0d !default;
|
|
668
|
-
$green-100: #071908 !default;
|
|
669
|
-
$magenta-10: #fff0f7 !default;
|
|
670
|
-
$magenta-20: #ffd6e8 !default;
|
|
671
|
-
$magenta-30: #ffafd2 !default;
|
|
672
|
-
$magenta-40: #ff7eb6 !default;
|
|
673
|
-
$magenta-50: #ee5396 !default;
|
|
674
|
-
$magenta-60: #d02670 !default;
|
|
675
|
-
$magenta-70: #9f1853 !default;
|
|
676
|
-
$magenta-80: #740937 !default;
|
|
677
|
-
$magenta-90: #510224 !default;
|
|
678
|
-
$magenta-100: #2a0a18 !default;
|
|
679
|
-
$orange-40: #ff832b !default;
|
|
680
|
-
$orange-60: #ba4e00 !default;
|
|
681
|
-
$orange-70: #8a3800 !default;
|
|
682
|
-
$purple-10: #f6f2ff !default;
|
|
683
|
-
$purple-20: #e8daff !default;
|
|
684
|
-
$purple-30: #d4bbff !default;
|
|
685
|
-
$purple-40: #be95ff !default;
|
|
686
|
-
$purple-50: #a56eff !default;
|
|
687
|
-
$purple-60: #8a3ffc !default;
|
|
688
|
-
$purple-70: #6929c4 !default;
|
|
689
|
-
$purple-80: #491d8b !default;
|
|
690
|
-
$purple-90: #31135e !default;
|
|
691
|
-
$purple-100: #1c0f30 !default;
|
|
692
|
-
$red-10: #fff1f1 !default;
|
|
693
|
-
$red-20: #ffd7d9 !default;
|
|
694
|
-
$red-30: #ffb3b8 !default;
|
|
695
|
-
$red-40: #ff8389 !default;
|
|
696
|
-
$red-50: #fa4d56 !default;
|
|
697
|
-
$red-60: #da1e28 !default;
|
|
698
|
-
$red-70: #a2191f !default;
|
|
699
|
-
$red-80: #750e13 !default;
|
|
700
|
-
$red-90: #520408 !default;
|
|
701
|
-
$red-100: #2d0709 !default;
|
|
702
|
-
$teal-10: #d9fbfb !default;
|
|
703
|
-
$teal-20: #9ef0f0 !default;
|
|
704
|
-
$teal-30: #3ddbd9 !default;
|
|
705
|
-
$teal-40: #08bdba !default;
|
|
706
|
-
$teal-50: #009d9a !default;
|
|
707
|
-
$teal-60: #007d79 !default;
|
|
708
|
-
$teal-70: #005d5d !default;
|
|
709
|
-
$teal-80: #004144 !default;
|
|
710
|
-
$teal-90: #022b30 !default;
|
|
711
|
-
$teal-100: #081a1c !default;
|
|
712
|
-
$warm-gray-10: #f7f3f2 !default;
|
|
713
|
-
$warm-gray-20: #e5e0df !default;
|
|
714
|
-
$warm-gray-30: #cac5c4 !default;
|
|
715
|
-
$warm-gray-40: #ada8a8 !default;
|
|
716
|
-
$warm-gray-50: #8f8b8b !default;
|
|
717
|
-
$warm-gray-60: #726e6e !default;
|
|
718
|
-
$warm-gray-70: #565151 !default;
|
|
719
|
-
$warm-gray-80: #3c3838 !default;
|
|
720
|
-
$warm-gray-90: #272525 !default;
|
|
721
|
-
$warm-gray-100: #171414 !default;
|
|
722
|
-
$white-0: #ffffff !default;
|
|
723
|
-
$yellow-20: #fdd13a !default;
|
|
724
|
-
$yellow-30: #f1c21b !default;
|
|
725
|
-
$yellow-40: #d2a106 !default;
|
|
726
|
-
$yellow-50: #b28600 !default;
|
|
945
|
+
$carbon--black-100: #000000 !global;
|
|
946
|
+
$carbon--blue-10: #edf5ff !global;
|
|
947
|
+
$carbon--blue-20: #d0e2ff !global;
|
|
948
|
+
$carbon--blue-30: #a6c8ff !global;
|
|
949
|
+
$carbon--blue-40: #78a9ff !global;
|
|
950
|
+
$carbon--blue-50: #4589ff !global;
|
|
951
|
+
$carbon--blue-60: #0f62fe !global;
|
|
952
|
+
$carbon--blue-70: #0043ce !global;
|
|
953
|
+
$carbon--blue-80: #002d9c !global;
|
|
954
|
+
$carbon--blue-90: #001d6c !global;
|
|
955
|
+
$carbon--blue-100: #001141 !global;
|
|
956
|
+
$carbon--cool-gray-10: #f2f4f8 !global;
|
|
957
|
+
$carbon--cool-gray-20: #dde1e6 !global;
|
|
958
|
+
$carbon--cool-gray-30: #c1c7cd !global;
|
|
959
|
+
$carbon--cool-gray-40: #a2a9b0 !global;
|
|
960
|
+
$carbon--cool-gray-50: #878d96 !global;
|
|
961
|
+
$carbon--cool-gray-60: #697077 !global;
|
|
962
|
+
$carbon--cool-gray-70: #4d5358 !global;
|
|
963
|
+
$carbon--cool-gray-80: #343a3f !global;
|
|
964
|
+
$carbon--cool-gray-90: #21272a !global;
|
|
965
|
+
$carbon--cool-gray-100: #121619 !global;
|
|
966
|
+
$carbon--cyan-10: #e5f6ff !global;
|
|
967
|
+
$carbon--cyan-20: #bae6ff !global;
|
|
968
|
+
$carbon--cyan-30: #82cfff !global;
|
|
969
|
+
$carbon--cyan-40: #33b1ff !global;
|
|
970
|
+
$carbon--cyan-50: #1192e8 !global;
|
|
971
|
+
$carbon--cyan-60: #0072c3 !global;
|
|
972
|
+
$carbon--cyan-70: #00539a !global;
|
|
973
|
+
$carbon--cyan-80: #003a6d !global;
|
|
974
|
+
$carbon--cyan-90: #012749 !global;
|
|
975
|
+
$carbon--cyan-100: #061727 !global;
|
|
976
|
+
$carbon--gray-10: #f4f4f4 !global;
|
|
977
|
+
$carbon--gray-20: #e0e0e0 !global;
|
|
978
|
+
$carbon--gray-30: #c6c6c6 !global;
|
|
979
|
+
$carbon--gray-40: #a8a8a8 !global;
|
|
980
|
+
$carbon--gray-50: #8d8d8d !global;
|
|
981
|
+
$carbon--gray-60: #6f6f6f !global;
|
|
982
|
+
$carbon--gray-70: #525252 !global;
|
|
983
|
+
$carbon--gray-80: #393939 !global;
|
|
984
|
+
$carbon--gray-90: #262626 !global;
|
|
985
|
+
$carbon--gray-100: #161616 !global;
|
|
986
|
+
$carbon--green-10: #defbe6 !global;
|
|
987
|
+
$carbon--green-20: #a7f0ba !global;
|
|
988
|
+
$carbon--green-30: #6fdc8c !global;
|
|
989
|
+
$carbon--green-40: #42be65 !global;
|
|
990
|
+
$carbon--green-50: #24a148 !global;
|
|
991
|
+
$carbon--green-60: #198038 !global;
|
|
992
|
+
$carbon--green-70: #0e6027 !global;
|
|
993
|
+
$carbon--green-80: #044317 !global;
|
|
994
|
+
$carbon--green-90: #022d0d !global;
|
|
995
|
+
$carbon--green-100: #071908 !global;
|
|
996
|
+
$carbon--magenta-10: #fff0f7 !global;
|
|
997
|
+
$carbon--magenta-20: #ffd6e8 !global;
|
|
998
|
+
$carbon--magenta-30: #ffafd2 !global;
|
|
999
|
+
$carbon--magenta-40: #ff7eb6 !global;
|
|
1000
|
+
$carbon--magenta-50: #ee5396 !global;
|
|
1001
|
+
$carbon--magenta-60: #d02670 !global;
|
|
1002
|
+
$carbon--magenta-70: #9f1853 !global;
|
|
1003
|
+
$carbon--magenta-80: #740937 !global;
|
|
1004
|
+
$carbon--magenta-90: #510224 !global;
|
|
1005
|
+
$carbon--magenta-100: #2a0a18 !global;
|
|
1006
|
+
$carbon--orange-40: #ff832b !global;
|
|
1007
|
+
$carbon--orange-60: #ba4e00 !global;
|
|
1008
|
+
$carbon--orange-70: #8a3800 !global;
|
|
1009
|
+
$carbon--purple-10: #f6f2ff !global;
|
|
1010
|
+
$carbon--purple-20: #e8daff !global;
|
|
1011
|
+
$carbon--purple-30: #d4bbff !global;
|
|
1012
|
+
$carbon--purple-40: #be95ff !global;
|
|
1013
|
+
$carbon--purple-50: #a56eff !global;
|
|
1014
|
+
$carbon--purple-60: #8a3ffc !global;
|
|
1015
|
+
$carbon--purple-70: #6929c4 !global;
|
|
1016
|
+
$carbon--purple-80: #491d8b !global;
|
|
1017
|
+
$carbon--purple-90: #31135e !global;
|
|
1018
|
+
$carbon--purple-100: #1c0f30 !global;
|
|
1019
|
+
$carbon--red-10: #fff1f1 !global;
|
|
1020
|
+
$carbon--red-20: #ffd7d9 !global;
|
|
1021
|
+
$carbon--red-30: #ffb3b8 !global;
|
|
1022
|
+
$carbon--red-40: #ff8389 !global;
|
|
1023
|
+
$carbon--red-50: #fa4d56 !global;
|
|
1024
|
+
$carbon--red-60: #da1e28 !global;
|
|
1025
|
+
$carbon--red-70: #a2191f !global;
|
|
1026
|
+
$carbon--red-80: #750e13 !global;
|
|
1027
|
+
$carbon--red-90: #520408 !global;
|
|
1028
|
+
$carbon--red-100: #2d0709 !global;
|
|
1029
|
+
$carbon--teal-10: #d9fbfb !global;
|
|
1030
|
+
$carbon--teal-20: #9ef0f0 !global;
|
|
1031
|
+
$carbon--teal-30: #3ddbd9 !global;
|
|
1032
|
+
$carbon--teal-40: #08bdba !global;
|
|
1033
|
+
$carbon--teal-50: #009d9a !global;
|
|
1034
|
+
$carbon--teal-60: #007d79 !global;
|
|
1035
|
+
$carbon--teal-70: #005d5d !global;
|
|
1036
|
+
$carbon--teal-80: #004144 !global;
|
|
1037
|
+
$carbon--teal-90: #022b30 !global;
|
|
1038
|
+
$carbon--teal-100: #081a1c !global;
|
|
1039
|
+
$carbon--warm-gray-10: #f7f3f2 !global;
|
|
1040
|
+
$carbon--warm-gray-20: #e5e0df !global;
|
|
1041
|
+
$carbon--warm-gray-30: #cac5c4 !global;
|
|
1042
|
+
$carbon--warm-gray-40: #ada8a8 !global;
|
|
1043
|
+
$carbon--warm-gray-50: #8f8b8b !global;
|
|
1044
|
+
$carbon--warm-gray-60: #726e6e !global;
|
|
1045
|
+
$carbon--warm-gray-70: #565151 !global;
|
|
1046
|
+
$carbon--warm-gray-80: #3c3838 !global;
|
|
1047
|
+
$carbon--warm-gray-90: #272525 !global;
|
|
1048
|
+
$carbon--warm-gray-100: #171414 !global;
|
|
1049
|
+
$carbon--white-0: #ffffff !global;
|
|
1050
|
+
$carbon--yellow-20: #fdd13a !global;
|
|
1051
|
+
$carbon--yellow-30: #f1c21b !global;
|
|
1052
|
+
$carbon--yellow-40: #d2a106 !global;
|
|
1053
|
+
$carbon--yellow-50: #b28600 !global;
|
|
727
1054
|
$carbon--colors: (
|
|
728
1055
|
'black': (
|
|
729
1056
|
100: #000000,
|
|
@@ -886,5 +1213,5 @@ $yellow-50: #b28600;
|
|
|
886
1213
|
40: #d2a106,
|
|
887
1214
|
50: #b28600,
|
|
888
1215
|
),
|
|
889
|
-
) !
|
|
1216
|
+
) !global;
|
|
890
1217
|
}
|