const colors = {
  primary: '#0000ff',
  secondary: '#05ada5',
  danger: '#ff0000',
};

export default colors;
