fabiobatoni / Coffe-Delivery

Project with React to manage shopping cart
https://coffe-delivery-pied.vercel.app
1 stars 0 forks source link

Configure fonts , colors and styles #4

Closed fabiobatoni closed 8 months ago

fabiobatoni commented 8 months ago

Colors Default

export const defaultTheme = {
  //Products

  'yellow-dark': '#C47F17',
  'yellow': '#DBAC2C',
  'yellow-light': '#F1E9C9',

  'purple-dark': '#4B2995',
  'purple': '#8047F8',
  'purple-light': 'EBE5F9',

  //Base

  'base-title': '#272221',
  'base-subtitle': '#403937',
  'base-text': '#574F4D',
  'base-label' : '#8D8686',
  'base-hover' : '#D7D5D5',
  'base-button': '#E6E5E5',
  'base-input' : '#EDEDED',
  'base-card' : '#F3F2F2',
  'background': '#FAFAFA',
  'white': '#FFFFFF'
}