UNPKG

2.59 kBTypeScriptView Raw
1/**
2 * ![red 50](https://mui.com/static/colors-preview/red-50-24x24.png) ![red 100](https://mui.com/static/colors-preview/red-100-24x24.png) ![red 200](https://mui.com/static/colors-preview/red-200-24x24.png) ![red 300](https://mui.com/static/colors-preview/red-300-24x24.png) ![red 400](https://mui.com/static/colors-preview/red-400-24x24.png) ![red 500](https://mui.com/static/colors-preview/red-500-24x24.png) ![red 600](https://mui.com/static/colors-preview/red-600-24x24.png) ![red 700](https://mui.com/static/colors-preview/red-700-24x24.png) ![red 800](https://mui.com/static/colors-preview/red-800-24x24.png) ![red 900](https://mui.com/static/colors-preview/red-900-24x24.png) ![red A100](https://mui.com/static/colors-preview/red-A100-24x24.png) ![red A200](https://mui.com/static/colors-preview/red-A200-24x24.png) ![red A400](https://mui.com/static/colors-preview/red-A400-24x24.png) ![red A700](https://mui.com/static/colors-preview/red-A700-24x24.png)
3 */
4declare const red: {
5 /**
6 * Preview: ![red 50](https://mui.com/static/colors-preview/red-50-24x24.png)
7 */
8 50: '#ffebee';
9 /**
10 * Preview: ![red 100](https://mui.com/static/colors-preview/red-100-24x24.png)
11 */
12 100: '#ffcdd2';
13 /**
14 * Preview: ![red 200](https://mui.com/static/colors-preview/red-200-24x24.png)
15 */
16 200: '#ef9a9a';
17 /**
18 * Preview: ![red 300](https://mui.com/static/colors-preview/red-300-24x24.png)
19 */
20 300: '#e57373';
21 /**
22 * Preview: ![red 400](https://mui.com/static/colors-preview/red-400-24x24.png)
23 */
24 400: '#ef5350';
25 /**
26 * Preview: ![red 500](https://mui.com/static/colors-preview/red-500-24x24.png)
27 */
28 500: '#f44336';
29 /**
30 * Preview: ![red 600](https://mui.com/static/colors-preview/red-600-24x24.png)
31 */
32 600: '#e53935';
33 /**
34 * Preview: ![red 700](https://mui.com/static/colors-preview/red-700-24x24.png)
35 */
36 700: '#d32f2f';
37 /**
38 * Preview: ![red 800](https://mui.com/static/colors-preview/red-800-24x24.png)
39 */
40 800: '#c62828';
41 /**
42 * Preview: ![red 900](https://mui.com/static/colors-preview/red-900-24x24.png)
43 */
44 900: '#b71c1c';
45 /**
46 * Preview: ![red A100](https://mui.com/static/colors-preview/red-A100-24x24.png)
47 */
48 A100: '#ff8a80';
49 /**
50 * Preview: ![red A200](https://mui.com/static/colors-preview/red-A200-24x24.png)
51 */
52 A200: '#ff5252';
53 /**
54 * Preview: ![red A400](https://mui.com/static/colors-preview/red-A400-24x24.png)
55 */
56 A400: '#ff1744';
57 /**
58 * Preview: ![red A700](https://mui.com/static/colors-preview/red-A700-24x24.png)
59 */
60 A700: '#d50000';
61};
62
63export default red;