export namespace orange { export const orange: string = '#FFBC89'; export const orangeBright: string = '#FFC794'; export const orangeBrightText: string = '#B5792B'; export const orangeDark: string = '#FBA05A'; export const orangeDarkText: string = '#8A5817'; export const orangeText: string = '#B5792B'; }