E

Combination 347

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#a6a159',
          'secondary': '#00b49b',
          'accent': '#005b8d',
          'neutral': '#b984af',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #a6a159;
  --color-secondary: #00b49b;
  --color-accent: #005b8d;
  --color-neutral: #b984af;
}

API Endpoint

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