export namespace yellow { export const yellow: string = '#FFFBA4'; export const yellowBright: string = '#FFFCBD'; export const yellowBrightText: string = '#847E37'; export const yellowDark: string = '#fffba3'; export const yellowDarkText: string = '#7D7945'; export const yellowText: string = '#7D7945'; }