E

Combination 323

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fdc57e',
          'secondary': '#b2b73e',
          'accent': '#762c19',
          'neutral': '#111314',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fdc57e;
  --color-secondary: #b2b73e;
  --color-accent: #762c19;
  --color-neutral: #111314;
}

API Endpoint

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