UNPKG

466 BTypeScriptView Raw
1const Colors = {
2 white: '#fff',
3 heaven: '#f8f8f8',
4 urbanSky: '#f0f0f0',
5 line: '#d8d8d8',
6 silverChalice: '#a5a5a5',
7 support: '#929292',
8 codGray: '#1d1d1d',
9 cerulean: '#00a7cf',
10 regalBlue: '#003c64',
11 mongeral: '#0079c2',
12 prussianBlue: '#001e32',
13 chestnut: '#b8423e',
14 affair: '#6d4592',
15 goldDrop: '#f27d00',
16 tulipTree: '#e6b627',
17 goblin: '#347d3e',
18 apple: '#49af57',
19 puertoRico: '#3bc8bc',
20 joy: '#f34a65',
21}
22
23export default Colors;
\No newline at end of file