UNPKG

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