respond-framework
Version:
create as fast you think
26 lines (25 loc) • 695 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.colors = void 0;
const colors = exports.colors = {
red: 'rgb(254, 13, 60)',
redLight: 'rgb(202, 59, 59)',
pink: 'rgb(255, 0, 233)',
purple: 'rgb(251, 159, 177)',
blue: 'rgb(111, 179, 210)',
tan: 'rgb(222, 175, 143)',
green: 'rgb(161, 198, 89)',
greenBright: 'rgb(72, 206, 74)',
money: 'rgb(0, 255, 106)',
turqoise: 'rgb(18, 207, 192)',
black: 'rgb(40, 40, 40)',
navy: 'rgb(40, 45, 55)',
blackLight: 'rgb(55, 60, 70)',
greyDark: 'rgb(61, 68, 79)',
grey: 'rgb(108, 110, 117)',
greyLight: 'rgb(149, 150, 153)',
whiteDark: 'rgb(210, 210, 210)',
white: 'rgb(240, 240, 240)'
};