export namespace red { export const red: string = '#e32d2d'; export const redBright: string = '#e84a4a'; export const redBrightText: string = '#ffe3e3'; export const redDark: string = '#c22828'; export const redDarkText: string = '#ffe3e3'; export const redText: string = '#ffe3e3'; }