export const black = '#000'
export const white = '#fff'
export const buttonHoverColor = '#9ebbbb'
export const commonRed = '#f15855'
export const commonGreen = '#01a0b3'
export const commonLightGreen = 'rgba(232,244,225,0.5)'
export const commonBackgroundImage =
  'linear-gradient(to bottom, #40cddf, #5e79e9)'
export const commonBackgroundColor = 'rgba(1, 160, 179, 0.05)'
export const primaryLight = '#e1aa75'
export const primaryMain = '#ff751f'
export const primaryDark = '#c54500'
export const secondaryLight = '#ff8b82'
export const secondaryMain = '#f15855'
export const secondaryDark = '#b8202c'
export const successMain = '#1ca345'
export const infoMain = '#0081ff'
export const errorMain = '#de3f44'
export const warningMain = '#ffc001'
export const blackMain = '#212426'
export const black50 = '#8b8b8b'
export const black70 = '#5d5d5d'
export const black30 = '#b9b9b9'
export const black5 = '#f3f3f3'
export const whiteHeadings = '#cfd0d0'
export const whiteSubHeadings = '#8c8e8f'
export const whiteAssestive = '#4b4e4f'
export const whitePlaceholders = '#343739'
