UNPKG

3.14 kBTypeScriptView Raw
1/* tslint:disable max-line-length */
2/**
3 * ![blueGrey 50](https://material-ui.com/static/colors-preview/blueGrey-50-24x24.svg) ![blueGrey 100](https://material-ui.com/static/colors-preview/blueGrey-100-24x24.svg) ![blueGrey 200](https://material-ui.com/static/colors-preview/blueGrey-200-24x24.svg) ![blueGrey 300](https://material-ui.com/static/colors-preview/blueGrey-300-24x24.svg) ![blueGrey 400](https://material-ui.com/static/colors-preview/blueGrey-400-24x24.svg) ![blueGrey 500](https://material-ui.com/static/colors-preview/blueGrey-500-24x24.svg) ![blueGrey 600](https://material-ui.com/static/colors-preview/blueGrey-600-24x24.svg) ![blueGrey 700](https://material-ui.com/static/colors-preview/blueGrey-700-24x24.svg) ![blueGrey 800](https://material-ui.com/static/colors-preview/blueGrey-800-24x24.svg) ![blueGrey 900](https://material-ui.com/static/colors-preview/blueGrey-900-24x24.svg) ![blueGrey A100](https://material-ui.com/static/colors-preview/blueGrey-A100-24x24.svg) ![blueGrey A200](https://material-ui.com/static/colors-preview/blueGrey-A200-24x24.svg) ![blueGrey A400](https://material-ui.com/static/colors-preview/blueGrey-A400-24x24.svg) ![blueGrey A700](https://material-ui.com/static/colors-preview/blueGrey-A700-24x24.svg)
4 */
5declare const blueGrey: {
6 /**
7 * Preview: ![blueGrey 50](https://material-ui.com/static/colors-preview/blueGrey-50-24x24.svg)
8 */
9 50: '#eceff1';
10 /**
11 * Preview: ![blueGrey 100](https://material-ui.com/static/colors-preview/blueGrey-100-24x24.svg)
12 */
13 100: '#cfd8dc';
14 /**
15 * Preview: ![blueGrey 200](https://material-ui.com/static/colors-preview/blueGrey-200-24x24.svg)
16 */
17 200: '#b0bec5';
18 /**
19 * Preview: ![blueGrey 300](https://material-ui.com/static/colors-preview/blueGrey-300-24x24.svg)
20 */
21 300: '#90a4ae';
22 /**
23 * Preview: ![blueGrey 400](https://material-ui.com/static/colors-preview/blueGrey-400-24x24.svg)
24 */
25 400: '#78909c';
26 /**
27 * Preview: ![blueGrey 500](https://material-ui.com/static/colors-preview/blueGrey-500-24x24.svg)
28 */
29 500: '#607d8b';
30 /**
31 * Preview: ![blueGrey 600](https://material-ui.com/static/colors-preview/blueGrey-600-24x24.svg)
32 */
33 600: '#546e7a';
34 /**
35 * Preview: ![blueGrey 700](https://material-ui.com/static/colors-preview/blueGrey-700-24x24.svg)
36 */
37 700: '#455a64';
38 /**
39 * Preview: ![blueGrey 800](https://material-ui.com/static/colors-preview/blueGrey-800-24x24.svg)
40 */
41 800: '#37474f';
42 /**
43 * Preview: ![blueGrey 900](https://material-ui.com/static/colors-preview/blueGrey-900-24x24.svg)
44 */
45 900: '#263238';
46 /**
47 * Preview: ![blueGrey A100](https://material-ui.com/static/colors-preview/blueGrey-A100-24x24.svg)
48 */
49 A100: '#cfd8dc';
50 /**
51 * Preview: ![blueGrey A200](https://material-ui.com/static/colors-preview/blueGrey-A200-24x24.svg)
52 */
53 A200: '#b0bec5';
54 /**
55 * Preview: ![blueGrey A400](https://material-ui.com/static/colors-preview/blueGrey-A400-24x24.svg)
56 */
57 A400: '#78909c';
58 /**
59 * Preview: ![blueGrey A700](https://material-ui.com/static/colors-preview/blueGrey-A700-24x24.svg)
60 */
61 A700: '#455a64';
62};
63
64export default blueGrey;