UNPKG

290 BJavaScriptView Raw
1const red = {
2 50: '#ffebee',
3 100: '#ffcdd2',
4 200: '#ef9a9a',
5 300: '#e57373',
6 400: '#ef5350',
7 500: '#f44336',
8 600: '#e53935',
9 700: '#d32f2f',
10 800: '#c62828',
11 900: '#b71c1c',
12 A100: '#ff8a80',
13 A200: '#ff5252',
14 A400: '#ff1744',
15 A700: '#d50000'
16};
17export default red;
\No newline at end of file