UNPKG

424 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var teal = {
8 50: '#e0f2f1',
9 100: '#b2dfdb',
10 200: '#80cbc4',
11 300: '#4db6ac',
12 400: '#26a69a',
13 500: '#009688',
14 600: '#00897b',
15 700: '#00796b',
16 800: '#00695c',
17 900: '#004d40',
18 A100: '#a7ffeb',
19 A200: '#64ffda',
20 A400: '#1de9b6',
21 A700: '#00bfa5'
22};
23var _default = teal;
24exports.default = _default;
\No newline at end of file