E

Combination 280

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#da525d',
          'secondary': '#555832',
          'accent': '#ca92a8',
          'neutral': '#7a4456',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #da525d;
  --color-secondary: #555832;
  --color-accent: #ca92a8;
  --color-neutral: #7a4456;
}

API Endpoint

GET https://espectro.dev/api/combinations/280