UNPKG

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