polaris_tokens 1.3.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -10
- data/dist/Polaris.ase +0 -0
- data/dist/Polaris.clr +0 -0
- data/dist/Polaris.sketchpalette +152 -152
- data/dist/color-filters.color-map.scss +140 -0
- data/dist/color-filters.common.js +116 -0
- data/dist/color-filters.custom-properties.css +116 -0
- data/dist/color-filters.json +116 -0
- data/dist/color-filters.map.scss +232 -0
- data/dist/color-filters.raw.json +642 -0
- data/dist/color-filters.scss +114 -0
- data/dist/{colors.android-colors.xml → colors.android.xml} +12 -12
- data/dist/colors.ase.json +98 -103
- data/dist/colors.color-map.scss +51 -51
- data/dist/colors.common.js +49 -49
- data/dist/colors.custom-properties.css +49 -49
- data/dist/colors.json +49 -49
- data/dist/colors.map.scss +99 -99
- data/dist/colors.raw.json +238 -238
- data/dist/colors.scss +49 -49
- data/dist/index.common.js +49 -49
- data/dist/index.custom-properties.css +49 -49
- data/dist/index.d.ts +12 -12
- data/dist/index.json +49 -49
- data/dist/index.map.scss +99 -99
- data/dist/index.raw.json +238 -238
- data/dist/index.scss +49 -49
- data/package.json +16 -15
- metadata +10 -3
@@ -0,0 +1,232 @@
|
|
1
|
+
$polaris-color-filters-map: (
|
2
|
+
'color-purple-text': (
|
3
|
+
brightness(0) saturate(100%) invert(29%) sepia(3%) saturate(2843%)
|
4
|
+
hue-rotate(223deg) brightness(92%) contrast(86%),
|
5
|
+
),
|
6
|
+
'color-purple-darker': (
|
7
|
+
brightness(0) saturate(100%) invert(8%) sepia(38%) saturate(6605%)
|
8
|
+
hue-rotate(265deg) brightness(99%) contrast(124%),
|
9
|
+
),
|
10
|
+
'color-purple-dark': (
|
11
|
+
brightness(0) saturate(100%) invert(12%) sepia(46%) saturate(4964%)
|
12
|
+
hue-rotate(258deg) brightness(101%) contrast(93%),
|
13
|
+
),
|
14
|
+
'color-purple': (
|
15
|
+
brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(1864%)
|
16
|
+
hue-rotate(229deg) brightness(91%) contrast(91%),
|
17
|
+
),
|
18
|
+
'color-purple-light': (
|
19
|
+
brightness(0) saturate(100%) invert(82%) sepia(13%) saturate(1535%)
|
20
|
+
hue-rotate(203deg) brightness(103%) contrast(104%),
|
21
|
+
),
|
22
|
+
'color-purple-lighter': (
|
23
|
+
brightness(0) saturate(100%) invert(84%) sepia(15%) saturate(135%)
|
24
|
+
hue-rotate(219deg) brightness(110%) contrast(98%),
|
25
|
+
),
|
26
|
+
'color-indigo-text': (
|
27
|
+
brightness(0) saturate(100%) invert(24%) sepia(11%) saturate(1035%)
|
28
|
+
hue-rotate(195deg) brightness(97%) contrast(94%),
|
29
|
+
),
|
30
|
+
'color-indigo-darker': (
|
31
|
+
brightness(0) saturate(100%) invert(5%) sepia(81%) saturate(5060%)
|
32
|
+
hue-rotate(229deg) brightness(72%) contrast(111%),
|
33
|
+
),
|
34
|
+
'color-indigo-dark': (
|
35
|
+
brightness(0) saturate(100%) invert(17%) sepia(28%) saturate(4409%)
|
36
|
+
hue-rotate(218deg) brightness(87%) contrast(98%),
|
37
|
+
),
|
38
|
+
'color-indigo': (
|
39
|
+
brightness(0) saturate(100%) invert(45%) sepia(17%) saturate(1966%)
|
40
|
+
hue-rotate(194deg) brightness(88%) contrast(84%),
|
41
|
+
),
|
42
|
+
'color-indigo-light': (
|
43
|
+
brightness(0) saturate(100%) invert(82%) sepia(37%) saturate(4261%)
|
44
|
+
hue-rotate(194deg) brightness(111%) contrast(92%),
|
45
|
+
),
|
46
|
+
'color-indigo-lighter': (
|
47
|
+
brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(1090%)
|
48
|
+
hue-rotate(179deg) brightness(100%) contrast(96%),
|
49
|
+
),
|
50
|
+
'color-blue-text': (
|
51
|
+
brightness(0) saturate(100%) invert(27%) sepia(13%) saturate(709%)
|
52
|
+
hue-rotate(158deg) brightness(96%) contrast(89%),
|
53
|
+
),
|
54
|
+
'color-blue-darker': (
|
55
|
+
brightness(0) saturate(100%) invert(5%) sepia(33%) saturate(5606%)
|
56
|
+
hue-rotate(195deg) brightness(97%) contrast(102%),
|
57
|
+
),
|
58
|
+
'color-blue-dark': (
|
59
|
+
brightness(0) saturate(100%) invert(22%) sepia(70%) saturate(1308%)
|
60
|
+
hue-rotate(182deg) brightness(94%) contrast(101%),
|
61
|
+
),
|
62
|
+
'color-blue': (
|
63
|
+
brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(1186%)
|
64
|
+
hue-rotate(181deg) brightness(91%) contrast(103%),
|
65
|
+
),
|
66
|
+
'color-blue-light': (
|
67
|
+
brightness(0) saturate(100%) invert(80%) sepia(7%) saturate(1832%)
|
68
|
+
hue-rotate(178deg) brightness(108%) contrast(96%),
|
69
|
+
),
|
70
|
+
'color-blue-lighter': (
|
71
|
+
brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(686%)
|
72
|
+
hue-rotate(175deg) brightness(103%) contrast(96%),
|
73
|
+
),
|
74
|
+
'color-teal-text': (
|
75
|
+
brightness(0) saturate(100%) invert(31%) sepia(11%) saturate(665%)
|
76
|
+
hue-rotate(128deg) brightness(94%) contrast(93%),
|
77
|
+
),
|
78
|
+
'color-teal-darker': (
|
79
|
+
brightness(0) saturate(100%) invert(15%) sepia(23%) saturate(2237%)
|
80
|
+
hue-rotate(141deg) brightness(96%) contrast(104%),
|
81
|
+
),
|
82
|
+
'color-teal-dark': (
|
83
|
+
brightness(0) saturate(100%) invert(28%) sepia(83%) saturate(3919%)
|
84
|
+
hue-rotate(168deg) brightness(93%) contrast(101%),
|
85
|
+
),
|
86
|
+
'color-teal': (
|
87
|
+
brightness(0) saturate(100%) invert(72%) sepia(8%) saturate(2838%)
|
88
|
+
hue-rotate(130deg) brightness(92%) contrast(87%),
|
89
|
+
),
|
90
|
+
'color-teal-light': (
|
91
|
+
brightness(0) saturate(100%) invert(95%) sepia(12%) saturate(683%)
|
92
|
+
hue-rotate(122deg) brightness(97%) contrast(91%),
|
93
|
+
),
|
94
|
+
'color-teal-lighter': (
|
95
|
+
brightness(0) saturate(100%) invert(87%) sepia(5%) saturate(1124%)
|
96
|
+
hue-rotate(173deg) brightness(114%) contrast(92%),
|
97
|
+
),
|
98
|
+
'color-green-text': (
|
99
|
+
brightness(0) saturate(100%) invert(30%) sepia(8%) saturate(1010%)
|
100
|
+
hue-rotate(63deg) brightness(91%) contrast(91%),
|
101
|
+
),
|
102
|
+
'color-green-darker': (
|
103
|
+
brightness(0) saturate(100%) invert(15%) sepia(32%) saturate(727%)
|
104
|
+
hue-rotate(118deg) brightness(93%) contrast(91%),
|
105
|
+
),
|
106
|
+
'color-green-dark': (
|
107
|
+
brightness(0) saturate(100%) invert(18%) sepia(75%) saturate(6649%)
|
108
|
+
hue-rotate(155deg) brightness(97%) contrast(87%),
|
109
|
+
),
|
110
|
+
'color-green': (
|
111
|
+
brightness(0) saturate(100%) invert(56%) sepia(10%) saturate(2637%)
|
112
|
+
hue-rotate(64deg) brightness(106%) contrast(91%),
|
113
|
+
),
|
114
|
+
'color-green-light': (
|
115
|
+
brightness(0) saturate(100%) invert(93%) sepia(15%) saturate(599%)
|
116
|
+
hue-rotate(52deg) brightness(93%) contrast(93%),
|
117
|
+
),
|
118
|
+
'color-green-lighter': (
|
119
|
+
brightness(0) saturate(100%) invert(92%) sepia(51%) saturate(187%)
|
120
|
+
hue-rotate(46deg) brightness(108%) contrast(89%),
|
121
|
+
),
|
122
|
+
'color-yellow-text': (
|
123
|
+
brightness(0) saturate(100%) invert(28%) sepia(42%) saturate(413%)
|
124
|
+
hue-rotate(11deg) brightness(97%) contrast(91%),
|
125
|
+
),
|
126
|
+
'color-yellow-darker': (
|
127
|
+
brightness(0) saturate(100%) invert(19%) sepia(75%) saturate(981%)
|
128
|
+
hue-rotate(17deg) brightness(103%) contrast(103%),
|
129
|
+
),
|
130
|
+
'color-yellow-dark': (
|
131
|
+
brightness(0) saturate(100%) invert(45%) sepia(48%) saturate(6022%)
|
132
|
+
hue-rotate(31deg) brightness(93%) contrast(80%),
|
133
|
+
),
|
134
|
+
'color-yellow': (
|
135
|
+
brightness(0) saturate(100%) invert(65%) sepia(91%) saturate(530%)
|
136
|
+
hue-rotate(5deg) brightness(100%) contrast(100%),
|
137
|
+
),
|
138
|
+
'color-yellow-light': (
|
139
|
+
brightness(0) saturate(100%) invert(77%) sepia(72%) saturate(246%)
|
140
|
+
hue-rotate(355deg) brightness(103%) contrast(107%),
|
141
|
+
),
|
142
|
+
'color-yellow-lighter': (
|
143
|
+
brightness(0) saturate(100%) invert(88%) sepia(27%) saturate(234%)
|
144
|
+
hue-rotate(357deg) brightness(103%) contrast(98%),
|
145
|
+
),
|
146
|
+
'color-orange-text': (
|
147
|
+
brightness(0) saturate(100%) invert(23%) sepia(18%) saturate(1092%)
|
148
|
+
hue-rotate(348deg) brightness(99%) contrast(84%),
|
149
|
+
),
|
150
|
+
'color-orange-darker': (
|
151
|
+
brightness(0) saturate(100%) invert(9%) sepia(83%) saturate(1926%)
|
152
|
+
hue-rotate(356deg) brightness(98%) contrast(99%),
|
153
|
+
),
|
154
|
+
'color-orange-dark': (
|
155
|
+
brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(1431%)
|
156
|
+
hue-rotate(5deg) brightness(96%) contrast(82%),
|
157
|
+
),
|
158
|
+
'color-orange': (
|
159
|
+
brightness(0) saturate(100%) invert(54%) sepia(86%) saturate(416%)
|
160
|
+
hue-rotate(340deg) brightness(105%) contrast(91%),
|
161
|
+
),
|
162
|
+
'color-orange-light': (
|
163
|
+
brightness(0) saturate(100%) invert(77%) sepia(39%) saturate(483%)
|
164
|
+
hue-rotate(335deg) brightness(101%) contrast(103%),
|
165
|
+
),
|
166
|
+
'color-orange-lighter': (
|
167
|
+
brightness(0) saturate(100%) invert(93%) sepia(11%) saturate(918%)
|
168
|
+
hue-rotate(312deg) brightness(107%) contrast(98%),
|
169
|
+
),
|
170
|
+
'color-red-text': (
|
171
|
+
brightness(0) saturate(100%) invert(22%) sepia(9%) saturate(2068%)
|
172
|
+
hue-rotate(325deg) brightness(92%) contrast(83%),
|
173
|
+
),
|
174
|
+
'color-red-darker': (
|
175
|
+
brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(5699%)
|
176
|
+
hue-rotate(353deg) brightness(75%) contrast(101%),
|
177
|
+
),
|
178
|
+
'color-red-dark': (
|
179
|
+
brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(5699%)
|
180
|
+
hue-rotate(353deg) brightness(75%) contrast(101%),
|
181
|
+
),
|
182
|
+
'color-red': (
|
183
|
+
brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(3622%)
|
184
|
+
hue-rotate(353deg) brightness(89%) contrast(95%),
|
185
|
+
),
|
186
|
+
'color-red-light': (
|
187
|
+
brightness(0) saturate(100%) invert(80%) sepia(9%) saturate(2561%)
|
188
|
+
hue-rotate(313deg) brightness(101%) contrast(99%),
|
189
|
+
),
|
190
|
+
'color-red-lighter': (
|
191
|
+
brightness(0) saturate(100%) invert(89%) sepia(21%) saturate(137%)
|
192
|
+
hue-rotate(324deg) brightness(102%) contrast(97%),
|
193
|
+
),
|
194
|
+
'color-ink': (
|
195
|
+
brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(2259%)
|
196
|
+
hue-rotate(171deg) brightness(99%) contrast(84%),
|
197
|
+
),
|
198
|
+
'color-ink-light': (
|
199
|
+
brightness(0) saturate(100%) invert(32%) sepia(9%) saturate(1069%)
|
200
|
+
hue-rotate(173deg) brightness(83%) contrast(84%),
|
201
|
+
),
|
202
|
+
'color-ink-lighter': (
|
203
|
+
brightness(0) saturate(100%) invert(45%) sepia(8%) saturate(825%)
|
204
|
+
hue-rotate(166deg) brightness(95%) contrast(90%),
|
205
|
+
),
|
206
|
+
'color-ink-lightest': (
|
207
|
+
brightness(0) saturate(100%) invert(68%) sepia(18%) saturate(246%)
|
208
|
+
hue-rotate(169deg) brightness(88%) contrast(90%),
|
209
|
+
),
|
210
|
+
'color-sky-dark': (
|
211
|
+
brightness(0) saturate(100%) invert(86%) sepia(4%) saturate(502%)
|
212
|
+
hue-rotate(167deg) brightness(96%) contrast(91%),
|
213
|
+
),
|
214
|
+
'color-sky': (
|
215
|
+
brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(336%)
|
216
|
+
hue-rotate(175deg) brightness(97%) contrast(87%),
|
217
|
+
),
|
218
|
+
'color-sky-light': (
|
219
|
+
brightness(0) saturate(100%) invert(99%) sepia(12%) saturate(467%)
|
220
|
+
hue-rotate(174deg) brightness(99%) contrast(96%),
|
221
|
+
),
|
222
|
+
'color-sky-lighter': (
|
223
|
+
brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(159%)
|
224
|
+
hue-rotate(170deg) brightness(99%) contrast(99%),
|
225
|
+
),
|
226
|
+
'color-black': (
|
227
|
+
brightness(0) saturate(100%),
|
228
|
+
),
|
229
|
+
'color-white': (
|
230
|
+
brightness(0) saturate(100%) invert(100%),
|
231
|
+
),
|
232
|
+
);
|
@@ -0,0 +1,642 @@
|
|
1
|
+
{
|
2
|
+
"aliases": {
|
3
|
+
"color-sky-light": {
|
4
|
+
"value": "#f4f6f8"
|
5
|
+
},
|
6
|
+
"color-ink-lightest": {
|
7
|
+
"value": "#919eab"
|
8
|
+
},
|
9
|
+
"color-green-text": {
|
10
|
+
"value": "#414f3e"
|
11
|
+
},
|
12
|
+
"color-orange-light": {
|
13
|
+
"value": "#ffc58b"
|
14
|
+
},
|
15
|
+
"color-orange-text": {
|
16
|
+
"value": "#594430"
|
17
|
+
},
|
18
|
+
"color-green-light": {
|
19
|
+
"value": "#bbe5b3"
|
20
|
+
},
|
21
|
+
"color-blue": {
|
22
|
+
"value": "#007ace"
|
23
|
+
},
|
24
|
+
"color-indigo-light": {
|
25
|
+
"value": "#b3bcf5"
|
26
|
+
},
|
27
|
+
"color-yellow-dark": {
|
28
|
+
"value": "#9c6f19"
|
29
|
+
},
|
30
|
+
"color-ink-light": {
|
31
|
+
"value": "#454f5b"
|
32
|
+
},
|
33
|
+
"color-purple": {
|
34
|
+
"value": "#9c6ade"
|
35
|
+
},
|
36
|
+
"color-teal": {
|
37
|
+
"value": "#47c1bf"
|
38
|
+
},
|
39
|
+
"color-yellow-light": {
|
40
|
+
"value": "#ffea8a"
|
41
|
+
},
|
42
|
+
"color-indigo-dark": {
|
43
|
+
"value": "#202e78"
|
44
|
+
},
|
45
|
+
"color-red": {
|
46
|
+
"value": "#de3618"
|
47
|
+
},
|
48
|
+
"color-red-darker": {
|
49
|
+
"value": "#330101"
|
50
|
+
},
|
51
|
+
"color-green-dark": {
|
52
|
+
"value": "#108043"
|
53
|
+
},
|
54
|
+
"color-purple-darker": {
|
55
|
+
"value": "#230051"
|
56
|
+
},
|
57
|
+
"color-teal-darker": {
|
58
|
+
"value": "#003135"
|
59
|
+
},
|
60
|
+
"color-orange-dark": {
|
61
|
+
"value": "#c05717"
|
62
|
+
},
|
63
|
+
"color-blue-darker": {
|
64
|
+
"value": "#001429"
|
65
|
+
},
|
66
|
+
"color-sky-dark": {
|
67
|
+
"value": "#c4cdd5"
|
68
|
+
},
|
69
|
+
"color-sky-lighter": {
|
70
|
+
"value": "#f9fafb"
|
71
|
+
},
|
72
|
+
"color-blue-light": {
|
73
|
+
"value": "#b4e1fa"
|
74
|
+
},
|
75
|
+
"color-orange-lighter": {
|
76
|
+
"value": "#fcebdb"
|
77
|
+
},
|
78
|
+
"color-purple-light": {
|
79
|
+
"value": "#e3d0ff"
|
80
|
+
},
|
81
|
+
"color-green-lighter": {
|
82
|
+
"value": "#e3f1df"
|
83
|
+
},
|
84
|
+
"color-teal-light": {
|
85
|
+
"value": "#b7ecec"
|
86
|
+
},
|
87
|
+
"color-red-light": {
|
88
|
+
"value": "#fead9a"
|
89
|
+
},
|
90
|
+
"color-yellow-darker": {
|
91
|
+
"value": "#573b00"
|
92
|
+
},
|
93
|
+
"color-ink-lighter": {
|
94
|
+
"value": "#637381"
|
95
|
+
},
|
96
|
+
"color-indigo-lighter": {
|
97
|
+
"value": "#f4f5fa"
|
98
|
+
},
|
99
|
+
"color-red-text": {
|
100
|
+
"value": "#583c35"
|
101
|
+
},
|
102
|
+
"color-teal-text": {
|
103
|
+
"value": "#405352"
|
104
|
+
},
|
105
|
+
"color-indigo-darker": {
|
106
|
+
"value": "#000639"
|
107
|
+
},
|
108
|
+
"color-purple-text": {
|
109
|
+
"value": "#50495a"
|
110
|
+
},
|
111
|
+
"color-yellow-lighter": {
|
112
|
+
"value": "#fcf1cd"
|
113
|
+
},
|
114
|
+
"color-black": {
|
115
|
+
"value": "#000000"
|
116
|
+
},
|
117
|
+
"color-blue-text": {
|
118
|
+
"value": "#3e4e57"
|
119
|
+
},
|
120
|
+
"color-green-darker": {
|
121
|
+
"value": "#173630"
|
122
|
+
},
|
123
|
+
"color-sky": {
|
124
|
+
"value": "#dfe3e8"
|
125
|
+
},
|
126
|
+
"color-orange-darker": {
|
127
|
+
"value": "#4a1504"
|
128
|
+
},
|
129
|
+
"color-orange": {
|
130
|
+
"value": "#f49342"
|
131
|
+
},
|
132
|
+
"color-green": {
|
133
|
+
"value": "#50b83c"
|
134
|
+
},
|
135
|
+
"color-blue-lighter": {
|
136
|
+
"value": "#ebf5fa"
|
137
|
+
},
|
138
|
+
"color-indigo": {
|
139
|
+
"value": "#5c6ac4"
|
140
|
+
},
|
141
|
+
"color-red-dark": {
|
142
|
+
"value": "#bf0711"
|
143
|
+
},
|
144
|
+
"color-ink": {
|
145
|
+
"value": "#212b36"
|
146
|
+
},
|
147
|
+
"color-purple-lighter": {
|
148
|
+
"value": "#f6f0fd"
|
149
|
+
},
|
150
|
+
"color-yellow-text": {
|
151
|
+
"value": "#595130"
|
152
|
+
},
|
153
|
+
"color-teal-lighter": {
|
154
|
+
"value": "#e0f5f5"
|
155
|
+
},
|
156
|
+
"color-teal-dark": {
|
157
|
+
"value": "#00848e"
|
158
|
+
},
|
159
|
+
"color-purple-dark": {
|
160
|
+
"value": "#50248f"
|
161
|
+
},
|
162
|
+
"color-red-lighter": {
|
163
|
+
"value": "#fbeae5"
|
164
|
+
},
|
165
|
+
"color-yellow": {
|
166
|
+
"value": "#eec200"
|
167
|
+
},
|
168
|
+
"color-indigo-text": {
|
169
|
+
"value": "#3e4155"
|
170
|
+
},
|
171
|
+
"color-white": {
|
172
|
+
"value": "#ffffff"
|
173
|
+
},
|
174
|
+
"color-blue-dark": {
|
175
|
+
"value": "#084e8a"
|
176
|
+
}
|
177
|
+
},
|
178
|
+
"props": {
|
179
|
+
"color-purple-text": {
|
180
|
+
"type": "color",
|
181
|
+
"category": "text-color",
|
182
|
+
"name": "color-purple-text",
|
183
|
+
"value":
|
184
|
+
"brightness(0) saturate(100%) invert(29%) sepia(3%) saturate(2843%) hue-rotate(223deg) brightness(92%) contrast(86%)",
|
185
|
+
"originalValue": "{!color-purple-text}"
|
186
|
+
},
|
187
|
+
"color-purple-darker": {
|
188
|
+
"type": "color",
|
189
|
+
"category": "background-color",
|
190
|
+
"name": "color-purple-darker",
|
191
|
+
"value":
|
192
|
+
"brightness(0) saturate(100%) invert(8%) sepia(38%) saturate(6605%) hue-rotate(265deg) brightness(99%) contrast(124%)",
|
193
|
+
"originalValue": "{!color-purple-darker}"
|
194
|
+
},
|
195
|
+
"color-purple-dark": {
|
196
|
+
"type": "color",
|
197
|
+
"category": "background-color",
|
198
|
+
"name": "color-purple-dark",
|
199
|
+
"value":
|
200
|
+
"brightness(0) saturate(100%) invert(12%) sepia(46%) saturate(4964%) hue-rotate(258deg) brightness(101%) contrast(93%)",
|
201
|
+
"originalValue": "{!color-purple-dark}"
|
202
|
+
},
|
203
|
+
"color-purple": {
|
204
|
+
"type": "color",
|
205
|
+
"category": "background-color",
|
206
|
+
"name": "color-purple",
|
207
|
+
"value":
|
208
|
+
"brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(1864%) hue-rotate(229deg) brightness(91%) contrast(91%)",
|
209
|
+
"originalValue": "{!color-purple}"
|
210
|
+
},
|
211
|
+
"color-purple-light": {
|
212
|
+
"type": "color",
|
213
|
+
"category": "background-color",
|
214
|
+
"name": "color-purple-light",
|
215
|
+
"value":
|
216
|
+
"brightness(0) saturate(100%) invert(82%) sepia(13%) saturate(1535%) hue-rotate(203deg) brightness(103%) contrast(104%)",
|
217
|
+
"originalValue": "{!color-purple-light}"
|
218
|
+
},
|
219
|
+
"color-purple-lighter": {
|
220
|
+
"type": "color",
|
221
|
+
"category": "background-color",
|
222
|
+
"name": "color-purple-lighter",
|
223
|
+
"value":
|
224
|
+
"brightness(0) saturate(100%) invert(84%) sepia(15%) saturate(135%) hue-rotate(219deg) brightness(110%) contrast(98%)",
|
225
|
+
"originalValue": "{!color-purple-lighter}"
|
226
|
+
},
|
227
|
+
"color-indigo-text": {
|
228
|
+
"type": "color",
|
229
|
+
"category": "text-color",
|
230
|
+
"name": "color-indigo-text",
|
231
|
+
"value":
|
232
|
+
"brightness(0) saturate(100%) invert(24%) sepia(11%) saturate(1035%) hue-rotate(195deg) brightness(97%) contrast(94%)",
|
233
|
+
"originalValue": "{!color-indigo-text}"
|
234
|
+
},
|
235
|
+
"color-indigo-darker": {
|
236
|
+
"type": "color",
|
237
|
+
"category": "background-color",
|
238
|
+
"name": "color-indigo-darker",
|
239
|
+
"value":
|
240
|
+
"brightness(0) saturate(100%) invert(5%) sepia(81%) saturate(5060%) hue-rotate(229deg) brightness(72%) contrast(111%)",
|
241
|
+
"originalValue": "{!color-indigo-darker}"
|
242
|
+
},
|
243
|
+
"color-indigo-dark": {
|
244
|
+
"type": "color",
|
245
|
+
"category": "background-color",
|
246
|
+
"name": "color-indigo-dark",
|
247
|
+
"value":
|
248
|
+
"brightness(0) saturate(100%) invert(17%) sepia(28%) saturate(4409%) hue-rotate(218deg) brightness(87%) contrast(98%)",
|
249
|
+
"originalValue": "{!color-indigo-dark}"
|
250
|
+
},
|
251
|
+
"color-indigo": {
|
252
|
+
"type": "color",
|
253
|
+
"category": "background-color",
|
254
|
+
"name": "color-indigo",
|
255
|
+
"value":
|
256
|
+
"brightness(0) saturate(100%) invert(45%) sepia(17%) saturate(1966%) hue-rotate(194deg) brightness(88%) contrast(84%)",
|
257
|
+
"originalValue": "{!color-indigo}"
|
258
|
+
},
|
259
|
+
"color-indigo-light": {
|
260
|
+
"type": "color",
|
261
|
+
"category": "background-color",
|
262
|
+
"name": "color-indigo-light",
|
263
|
+
"value":
|
264
|
+
"brightness(0) saturate(100%) invert(82%) sepia(37%) saturate(4261%) hue-rotate(194deg) brightness(111%) contrast(92%)",
|
265
|
+
"originalValue": "{!color-indigo-light}"
|
266
|
+
},
|
267
|
+
"color-indigo-lighter": {
|
268
|
+
"type": "color",
|
269
|
+
"category": "background-color",
|
270
|
+
"name": "color-indigo-lighter",
|
271
|
+
"value":
|
272
|
+
"brightness(0) saturate(100%) invert(100%) sepia(25%) saturate(1090%) hue-rotate(179deg) brightness(100%) contrast(96%)",
|
273
|
+
"originalValue": "{!color-indigo-lighter}"
|
274
|
+
},
|
275
|
+
"color-blue-text": {
|
276
|
+
"type": "color",
|
277
|
+
"category": "text-color",
|
278
|
+
"name": "color-blue-text",
|
279
|
+
"value":
|
280
|
+
"brightness(0) saturate(100%) invert(27%) sepia(13%) saturate(709%) hue-rotate(158deg) brightness(96%) contrast(89%)",
|
281
|
+
"originalValue": "{!color-blue-text}"
|
282
|
+
},
|
283
|
+
"color-blue-darker": {
|
284
|
+
"type": "color",
|
285
|
+
"category": "background-color",
|
286
|
+
"name": "color-blue-darker",
|
287
|
+
"value":
|
288
|
+
"brightness(0) saturate(100%) invert(5%) sepia(33%) saturate(5606%) hue-rotate(195deg) brightness(97%) contrast(102%)",
|
289
|
+
"originalValue": "{!color-blue-darker}"
|
290
|
+
},
|
291
|
+
"color-blue-dark": {
|
292
|
+
"type": "color",
|
293
|
+
"category": "background-color",
|
294
|
+
"name": "color-blue-dark",
|
295
|
+
"value":
|
296
|
+
"brightness(0) saturate(100%) invert(22%) sepia(70%) saturate(1308%) hue-rotate(182deg) brightness(94%) contrast(101%)",
|
297
|
+
"originalValue": "{!color-blue-dark}"
|
298
|
+
},
|
299
|
+
"color-blue": {
|
300
|
+
"type": "color",
|
301
|
+
"category": "background-color",
|
302
|
+
"name": "color-blue",
|
303
|
+
"value":
|
304
|
+
"brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(1186%) hue-rotate(181deg) brightness(91%) contrast(103%)",
|
305
|
+
"originalValue": "{!color-blue}"
|
306
|
+
},
|
307
|
+
"color-blue-light": {
|
308
|
+
"type": "color",
|
309
|
+
"category": "background-color",
|
310
|
+
"name": "color-blue-light",
|
311
|
+
"value":
|
312
|
+
"brightness(0) saturate(100%) invert(80%) sepia(7%) saturate(1832%) hue-rotate(178deg) brightness(108%) contrast(96%)",
|
313
|
+
"originalValue": "{!color-blue-light}"
|
314
|
+
},
|
315
|
+
"color-blue-lighter": {
|
316
|
+
"type": "color",
|
317
|
+
"category": "background-color",
|
318
|
+
"name": "color-blue-lighter",
|
319
|
+
"value":
|
320
|
+
"brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(686%) hue-rotate(175deg) brightness(103%) contrast(96%)",
|
321
|
+
"originalValue": "{!color-blue-lighter}"
|
322
|
+
},
|
323
|
+
"color-teal-text": {
|
324
|
+
"type": "color",
|
325
|
+
"category": "text-color",
|
326
|
+
"name": "color-teal-text",
|
327
|
+
"value":
|
328
|
+
"brightness(0) saturate(100%) invert(31%) sepia(11%) saturate(665%) hue-rotate(128deg) brightness(94%) contrast(93%)",
|
329
|
+
"originalValue": "{!color-teal-text}"
|
330
|
+
},
|
331
|
+
"color-teal-darker": {
|
332
|
+
"type": "color",
|
333
|
+
"category": "background-color",
|
334
|
+
"name": "color-teal-darker",
|
335
|
+
"value":
|
336
|
+
"brightness(0) saturate(100%) invert(15%) sepia(23%) saturate(2237%) hue-rotate(141deg) brightness(96%) contrast(104%)",
|
337
|
+
"originalValue": "{!color-teal-darker}"
|
338
|
+
},
|
339
|
+
"color-teal-dark": {
|
340
|
+
"type": "color",
|
341
|
+
"category": "background-color",
|
342
|
+
"name": "color-teal-dark",
|
343
|
+
"value":
|
344
|
+
"brightness(0) saturate(100%) invert(28%) sepia(83%) saturate(3919%) hue-rotate(168deg) brightness(93%) contrast(101%)",
|
345
|
+
"originalValue": "{!color-teal-dark}"
|
346
|
+
},
|
347
|
+
"color-teal": {
|
348
|
+
"type": "color",
|
349
|
+
"category": "background-color",
|
350
|
+
"name": "color-teal",
|
351
|
+
"value":
|
352
|
+
"brightness(0) saturate(100%) invert(72%) sepia(8%) saturate(2838%) hue-rotate(130deg) brightness(92%) contrast(87%)",
|
353
|
+
"originalValue": "{!color-teal}"
|
354
|
+
},
|
355
|
+
"color-teal-light": {
|
356
|
+
"type": "color",
|
357
|
+
"category": "background-color",
|
358
|
+
"name": "color-teal-light",
|
359
|
+
"value":
|
360
|
+
"brightness(0) saturate(100%) invert(95%) sepia(12%) saturate(683%) hue-rotate(122deg) brightness(97%) contrast(91%)",
|
361
|
+
"originalValue": "{!color-teal-light}"
|
362
|
+
},
|
363
|
+
"color-teal-lighter": {
|
364
|
+
"type": "color",
|
365
|
+
"category": "background-color",
|
366
|
+
"name": "color-teal-lighter",
|
367
|
+
"value":
|
368
|
+
"brightness(0) saturate(100%) invert(87%) sepia(5%) saturate(1124%) hue-rotate(173deg) brightness(114%) contrast(92%)",
|
369
|
+
"originalValue": "{!color-teal-lighter}"
|
370
|
+
},
|
371
|
+
"color-green-text": {
|
372
|
+
"type": "color",
|
373
|
+
"category": "text-color",
|
374
|
+
"name": "color-green-text",
|
375
|
+
"value":
|
376
|
+
"brightness(0) saturate(100%) invert(30%) sepia(8%) saturate(1010%) hue-rotate(63deg) brightness(91%) contrast(91%)",
|
377
|
+
"originalValue": "{!color-green-text}"
|
378
|
+
},
|
379
|
+
"color-green-darker": {
|
380
|
+
"type": "color",
|
381
|
+
"category": "background-color",
|
382
|
+
"name": "color-green-darker",
|
383
|
+
"value":
|
384
|
+
"brightness(0) saturate(100%) invert(15%) sepia(32%) saturate(727%) hue-rotate(118deg) brightness(93%) contrast(91%)",
|
385
|
+
"originalValue": "{!color-green-darker}"
|
386
|
+
},
|
387
|
+
"color-green-dark": {
|
388
|
+
"type": "color",
|
389
|
+
"category": "background-color",
|
390
|
+
"name": "color-green-dark",
|
391
|
+
"value":
|
392
|
+
"brightness(0) saturate(100%) invert(18%) sepia(75%) saturate(6649%) hue-rotate(155deg) brightness(97%) contrast(87%)",
|
393
|
+
"originalValue": "{!color-green-dark}"
|
394
|
+
},
|
395
|
+
"color-green": {
|
396
|
+
"type": "color",
|
397
|
+
"category": "background-color",
|
398
|
+
"name": "color-green",
|
399
|
+
"value":
|
400
|
+
"brightness(0) saturate(100%) invert(56%) sepia(10%) saturate(2637%) hue-rotate(64deg) brightness(106%) contrast(91%)",
|
401
|
+
"originalValue": "{!color-green}"
|
402
|
+
},
|
403
|
+
"color-green-light": {
|
404
|
+
"type": "color",
|
405
|
+
"category": "background-color",
|
406
|
+
"name": "color-green-light",
|
407
|
+
"value":
|
408
|
+
"brightness(0) saturate(100%) invert(93%) sepia(15%) saturate(599%) hue-rotate(52deg) brightness(93%) contrast(93%)",
|
409
|
+
"originalValue": "{!color-green-light}"
|
410
|
+
},
|
411
|
+
"color-green-lighter": {
|
412
|
+
"type": "color",
|
413
|
+
"category": "background-color",
|
414
|
+
"name": "color-green-lighter",
|
415
|
+
"value":
|
416
|
+
"brightness(0) saturate(100%) invert(92%) sepia(51%) saturate(187%) hue-rotate(46deg) brightness(108%) contrast(89%)",
|
417
|
+
"originalValue": "{!color-green-lighter}"
|
418
|
+
},
|
419
|
+
"color-yellow-text": {
|
420
|
+
"type": "color",
|
421
|
+
"category": "text-color",
|
422
|
+
"name": "color-yellow-text",
|
423
|
+
"value":
|
424
|
+
"brightness(0) saturate(100%) invert(28%) sepia(42%) saturate(413%) hue-rotate(11deg) brightness(97%) contrast(91%)",
|
425
|
+
"originalValue": "{!color-yellow-text}"
|
426
|
+
},
|
427
|
+
"color-yellow-darker": {
|
428
|
+
"type": "color",
|
429
|
+
"category": "background-color",
|
430
|
+
"name": "color-yellow-darker",
|
431
|
+
"value":
|
432
|
+
"brightness(0) saturate(100%) invert(19%) sepia(75%) saturate(981%) hue-rotate(17deg) brightness(103%) contrast(103%)",
|
433
|
+
"originalValue": "{!color-yellow-darker}"
|
434
|
+
},
|
435
|
+
"color-yellow-dark": {
|
436
|
+
"type": "color",
|
437
|
+
"category": "background-color",
|
438
|
+
"name": "color-yellow-dark",
|
439
|
+
"value":
|
440
|
+
"brightness(0) saturate(100%) invert(45%) sepia(48%) saturate(6022%) hue-rotate(31deg) brightness(93%) contrast(80%)",
|
441
|
+
"originalValue": "{!color-yellow-dark}"
|
442
|
+
},
|
443
|
+
"color-yellow": {
|
444
|
+
"type": "color",
|
445
|
+
"category": "background-color",
|
446
|
+
"name": "color-yellow",
|
447
|
+
"value":
|
448
|
+
"brightness(0) saturate(100%) invert(65%) sepia(91%) saturate(530%) hue-rotate(5deg) brightness(100%) contrast(100%)",
|
449
|
+
"originalValue": "{!color-yellow}"
|
450
|
+
},
|
451
|
+
"color-yellow-light": {
|
452
|
+
"type": "color",
|
453
|
+
"category": "background-color",
|
454
|
+
"name": "color-yellow-light",
|
455
|
+
"value":
|
456
|
+
"brightness(0) saturate(100%) invert(77%) sepia(72%) saturate(246%) hue-rotate(355deg) brightness(103%) contrast(107%)",
|
457
|
+
"originalValue": "{!color-yellow-light}"
|
458
|
+
},
|
459
|
+
"color-yellow-lighter": {
|
460
|
+
"type": "color",
|
461
|
+
"category": "background-color",
|
462
|
+
"name": "color-yellow-lighter",
|
463
|
+
"value":
|
464
|
+
"brightness(0) saturate(100%) invert(88%) sepia(27%) saturate(234%) hue-rotate(357deg) brightness(103%) contrast(98%)",
|
465
|
+
"originalValue": "{!color-yellow-lighter}"
|
466
|
+
},
|
467
|
+
"color-orange-text": {
|
468
|
+
"type": "color",
|
469
|
+
"category": "text-color",
|
470
|
+
"name": "color-orange-text",
|
471
|
+
"value":
|
472
|
+
"brightness(0) saturate(100%) invert(23%) sepia(18%) saturate(1092%) hue-rotate(348deg) brightness(99%) contrast(84%)",
|
473
|
+
"originalValue": "{!color-orange-text}"
|
474
|
+
},
|
475
|
+
"color-orange-darker": {
|
476
|
+
"type": "color",
|
477
|
+
"category": "background-color",
|
478
|
+
"name": "color-orange-darker",
|
479
|
+
"value":
|
480
|
+
"brightness(0) saturate(100%) invert(9%) sepia(83%) saturate(1926%) hue-rotate(356deg) brightness(98%) contrast(99%)",
|
481
|
+
"originalValue": "{!color-orange-darker}"
|
482
|
+
},
|
483
|
+
"color-orange-dark": {
|
484
|
+
"type": "color",
|
485
|
+
"category": "background-color",
|
486
|
+
"name": "color-orange-dark",
|
487
|
+
"value":
|
488
|
+
"brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(1431%) hue-rotate(5deg) brightness(96%) contrast(82%)",
|
489
|
+
"originalValue": "{!color-orange-dark}"
|
490
|
+
},
|
491
|
+
"color-orange": {
|
492
|
+
"type": "color",
|
493
|
+
"category": "background-color",
|
494
|
+
"name": "color-orange",
|
495
|
+
"value":
|
496
|
+
"brightness(0) saturate(100%) invert(54%) sepia(86%) saturate(416%) hue-rotate(340deg) brightness(105%) contrast(91%)",
|
497
|
+
"originalValue": "{!color-orange}"
|
498
|
+
},
|
499
|
+
"color-orange-light": {
|
500
|
+
"type": "color",
|
501
|
+
"category": "background-color",
|
502
|
+
"name": "color-orange-light",
|
503
|
+
"value":
|
504
|
+
"brightness(0) saturate(100%) invert(77%) sepia(39%) saturate(483%) hue-rotate(335deg) brightness(101%) contrast(103%)",
|
505
|
+
"originalValue": "{!color-orange-light}"
|
506
|
+
},
|
507
|
+
"color-orange-lighter": {
|
508
|
+
"type": "color",
|
509
|
+
"category": "background-color",
|
510
|
+
"name": "color-orange-lighter",
|
511
|
+
"value":
|
512
|
+
"brightness(0) saturate(100%) invert(93%) sepia(11%) saturate(918%) hue-rotate(312deg) brightness(107%) contrast(98%)",
|
513
|
+
"originalValue": "{!color-orange-lighter}"
|
514
|
+
},
|
515
|
+
"color-red-text": {
|
516
|
+
"type": "color",
|
517
|
+
"category": "text-color",
|
518
|
+
"name": "color-red-text",
|
519
|
+
"value":
|
520
|
+
"brightness(0) saturate(100%) invert(22%) sepia(9%) saturate(2068%) hue-rotate(325deg) brightness(92%) contrast(83%)",
|
521
|
+
"originalValue": "{!color-red-text}"
|
522
|
+
},
|
523
|
+
"color-red-darker": {
|
524
|
+
"type": "color",
|
525
|
+
"category": "background-color",
|
526
|
+
"name": "color-red-darker",
|
527
|
+
"value":
|
528
|
+
"brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(5699%) hue-rotate(353deg) brightness(75%) contrast(101%)",
|
529
|
+
"originalValue": "{!color-red-darker}"
|
530
|
+
},
|
531
|
+
"color-red-dark": {
|
532
|
+
"type": "color",
|
533
|
+
"category": "background-color",
|
534
|
+
"name": "color-red-dark",
|
535
|
+
"value":
|
536
|
+
"brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(5699%) hue-rotate(353deg) brightness(75%) contrast(101%)",
|
537
|
+
"originalValue": "{!color-red-dark}"
|
538
|
+
},
|
539
|
+
"color-red": {
|
540
|
+
"type": "color",
|
541
|
+
"category": "background-color",
|
542
|
+
"name": "color-red",
|
543
|
+
"value":
|
544
|
+
"brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(3622%) hue-rotate(353deg) brightness(89%) contrast(95%)",
|
545
|
+
"originalValue": "{!color-red}"
|
546
|
+
},
|
547
|
+
"color-red-light": {
|
548
|
+
"type": "color",
|
549
|
+
"category": "background-color",
|
550
|
+
"name": "color-red-light",
|
551
|
+
"value":
|
552
|
+
"brightness(0) saturate(100%) invert(80%) sepia(9%) saturate(2561%) hue-rotate(313deg) brightness(101%) contrast(99%)",
|
553
|
+
"originalValue": "{!color-red-light}"
|
554
|
+
},
|
555
|
+
"color-red-lighter": {
|
556
|
+
"type": "color",
|
557
|
+
"category": "background-color",
|
558
|
+
"name": "color-red-lighter",
|
559
|
+
"value":
|
560
|
+
"brightness(0) saturate(100%) invert(89%) sepia(21%) saturate(137%) hue-rotate(324deg) brightness(102%) contrast(97%)",
|
561
|
+
"originalValue": "{!color-red-lighter}"
|
562
|
+
},
|
563
|
+
"color-ink": {
|
564
|
+
"type": "color",
|
565
|
+
"category": "background-color",
|
566
|
+
"name": "color-ink",
|
567
|
+
"value":
|
568
|
+
"brightness(0) saturate(100%) invert(10%) sepia(10%) saturate(2259%) hue-rotate(171deg) brightness(99%) contrast(84%)",
|
569
|
+
"originalValue": "{!color-ink}"
|
570
|
+
},
|
571
|
+
"color-ink-light": {
|
572
|
+
"type": "color",
|
573
|
+
"category": "background-color",
|
574
|
+
"name": "color-ink-light",
|
575
|
+
"value":
|
576
|
+
"brightness(0) saturate(100%) invert(32%) sepia(9%) saturate(1069%) hue-rotate(173deg) brightness(83%) contrast(84%)",
|
577
|
+
"originalValue": "{!color-ink-light}"
|
578
|
+
},
|
579
|
+
"color-ink-lighter": {
|
580
|
+
"type": "color",
|
581
|
+
"category": "background-color",
|
582
|
+
"name": "color-ink-lighter",
|
583
|
+
"value":
|
584
|
+
"brightness(0) saturate(100%) invert(45%) sepia(8%) saturate(825%) hue-rotate(166deg) brightness(95%) contrast(90%)",
|
585
|
+
"originalValue": "{!color-ink-lighter}"
|
586
|
+
},
|
587
|
+
"color-ink-lightest": {
|
588
|
+
"type": "color",
|
589
|
+
"category": "background-color",
|
590
|
+
"name": "color-ink-lightest",
|
591
|
+
"value":
|
592
|
+
"brightness(0) saturate(100%) invert(68%) sepia(18%) saturate(246%) hue-rotate(169deg) brightness(88%) contrast(90%)",
|
593
|
+
"originalValue": "{!color-ink-lightest}"
|
594
|
+
},
|
595
|
+
"color-sky-dark": {
|
596
|
+
"type": "color",
|
597
|
+
"category": "background-color",
|
598
|
+
"name": "color-sky-dark",
|
599
|
+
"value":
|
600
|
+
"brightness(0) saturate(100%) invert(86%) sepia(4%) saturate(502%) hue-rotate(167deg) brightness(96%) contrast(91%)",
|
601
|
+
"originalValue": "{!color-sky-dark}"
|
602
|
+
},
|
603
|
+
"color-sky": {
|
604
|
+
"type": "color",
|
605
|
+
"category": "background-color",
|
606
|
+
"name": "color-sky",
|
607
|
+
"value":
|
608
|
+
"brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(336%) hue-rotate(175deg) brightness(97%) contrast(87%)",
|
609
|
+
"originalValue": "{!color-sky}"
|
610
|
+
},
|
611
|
+
"color-sky-light": {
|
612
|
+
"type": "color",
|
613
|
+
"category": "background-color",
|
614
|
+
"name": "color-sky-light",
|
615
|
+
"value":
|
616
|
+
"brightness(0) saturate(100%) invert(99%) sepia(12%) saturate(467%) hue-rotate(174deg) brightness(99%) contrast(96%)",
|
617
|
+
"originalValue": "{!color-sky-light}"
|
618
|
+
},
|
619
|
+
"color-sky-lighter": {
|
620
|
+
"type": "color",
|
621
|
+
"category": "background-color",
|
622
|
+
"name": "color-sky-lighter",
|
623
|
+
"value":
|
624
|
+
"brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(159%) hue-rotate(170deg) brightness(99%) contrast(99%)",
|
625
|
+
"originalValue": "{!color-sky-lighter}"
|
626
|
+
},
|
627
|
+
"color-black": {
|
628
|
+
"type": "color",
|
629
|
+
"category": "background-color",
|
630
|
+
"name": "color-black",
|
631
|
+
"value": "brightness(0) saturate(100%)",
|
632
|
+
"originalValue": "{!color-black}"
|
633
|
+
},
|
634
|
+
"color-white": {
|
635
|
+
"type": "color",
|
636
|
+
"category": "background-color",
|
637
|
+
"name": "color-white",
|
638
|
+
"value": "brightness(0) saturate(100%) invert(100%)",
|
639
|
+
"originalValue": "{!color-white}"
|
640
|
+
}
|
641
|
+
}
|
642
|
+
}
|