@sildeswj/common-libraries
Version:
This is common libraries used for all refeed projects
45 lines • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Colors = void 0;
exports.Colors = {
// primary colors
primary50: '#EBFEF6',
primary100: '#D0FBE7',
primary400: '#2FD8A0',
primary: '#009E73',
primary700: '#007C5E',
primary900: '#04503F',
// secondary colors
secondary50: '#FEF6EE',
secondary100: '#FCECD8',
secondary400: '#EF8C48',
secondary: '#D95319',
secondary700: '#B74017',
secondary900: '#762C18',
// error colors
error50: '#FDF3F3',
error100: '#FDE3E3',
error400: '#F17878',
error: '#D32F2F',
error700: '#B12424',
error900: '#7A2222',
// sub colors
sub50: '#EDF8FF',
sub100: '#D7EDFF',
sub300: '#50B5FF',
sub: '#1777FF',
sub700: '#0A5CEB',
sub900: '#134295',
// text colors
text400: '#BBBBBB',
text500: '#868686',
text: '#202020',
// outline colors
outline: '#D1D1D1',
// background colors
bg0: '#FFFFFF',
bg100: '#F5F5F5',
bg200: '#EBEBEB',
white: '#FFFFFF',
};
//# sourceMappingURL=colors.js.map