UNPKG

617 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var Colors = {
4 white: '#fff',
5 heaven: '#f8f8f8',
6 urbanSky: '#f0f0f0',
7 line: '#d8d8d8',
8 silverChalice: '#a5a5a5',
9 support: '#929292',
10 codGray: '#1d1d1d',
11 cerulean: '#00a7cf',
12 regalBlue: '#003c64',
13 mongeral: '#0079c2',
14 prussianBlue: '#001e32',
15 chestnut: '#b8423e',
16 affair: '#6d4592',
17 goldDrop: '#f27d00',
18 tulipTree: '#e6b627',
19 goblin: '#347d3e',
20 apple: '#49af57',
21 puertoRico: '#3bc8bc',
22 joy: '#f34a65',
23};
24exports.default = Colors;
25//# sourceMappingURL=Colors.js.map
\No newline at end of file