UNPKG

3.03 kBTypeScriptView Raw
1/* tslint:disable max-line-length */
2/**
3 * ![orange 50](https://material-ui.com/static/colors-preview/orange-50-24x24.svg) ![orange 100](https://material-ui.com/static/colors-preview/orange-100-24x24.svg) ![orange 200](https://material-ui.com/static/colors-preview/orange-200-24x24.svg) ![orange 300](https://material-ui.com/static/colors-preview/orange-300-24x24.svg) ![orange 400](https://material-ui.com/static/colors-preview/orange-400-24x24.svg) ![orange 500](https://material-ui.com/static/colors-preview/orange-500-24x24.svg) ![orange 600](https://material-ui.com/static/colors-preview/orange-600-24x24.svg) ![orange 700](https://material-ui.com/static/colors-preview/orange-700-24x24.svg) ![orange 800](https://material-ui.com/static/colors-preview/orange-800-24x24.svg) ![orange 900](https://material-ui.com/static/colors-preview/orange-900-24x24.svg) ![orange A100](https://material-ui.com/static/colors-preview/orange-A100-24x24.svg) ![orange A200](https://material-ui.com/static/colors-preview/orange-A200-24x24.svg) ![orange A400](https://material-ui.com/static/colors-preview/orange-A400-24x24.svg) ![orange A700](https://material-ui.com/static/colors-preview/orange-A700-24x24.svg)
4 */
5declare const orange: {
6 /**
7 * Preview: ![orange 50](https://material-ui.com/static/colors-preview/orange-50-24x24.svg)
8 */
9 50: '#fff3e0';
10 /**
11 * Preview: ![orange 100](https://material-ui.com/static/colors-preview/orange-100-24x24.svg)
12 */
13 100: '#ffe0b2';
14 /**
15 * Preview: ![orange 200](https://material-ui.com/static/colors-preview/orange-200-24x24.svg)
16 */
17 200: '#ffcc80';
18 /**
19 * Preview: ![orange 300](https://material-ui.com/static/colors-preview/orange-300-24x24.svg)
20 */
21 300: '#ffb74d';
22 /**
23 * Preview: ![orange 400](https://material-ui.com/static/colors-preview/orange-400-24x24.svg)
24 */
25 400: '#ffa726';
26 /**
27 * Preview: ![orange 500](https://material-ui.com/static/colors-preview/orange-500-24x24.svg)
28 */
29 500: '#ff9800';
30 /**
31 * Preview: ![orange 600](https://material-ui.com/static/colors-preview/orange-600-24x24.svg)
32 */
33 600: '#fb8c00';
34 /**
35 * Preview: ![orange 700](https://material-ui.com/static/colors-preview/orange-700-24x24.svg)
36 */
37 700: '#f57c00';
38 /**
39 * Preview: ![orange 800](https://material-ui.com/static/colors-preview/orange-800-24x24.svg)
40 */
41 800: '#ef6c00';
42 /**
43 * Preview: ![orange 900](https://material-ui.com/static/colors-preview/orange-900-24x24.svg)
44 */
45 900: '#e65100';
46 /**
47 * Preview: ![orange A100](https://material-ui.com/static/colors-preview/orange-A100-24x24.svg)
48 */
49 A100: '#ffd180';
50 /**
51 * Preview: ![orange A200](https://material-ui.com/static/colors-preview/orange-A200-24x24.svg)
52 */
53 A200: '#ffab40';
54 /**
55 * Preview: ![orange A400](https://material-ui.com/static/colors-preview/orange-A400-24x24.svg)
56 */
57 A400: '#ff9100';
58 /**
59 * Preview: ![orange A700](https://material-ui.com/static/colors-preview/orange-A700-24x24.svg)
60 */
61 A700: '#ff6d00';
62};
63
64export default orange;