You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
588 B

export const YELLOW = '#e2d602'
export const ORANGE = '#fd7600'
export const ORANGE_LIGHT = '#FEEDA8'
export const GREEN = '#2ACF8D'
export const GREEN_LIGHT = '#96b0a3'
export const BLUE = '#2665c4'
export const BLUE_LIGHT = '#049DFF'
export const RED = '#FE6869'
export const RED_LIGHT = '#F7B2B2'
export const PURPLE = '#7F6CDE'
export const PINK = '#FE5397'
export const PURPLE_DARK = '#7F6CDE'
export const PUBLISH = '#FDCB05'
export const GRAY = '#999'
export const PURPLE_LIGHT = '#7F6CDE'
export const MAIN = BLUE
export const LINEAR = 'linear-gradient(90deg, #049DFF, #2665c4)'