UNPKG

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