E

Combination 292

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ffefae',
          'secondary': '#eeb480',
          'accent': '#c5a56e',
          'neutral': '#c2ae93',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ffefae;
  --color-secondary: #eeb480;
  --color-accent: #c5a56e;
  --color-neutral: #c2ae93;
}

API Endpoint

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