UNPKG

292 BJavaScriptView Raw
1const teal = {
2 50: '#e0f2f1',
3 100: '#b2dfdb',
4 200: '#80cbc4',
5 300: '#4db6ac',
6 400: '#26a69a',
7 500: '#009688',
8 600: '#00897b',
9 700: '#00796b',
10 800: '#00695c',
11 900: '#004d40',
12 A100: '#a7ffeb',
13 A200: '#64ffda',
14 A400: '#1de9b6',
15 A700: '#00bfa5'
16};
17export default teal;
\No newline at end of file