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

export const sunriseYellow: ColorShades = {
  50: '#feffe6',
  100: '#ffffb8',
  200: '#fffb8f',
  300: '#fff566',
  400: '#ffec3d',
  500: '#fadb14',
  600: '#d4b106',
  700: '#ad8b00',
  800: '#876800',
  900: '#614700',
};
