UNPKG

2.91 kBTypeScriptView Raw
1/* tslint:disable max-line-length */
2/**
3 * ![lime 50](https://material-ui.com/static/colors-preview/lime-50-24x24.svg) ![lime 100](https://material-ui.com/static/colors-preview/lime-100-24x24.svg) ![lime 200](https://material-ui.com/static/colors-preview/lime-200-24x24.svg) ![lime 300](https://material-ui.com/static/colors-preview/lime-300-24x24.svg) ![lime 400](https://material-ui.com/static/colors-preview/lime-400-24x24.svg) ![lime 500](https://material-ui.com/static/colors-preview/lime-500-24x24.svg) ![lime 600](https://material-ui.com/static/colors-preview/lime-600-24x24.svg) ![lime 700](https://material-ui.com/static/colors-preview/lime-700-24x24.svg) ![lime 800](https://material-ui.com/static/colors-preview/lime-800-24x24.svg) ![lime 900](https://material-ui.com/static/colors-preview/lime-900-24x24.svg) ![lime A100](https://material-ui.com/static/colors-preview/lime-A100-24x24.svg) ![lime A200](https://material-ui.com/static/colors-preview/lime-A200-24x24.svg) ![lime A400](https://material-ui.com/static/colors-preview/lime-A400-24x24.svg) ![lime A700](https://material-ui.com/static/colors-preview/lime-A700-24x24.svg)
4 */
5declare const lime: {
6 /**
7 * Preview: ![lime 50](https://material-ui.com/static/colors-preview/lime-50-24x24.svg)
8 */
9 50: '#f9fbe7';
10 /**
11 * Preview: ![lime 100](https://material-ui.com/static/colors-preview/lime-100-24x24.svg)
12 */
13 100: '#f0f4c3';
14 /**
15 * Preview: ![lime 200](https://material-ui.com/static/colors-preview/lime-200-24x24.svg)
16 */
17 200: '#e6ee9c';
18 /**
19 * Preview: ![lime 300](https://material-ui.com/static/colors-preview/lime-300-24x24.svg)
20 */
21 300: '#dce775';
22 /**
23 * Preview: ![lime 400](https://material-ui.com/static/colors-preview/lime-400-24x24.svg)
24 */
25 400: '#d4e157';
26 /**
27 * Preview: ![lime 500](https://material-ui.com/static/colors-preview/lime-500-24x24.svg)
28 */
29 500: '#cddc39';
30 /**
31 * Preview: ![lime 600](https://material-ui.com/static/colors-preview/lime-600-24x24.svg)
32 */
33 600: '#c0ca33';
34 /**
35 * Preview: ![lime 700](https://material-ui.com/static/colors-preview/lime-700-24x24.svg)
36 */
37 700: '#afb42b';
38 /**
39 * Preview: ![lime 800](https://material-ui.com/static/colors-preview/lime-800-24x24.svg)
40 */
41 800: '#9e9d24';
42 /**
43 * Preview: ![lime 900](https://material-ui.com/static/colors-preview/lime-900-24x24.svg)
44 */
45 900: '#827717';
46 /**
47 * Preview: ![lime A100](https://material-ui.com/static/colors-preview/lime-A100-24x24.svg)
48 */
49 A100: '#f4ff81';
50 /**
51 * Preview: ![lime A200](https://material-ui.com/static/colors-preview/lime-A200-24x24.svg)
52 */
53 A200: '#eeff41';
54 /**
55 * Preview: ![lime A400](https://material-ui.com/static/colors-preview/lime-A400-24x24.svg)
56 */
57 A400: '#c6ff00';
58 /**
59 * Preview: ![lime A700](https://material-ui.com/static/colors-preview/lime-A700-24x24.svg)
60 */
61 A700: '#aeea00';
62};
63
64export default lime;