import { ColorShades } from '../../theme';

export const calendulaGold: ColorShades = {
  50: '#fffbe6',
  100: '#fff1b8',
  200: '#ffe58f',
  300: '#ffd666',
  400: '#ffc53d',
  500: '#faad14',
  600: '#d48806',
  700: '#ad6800',
  800: '#874d00',
  900: '#613400',
};
