export namespace gray { export const grayLight: string = '#fbfbfb'; export const grayLightText: string = '#3d3d3d'; export const gray: string = '#e2e8ec'; export const grayBright: string = '#f3f3f3'; export const grayBrightText: string = '#626262'; export const grayDark: string = '#dfdfdf'; export const grayDarkText: string = '#626262'; export const grayText: string = '#4a4a4a'; }