E

Combination 278

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fdbf68',
          'secondary': '#d6b43e',
          'accent': '#437742',
          'neutral': '#004f46',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fdbf68;
  --color-secondary: #d6b43e;
  --color-accent: #437742;
  --color-neutral: #004f46;
}

API Endpoint

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