E

Combination 327

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f37f94',
          'secondary': '#bb7125',
          'accent': '#c2ae93',
          'neutral': '#c0a9b3',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f37f94;
  --color-secondary: #bb7125;
  --color-accent: #c2ae93;
  --color-neutral: #c0a9b3;
}

API Endpoint

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