UNPKG

9.32 kBTypeScriptView Raw
1export const transparent = 'rgba(255, 255, 255, 0)';
2
3export const red50 = '#ffebee';
4export const red100 = '#ffcdd2';
5export const red200 = '#ef9a9a';
6export const red300 = '#e57373';
7export const red400 = '#ef5350';
8export const red500 = '#f44336';
9export const red600 = '#e53935';
10export const red700 = '#d32f2f';
11export const red800 = '#c62828';
12export const red900 = '#b71c1c';
13export const redA100 = '#ff8a80';
14export const redA200 = '#ff5252';
15export const redA400 = '#ff1744';
16export const redA700 = '#d50000';
17
18export const pink50 = '#fce4ec';
19export const pink100 = '#f8bbd0';
20export const pink200 = '#f48fb1';
21export const pink300 = '#f06292';
22export const pink400 = '#ec407a';
23export const pink500 = '#e91e63';
24export const pink600 = '#d81b60';
25export const pink700 = '#c2185b';
26export const pink800 = '#ad1457';
27export const pink900 = '#880e4f';
28export const pinkA100 = '#ff80ab';
29export const pinkA200 = '#ff4081';
30export const pinkA400 = '#f50057';
31export const pinkA700 = '#c51162';
32
33export const purple50 = '#f3e5f5';
34export const purple100 = '#e1bee7';
35export const purple200 = '#ce93d8';
36export const purple300 = '#ba68c8';
37export const purple400 = '#ab47bc';
38export const purple500 = '#9c27b0';
39export const purple600 = '#8e24aa';
40export const purple700 = '#7b1fa2';
41export const purple800 = '#6a1b9a';
42export const purple900 = '#4a148c';
43export const purpleA100 = '#ea80fc';
44export const purpleA200 = '#e040fb';
45export const purpleA400 = '#d500f9';
46export const purpleA700 = '#aa00ff';
47
48export const deepPurple50 = '#ede7f6';
49export const deepPurple100 = '#d1c4e9';
50export const deepPurple200 = '#b39ddb';
51export const deepPurple300 = '#9575cd';
52export const deepPurple400 = '#7e57c2';
53export const deepPurple500 = '#673ab7';
54export const deepPurple600 = '#5e35b1';
55export const deepPurple700 = '#512da8';
56export const deepPurple800 = '#4527a0';
57export const deepPurple900 = '#311b92';
58export const deepPurpleA100 = '#b388ff';
59export const deepPurpleA200 = '#7c4dff';
60export const deepPurpleA400 = '#651fff';
61export const deepPurpleA700 = '#6200ea';
62
63export const indigo50 = '#e8eaf6';
64export const indigo100 = '#c5cae9';
65export const indigo200 = '#9fa8da';
66export const indigo300 = '#7986cb';
67export const indigo400 = '#5c6bc0';
68export const indigo500 = '#3f51b5';
69export const indigo600 = '#3949ab';
70export const indigo700 = '#303f9f';
71export const indigo800 = '#283593';
72export const indigo900 = '#1a237e';
73export const indigoA100 = '#8c9eff';
74export const indigoA200 = '#536dfe';
75export const indigoA400 = '#3d5afe';
76export const indigoA700 = '#304ffe';
77
78export const blue50 = '#e3f2fd';
79export const blue100 = '#bbdefb';
80export const blue200 = '#90caf9';
81export const blue300 = '#64b5f6';
82export const blue400 = '#42a5f5';
83export const blue500 = '#2196f3';
84export const blue600 = '#1e88e5';
85export const blue700 = '#1976d2';
86export const blue800 = '#1565c0';
87export const blue900 = '#0d47a1';
88export const blueA100 = '#82b1ff';
89export const blueA200 = '#448aff';
90export const blueA400 = '#2979ff';
91export const blueA700 = '#2962ff';
92
93export const lightBlue50 = '#e1f5fe';
94export const lightBlue100 = '#b3e5fc';
95export const lightBlue200 = '#81d4fa';
96export const lightBlue300 = '#4fc3f7';
97export const lightBlue400 = '#29b6f6';
98export const lightBlue500 = '#03a9f4';
99export const lightBlue600 = '#039be5';
100export const lightBlue700 = '#0288d1';
101export const lightBlue800 = '#0277bd';
102export const lightBlue900 = '#01579b';
103export const lightBlueA100 = '#80d8ff';
104export const lightBlueA200 = '#40c4ff';
105export const lightBlueA400 = '#00b0ff';
106export const lightBlueA700 = '#0091ea';
107
108export const cyan50 = '#e0f7fa';
109export const cyan100 = '#b2ebf2';
110export const cyan200 = '#80deea';
111export const cyan300 = '#4dd0e1';
112export const cyan400 = '#26c6da';
113export const cyan500 = '#00bcd4';
114export const cyan600 = '#00acc1';
115export const cyan700 = '#0097a7';
116export const cyan800 = '#00838f';
117export const cyan900 = '#006064';
118export const cyanA100 = '#84ffff';
119export const cyanA200 = '#18ffff';
120export const cyanA400 = '#00e5ff';
121export const cyanA700 = '#00b8d4';
122
123export const teal50 = '#e0f2f1';
124export const teal100 = '#b2dfdb';
125export const teal200 = '#80cbc4';
126export const teal300 = '#4db6ac';
127export const teal400 = '#26a69a';
128export const teal500 = '#009688';
129export const teal600 = '#00897b';
130export const teal700 = '#00796b';
131export const teal800 = '#00695c';
132export const teal900 = '#004d40';
133export const tealA100 = '#a7ffeb';
134export const tealA200 = '#64ffda';
135export const tealA400 = '#1de9b6';
136export const tealA700 = '#00bfa5';
137
138export const green50 = '#e8f5e9';
139export const green100 = '#c8e6c9';
140export const green200 = '#a5d6a7';
141export const green300 = '#81c784';
142export const green400 = '#66bb6a';
143export const green500 = '#4caf50';
144export const green600 = '#43a047';
145export const green700 = '#388e3c';
146export const green800 = '#2e7d32';
147export const green900 = '#1b5e20';
148export const greenA100 = '#b9f6ca';
149export const greenA200 = '#69f0ae';
150export const greenA400 = '#00e676';
151export const greenA700 = '#00c853';
152
153export const lightGreen50 = '#f1f8e9';
154export const lightGreen100 = '#dcedc8';
155export const lightGreen200 = '#c5e1a5';
156export const lightGreen300 = '#aed581';
157export const lightGreen400 = '#9ccc65';
158export const lightGreen500 = '#8bc34a';
159export const lightGreen600 = '#7cb342';
160export const lightGreen700 = '#689f38';
161export const lightGreen800 = '#558b2f';
162export const lightGreen900 = '#33691e';
163export const lightGreenA100 = '#ccff90';
164export const lightGreenA200 = '#b2ff59';
165export const lightGreenA400 = '#76ff03';
166export const lightGreenA700 = '#64dd17';
167
168export const lime50 = '#f9fbe7';
169export const lime100 = '#f0f4c3';
170export const lime200 = '#e6ee9c';
171export const lime300 = '#dce775';
172export const lime400 = '#d4e157';
173export const lime500 = '#cddc39';
174export const lime600 = '#c0ca33';
175export const lime700 = '#afb42b';
176export const lime800 = '#9e9d24';
177export const lime900 = '#827717';
178export const limeA100 = '#f4ff81';
179export const limeA200 = '#eeff41';
180export const limeA400 = '#c6ff00';
181export const limeA700 = '#aeea00';
182
183export const yellow50 = '#fffde7';
184export const yellow100 = '#fff9c4';
185export const yellow200 = '#fff59d';
186export const yellow300 = '#fff176';
187export const yellow400 = '#ffee58';
188export const yellow500 = '#ffeb3b';
189export const yellow600 = '#fdd835';
190export const yellow700 = '#fbc02d';
191export const yellow800 = '#f9a825';
192export const yellow900 = '#f57f17';
193export const yellowA100 = '#ffff8d';
194export const yellowA200 = '#ffff00';
195export const yellowA400 = '#ffea00';
196export const yellowA700 = '#ffd600';
197
198export const amber50 = '#fff8e1';
199export const amber100 = '#ffecb3';
200export const amber200 = '#ffe082';
201export const amber300 = '#ffd54f';
202export const amber400 = '#ffca28';
203export const amber500 = '#ffc107';
204export const amber600 = '#ffb300';
205export const amber700 = '#ffa000';
206export const amber800 = '#ff8f00';
207export const amber900 = '#ff6f00';
208export const amberA100 = '#ffe57f';
209export const amberA200 = '#ffd740';
210export const amberA400 = '#ffc400';
211export const amberA700 = '#ffab00';
212
213export const orange50 = '#fff3e0';
214export const orange100 = '#ffe0b2';
215export const orange200 = '#ffcc80';
216export const orange300 = '#ffb74d';
217export const orange400 = '#ffa726';
218export const orange500 = '#ff9800';
219export const orange600 = '#fb8c00';
220export const orange700 = '#f57c00';
221export const orange800 = '#ef6c00';
222export const orange900 = '#e65100';
223export const orangeA100 = '#ffd180';
224export const orangeA200 = '#ffab40';
225export const orangeA400 = '#ff9100';
226export const orangeA700 = '#ff6d00';
227
228export const deepOrange50 = '#fbe9e7';
229export const deepOrange100 = '#ffccbc';
230export const deepOrange200 = '#ffab91';
231export const deepOrange300 = '#ff8a65';
232export const deepOrange400 = '#ff7043';
233export const deepOrange500 = '#ff5722';
234export const deepOrange600 = '#f4511e';
235export const deepOrange700 = '#e64a19';
236export const deepOrange800 = '#d84315';
237export const deepOrange900 = '#bf360c';
238export const deepOrangeA100 = '#ff9e80';
239export const deepOrangeA200 = '#ff6e40';
240export const deepOrangeA400 = '#ff3d00';
241export const deepOrangeA700 = '#dd2c00';
242
243export const brown50 = '#efebe9';
244export const brown100 = '#d7ccc8';
245export const brown200 = '#bcaaa4';
246export const brown300 = '#a1887f';
247export const brown400 = '#8d6e63';
248export const brown500 = '#795548';
249export const brown600 = '#6d4c41';
250export const brown700 = '#5d4037';
251export const brown800 = '#4e342e';
252export const brown900 = '#3e2723';
253
254export const blueGrey50 = '#eceff1';
255export const blueGrey100 = '#cfd8dc';
256export const blueGrey200 = '#b0bec5';
257export const blueGrey300 = '#90a4ae';
258export const blueGrey400 = '#78909c';
259export const blueGrey500 = '#607d8b';
260export const blueGrey600 = '#546e7a';
261export const blueGrey700 = '#455a64';
262export const blueGrey800 = '#37474f';
263export const blueGrey900 = '#263238';
264
265export const grey50 = '#fafafa';
266export const grey100 = '#f5f5f5';
267export const grey200 = '#eeeeee';
268export const grey300 = '#e0e0e0';
269export const grey400 = '#bdbdbd';
270export const grey500 = '#9e9e9e';
271export const grey600 = '#757575';
272export const grey700 = '#616161';
273export const grey800 = '#424242';
274export const grey900 = '#212121';
275
276export const black = '#000000';
277export const white = '#ffffff';