react-life-design
Version:
Life Design UI components
23 lines • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Colors = {
white: '#fff',
urbanSky: '#f8f8f8',
codGray: '#1d1d1d',
support: '#929292',
line: '#d8d8d8',
cerulean: '#10A2D0',
regalBlue: '#003C64',
lochmara: '#0077C8',
chestnut: '#b8423e',
goldDrop: '#f27d00',
apple: '#4FA057',
tulipTree: '#E6B628',
aegonBlue: '#1569b0',
goblin: '#357d40',
affair: '#6d4592',
puertoRico: '#3bc8bc',
marineBlue: '#263e5e',
};
exports.default = Colors;
//# sourceMappingURL=Colors.js.map