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

export const cyanV2: ColorShades = {
  50: '#e6fffb',
  100: '#b5f5ec',
  200: '#87e8de',
  300: '#5cdbd3',
  400: '#36cfc9',
  500: '#13c2c2',
  600: '#08979c',
  700: '#006d75',
  800: '#00474f',
  900: '#002329',
};
