1 | /**
|
2 | * ![lightGreen 50](https://mui.com/static/colors-preview/lightGreen-50-24x24.png) ![lightGreen 100](https://mui.com/static/colors-preview/lightGreen-100-24x24.png) ![lightGreen 200](https://mui.com/static/colors-preview/lightGreen-200-24x24.png) ![lightGreen 300](https://mui.com/static/colors-preview/lightGreen-300-24x24.png) ![lightGreen 400](https://mui.com/static/colors-preview/lightGreen-400-24x24.png) ![lightGreen 500](https://mui.com/static/colors-preview/lightGreen-500-24x24.png) ![lightGreen 600](https://mui.com/static/colors-preview/lightGreen-600-24x24.png) ![lightGreen 700](https://mui.com/static/colors-preview/lightGreen-700-24x24.png) ![lightGreen 800](https://mui.com/static/colors-preview/lightGreen-800-24x24.png) ![lightGreen 900](https://mui.com/static/colors-preview/lightGreen-900-24x24.png) ![lightGreen A100](https://mui.com/static/colors-preview/lightGreen-A100-24x24.png) ![lightGreen A200](https://mui.com/static/colors-preview/lightGreen-A200-24x24.png) ![lightGreen A400](https://mui.com/static/colors-preview/lightGreen-A400-24x24.png) ![lightGreen A700](https://mui.com/static/colors-preview/lightGreen-A700-24x24.png)
|
3 | */
|
4 | declare const lightGreen: {
|
5 | /**
|
6 | * Preview: ![lightGreen 50](https://mui.com/static/colors-preview/lightGreen-50-24x24.png)
|
7 | */
|
8 | 50: '#f1f8e9';
|
9 | /**
|
10 | * Preview: ![lightGreen 100](https://mui.com/static/colors-preview/lightGreen-100-24x24.png)
|
11 | */
|
12 | 100: '#dcedc8';
|
13 | /**
|
14 | * Preview: ![lightGreen 200](https://mui.com/static/colors-preview/lightGreen-200-24x24.png)
|
15 | */
|
16 | 200: '#c5e1a5';
|
17 | /**
|
18 | * Preview: ![lightGreen 300](https://mui.com/static/colors-preview/lightGreen-300-24x24.png)
|
19 | */
|
20 | 300: '#aed581';
|
21 | /**
|
22 | * Preview: ![lightGreen 400](https://mui.com/static/colors-preview/lightGreen-400-24x24.png)
|
23 | */
|
24 | 400: '#9ccc65';
|
25 | /**
|
26 | * Preview: ![lightGreen 500](https://mui.com/static/colors-preview/lightGreen-500-24x24.png)
|
27 | */
|
28 | 500: '#8bc34a';
|
29 | /**
|
30 | * Preview: ![lightGreen 600](https://mui.com/static/colors-preview/lightGreen-600-24x24.png)
|
31 | */
|
32 | 600: '#7cb342';
|
33 | /**
|
34 | * Preview: ![lightGreen 700](https://mui.com/static/colors-preview/lightGreen-700-24x24.png)
|
35 | */
|
36 | 700: '#689f38';
|
37 | /**
|
38 | * Preview: ![lightGreen 800](https://mui.com/static/colors-preview/lightGreen-800-24x24.png)
|
39 | */
|
40 | 800: '#558b2f';
|
41 | /**
|
42 | * Preview: ![lightGreen 900](https://mui.com/static/colors-preview/lightGreen-900-24x24.png)
|
43 | */
|
44 | 900: '#33691e';
|
45 | /**
|
46 | * Preview: ![lightGreen A100](https://mui.com/static/colors-preview/lightGreen-A100-24x24.png)
|
47 | */
|
48 | A100: '#ccff90';
|
49 | /**
|
50 | * Preview: ![lightGreen A200](https://mui.com/static/colors-preview/lightGreen-A200-24x24.png)
|
51 | */
|
52 | A200: '#b2ff59';
|
53 | /**
|
54 | * Preview: ![lightGreen A400](https://mui.com/static/colors-preview/lightGreen-A400-24x24.png)
|
55 | */
|
56 | A400: '#76ff03';
|
57 | /**
|
58 | * Preview: ![lightGreen A700](https://mui.com/static/colors-preview/lightGreen-A700-24x24.png)
|
59 | */
|
60 | A700: '#64dd17';
|
61 | };
|
62 |
|
63 | export default lightGreen;
|