export namespace green { export const green: string = '#5EE6A5'; export const greenBright: string = '#96F5C7'; export const greenBrightText: string = '#3B7D5E'; export const greenDark: string = '#4FD695'; export const greenDarkText: string = '#2B694C'; export const greenText: string = '#408665'; }