1 | /**
|
2 | * ![lightBlue 50](https://mui.com/static/colors-preview/lightBlue-50-24x24.png) ![lightBlue 100](https://mui.com/static/colors-preview/lightBlue-100-24x24.png) ![lightBlue 200](https://mui.com/static/colors-preview/lightBlue-200-24x24.png) ![lightBlue 300](https://mui.com/static/colors-preview/lightBlue-300-24x24.png) ![lightBlue 400](https://mui.com/static/colors-preview/lightBlue-400-24x24.png) ![lightBlue 500](https://mui.com/static/colors-preview/lightBlue-500-24x24.png) ![lightBlue 600](https://mui.com/static/colors-preview/lightBlue-600-24x24.png) ![lightBlue 700](https://mui.com/static/colors-preview/lightBlue-700-24x24.png) ![lightBlue 800](https://mui.com/static/colors-preview/lightBlue-800-24x24.png) ![lightBlue 900](https://mui.com/static/colors-preview/lightBlue-900-24x24.png) ![lightBlue A100](https://mui.com/static/colors-preview/lightBlue-A100-24x24.png) ![lightBlue A200](https://mui.com/static/colors-preview/lightBlue-A200-24x24.png) ![lightBlue A400](https://mui.com/static/colors-preview/lightBlue-A400-24x24.png) ![lightBlue A700](https://mui.com/static/colors-preview/lightBlue-A700-24x24.png)
|
3 | */
|
4 | declare const lightBlue: {
|
5 | /**
|
6 | * Preview: ![lightBlue 50](https://mui.com/static/colors-preview/lightBlue-50-24x24.png)
|
7 | */
|
8 | 50: '#e1f5fe';
|
9 | /**
|
10 | * Preview: ![lightBlue 100](https://mui.com/static/colors-preview/lightBlue-100-24x24.png)
|
11 | */
|
12 | 100: '#b3e5fc';
|
13 | /**
|
14 | * Preview: ![lightBlue 200](https://mui.com/static/colors-preview/lightBlue-200-24x24.png)
|
15 | */
|
16 | 200: '#81d4fa';
|
17 | /**
|
18 | * Preview: ![lightBlue 300](https://mui.com/static/colors-preview/lightBlue-300-24x24.png)
|
19 | */
|
20 | 300: '#4fc3f7';
|
21 | /**
|
22 | * Preview: ![lightBlue 400](https://mui.com/static/colors-preview/lightBlue-400-24x24.png)
|
23 | */
|
24 | 400: '#29b6f6';
|
25 | /**
|
26 | * Preview: ![lightBlue 500](https://mui.com/static/colors-preview/lightBlue-500-24x24.png)
|
27 | */
|
28 | 500: '#03a9f4';
|
29 | /**
|
30 | * Preview: ![lightBlue 600](https://mui.com/static/colors-preview/lightBlue-600-24x24.png)
|
31 | */
|
32 | 600: '#039be5';
|
33 | /**
|
34 | * Preview: ![lightBlue 700](https://mui.com/static/colors-preview/lightBlue-700-24x24.png)
|
35 | */
|
36 | 700: '#0288d1';
|
37 | /**
|
38 | * Preview: ![lightBlue 800](https://mui.com/static/colors-preview/lightBlue-800-24x24.png)
|
39 | */
|
40 | 800: '#0277bd';
|
41 | /**
|
42 | * Preview: ![lightBlue 900](https://mui.com/static/colors-preview/lightBlue-900-24x24.png)
|
43 | */
|
44 | 900: '#01579b';
|
45 | /**
|
46 | * Preview: ![lightBlue A100](https://mui.com/static/colors-preview/lightBlue-A100-24x24.png)
|
47 | */
|
48 | A100: '#80d8ff';
|
49 | /**
|
50 | * Preview: ![lightBlue A200](https://mui.com/static/colors-preview/lightBlue-A200-24x24.png)
|
51 | */
|
52 | A200: '#40c4ff';
|
53 | /**
|
54 | * Preview: ![lightBlue A400](https://mui.com/static/colors-preview/lightBlue-A400-24x24.png)
|
55 | */
|
56 | A400: '#00b0ff';
|
57 | /**
|
58 | * Preview: ![lightBlue A700](https://mui.com/static/colors-preview/lightBlue-A700-24x24.png)
|
59 | */
|
60 | A700: '#0091ea';
|
61 | };
|
62 |
|
63 | export default lightBlue;
|