UNPKG

2.71 kBTypeScriptView Raw
1/**
2 * ![amber 50](https://mui.com/static/colors-preview/amber-50-24x24.png) ![amber 100](https://mui.com/static/colors-preview/amber-100-24x24.png) ![amber 200](https://mui.com/static/colors-preview/amber-200-24x24.png) ![amber 300](https://mui.com/static/colors-preview/amber-300-24x24.png) ![amber 400](https://mui.com/static/colors-preview/amber-400-24x24.png) ![amber 500](https://mui.com/static/colors-preview/amber-500-24x24.png) ![amber 600](https://mui.com/static/colors-preview/amber-600-24x24.png) ![amber 700](https://mui.com/static/colors-preview/amber-700-24x24.png) ![amber 800](https://mui.com/static/colors-preview/amber-800-24x24.png) ![amber 900](https://mui.com/static/colors-preview/amber-900-24x24.png) ![amber A100](https://mui.com/static/colors-preview/amber-A100-24x24.png) ![amber A200](https://mui.com/static/colors-preview/amber-A200-24x24.png) ![amber A400](https://mui.com/static/colors-preview/amber-A400-24x24.png) ![amber A700](https://mui.com/static/colors-preview/amber-A700-24x24.png)
3 */
4declare const amber: {
5 /**
6 * Preview: ![amber 50](https://mui.com/static/colors-preview/amber-50-24x24.png)
7 */
8 50: '#fff8e1';
9 /**
10 * Preview: ![amber 100](https://mui.com/static/colors-preview/amber-100-24x24.png)
11 */
12 100: '#ffecb3';
13 /**
14 * Preview: ![amber 200](https://mui.com/static/colors-preview/amber-200-24x24.png)
15 */
16 200: '#ffe082';
17 /**
18 * Preview: ![amber 300](https://mui.com/static/colors-preview/amber-300-24x24.png)
19 */
20 300: '#ffd54f';
21 /**
22 * Preview: ![amber 400](https://mui.com/static/colors-preview/amber-400-24x24.png)
23 */
24 400: '#ffca28';
25 /**
26 * Preview: ![amber 500](https://mui.com/static/colors-preview/amber-500-24x24.png)
27 */
28 500: '#ffc107';
29 /**
30 * Preview: ![amber 600](https://mui.com/static/colors-preview/amber-600-24x24.png)
31 */
32 600: '#ffb300';
33 /**
34 * Preview: ![amber 700](https://mui.com/static/colors-preview/amber-700-24x24.png)
35 */
36 700: '#ffa000';
37 /**
38 * Preview: ![amber 800](https://mui.com/static/colors-preview/amber-800-24x24.png)
39 */
40 800: '#ff8f00';
41 /**
42 * Preview: ![amber 900](https://mui.com/static/colors-preview/amber-900-24x24.png)
43 */
44 900: '#ff6f00';
45 /**
46 * Preview: ![amber A100](https://mui.com/static/colors-preview/amber-A100-24x24.png)
47 */
48 A100: '#ffe57f';
49 /**
50 * Preview: ![amber A200](https://mui.com/static/colors-preview/amber-A200-24x24.png)
51 */
52 A200: '#ffd740';
53 /**
54 * Preview: ![amber A400](https://mui.com/static/colors-preview/amber-A400-24x24.png)
55 */
56 A400: '#ffc400';
57 /**
58 * Preview: ![amber A700](https://mui.com/static/colors-preview/amber-A700-24x24.png)
59 */
60 A700: '#ffab00';
61};
62
63export default amber;