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

export const frenchMagenta: ColorShades = {
  50: '#fff0f6',
  100: '#ffd6e7',
  200: '#ffadd2',
  300: '#ff85c0',
  400: '#f759ab',
  500: '#eb2f96',
  600: '#c41d7f',
  700: '#9e1068',
  800: '#780650',
  900: '#520339',
};
