UNPKG

2.97 kBTypeScriptView Raw
1/* tslint:disable max-line-length */
2/**
3 * ![green 50](https://material-ui.com/static/colors-preview/green-50-24x24.svg) ![green 100](https://material-ui.com/static/colors-preview/green-100-24x24.svg) ![green 200](https://material-ui.com/static/colors-preview/green-200-24x24.svg) ![green 300](https://material-ui.com/static/colors-preview/green-300-24x24.svg) ![green 400](https://material-ui.com/static/colors-preview/green-400-24x24.svg) ![green 500](https://material-ui.com/static/colors-preview/green-500-24x24.svg) ![green 600](https://material-ui.com/static/colors-preview/green-600-24x24.svg) ![green 700](https://material-ui.com/static/colors-preview/green-700-24x24.svg) ![green 800](https://material-ui.com/static/colors-preview/green-800-24x24.svg) ![green 900](https://material-ui.com/static/colors-preview/green-900-24x24.svg) ![green A100](https://material-ui.com/static/colors-preview/green-A100-24x24.svg) ![green A200](https://material-ui.com/static/colors-preview/green-A200-24x24.svg) ![green A400](https://material-ui.com/static/colors-preview/green-A400-24x24.svg) ![green A700](https://material-ui.com/static/colors-preview/green-A700-24x24.svg)
4 */
5declare const green: {
6 /**
7 * Preview: ![green 50](https://material-ui.com/static/colors-preview/green-50-24x24.svg)
8 */
9 50: '#e8f5e9';
10 /**
11 * Preview: ![green 100](https://material-ui.com/static/colors-preview/green-100-24x24.svg)
12 */
13 100: '#c8e6c9';
14 /**
15 * Preview: ![green 200](https://material-ui.com/static/colors-preview/green-200-24x24.svg)
16 */
17 200: '#a5d6a7';
18 /**
19 * Preview: ![green 300](https://material-ui.com/static/colors-preview/green-300-24x24.svg)
20 */
21 300: '#81c784';
22 /**
23 * Preview: ![green 400](https://material-ui.com/static/colors-preview/green-400-24x24.svg)
24 */
25 400: '#66bb6a';
26 /**
27 * Preview: ![green 500](https://material-ui.com/static/colors-preview/green-500-24x24.svg)
28 */
29 500: '#4caf50';
30 /**
31 * Preview: ![green 600](https://material-ui.com/static/colors-preview/green-600-24x24.svg)
32 */
33 600: '#43a047';
34 /**
35 * Preview: ![green 700](https://material-ui.com/static/colors-preview/green-700-24x24.svg)
36 */
37 700: '#388e3c';
38 /**
39 * Preview: ![green 800](https://material-ui.com/static/colors-preview/green-800-24x24.svg)
40 */
41 800: '#2e7d32';
42 /**
43 * Preview: ![green 900](https://material-ui.com/static/colors-preview/green-900-24x24.svg)
44 */
45 900: '#1b5e20';
46 /**
47 * Preview: ![green A100](https://material-ui.com/static/colors-preview/green-A100-24x24.svg)
48 */
49 A100: '#b9f6ca';
50 /**
51 * Preview: ![green A200](https://material-ui.com/static/colors-preview/green-A200-24x24.svg)
52 */
53 A200: '#69f0ae';
54 /**
55 * Preview: ![green A400](https://material-ui.com/static/colors-preview/green-A400-24x24.svg)
56 */
57 A400: '#00e676';
58 /**
59 * Preview: ![green A700](https://material-ui.com/static/colors-preview/green-A700-24x24.svg)
60 */
61 A700: '#00c853';
62};
63
64export default green;