E

Combination 334

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fdd4bd',
          'secondary': '#837e31',
          'accent': '#afd472',
          'neutral': '#007190',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fdd4bd;
  --color-secondary: #837e31;
  --color-accent: #afd472;
  --color-neutral: #007190;
}

API Endpoint

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