E

Combination 284

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#e2625e',
          'secondary': '#ffdd00',
          'accent': '#00b49b',
          'neutral': '#004f46',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #e2625e;
  --color-secondary: #ffdd00;
  --color-accent: #00b49b;
  --color-neutral: #004f46;
}

API Endpoint

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