UNPKG

2.91 kBTypeScriptView Raw
1/* tslint:disable max-line-length */
2/**
3 * ![teal 50](https://material-ui.com/static/colors-preview/teal-50-24x24.svg) ![teal 100](https://material-ui.com/static/colors-preview/teal-100-24x24.svg) ![teal 200](https://material-ui.com/static/colors-preview/teal-200-24x24.svg) ![teal 300](https://material-ui.com/static/colors-preview/teal-300-24x24.svg) ![teal 400](https://material-ui.com/static/colors-preview/teal-400-24x24.svg) ![teal 500](https://material-ui.com/static/colors-preview/teal-500-24x24.svg) ![teal 600](https://material-ui.com/static/colors-preview/teal-600-24x24.svg) ![teal 700](https://material-ui.com/static/colors-preview/teal-700-24x24.svg) ![teal 800](https://material-ui.com/static/colors-preview/teal-800-24x24.svg) ![teal 900](https://material-ui.com/static/colors-preview/teal-900-24x24.svg) ![teal A100](https://material-ui.com/static/colors-preview/teal-A100-24x24.svg) ![teal A200](https://material-ui.com/static/colors-preview/teal-A200-24x24.svg) ![teal A400](https://material-ui.com/static/colors-preview/teal-A400-24x24.svg) ![teal A700](https://material-ui.com/static/colors-preview/teal-A700-24x24.svg)
4 */
5declare const teal: {
6 /**
7 * Preview: ![teal 50](https://material-ui.com/static/colors-preview/teal-50-24x24.svg)
8 */
9 50: '#e0f2f1';
10 /**
11 * Preview: ![teal 100](https://material-ui.com/static/colors-preview/teal-100-24x24.svg)
12 */
13 100: '#b2dfdb';
14 /**
15 * Preview: ![teal 200](https://material-ui.com/static/colors-preview/teal-200-24x24.svg)
16 */
17 200: '#80cbc4';
18 /**
19 * Preview: ![teal 300](https://material-ui.com/static/colors-preview/teal-300-24x24.svg)
20 */
21 300: '#4db6ac';
22 /**
23 * Preview: ![teal 400](https://material-ui.com/static/colors-preview/teal-400-24x24.svg)
24 */
25 400: '#26a69a';
26 /**
27 * Preview: ![teal 500](https://material-ui.com/static/colors-preview/teal-500-24x24.svg)
28 */
29 500: '#009688';
30 /**
31 * Preview: ![teal 600](https://material-ui.com/static/colors-preview/teal-600-24x24.svg)
32 */
33 600: '#00897b';
34 /**
35 * Preview: ![teal 700](https://material-ui.com/static/colors-preview/teal-700-24x24.svg)
36 */
37 700: '#00796b';
38 /**
39 * Preview: ![teal 800](https://material-ui.com/static/colors-preview/teal-800-24x24.svg)
40 */
41 800: '#00695c';
42 /**
43 * Preview: ![teal 900](https://material-ui.com/static/colors-preview/teal-900-24x24.svg)
44 */
45 900: '#004d40';
46 /**
47 * Preview: ![teal A100](https://material-ui.com/static/colors-preview/teal-A100-24x24.svg)
48 */
49 A100: '#a7ffeb';
50 /**
51 * Preview: ![teal A200](https://material-ui.com/static/colors-preview/teal-A200-24x24.svg)
52 */
53 A200: '#64ffda';
54 /**
55 * Preview: ![teal A400](https://material-ui.com/static/colors-preview/teal-A400-24x24.svg)
56 */
57 A400: '#1de9b6';
58 /**
59 * Preview: ![teal A700](https://material-ui.com/static/colors-preview/teal-A700-24x24.svg)
60 */
61 A700: '#00bfa5';
62};
63
64export default teal;