E

Combination 239

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#b59392',
          'secondary': '#cab356',
          'accent': '#b4cdc2',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #b59392;
  --color-secondary: #cab356;
  --color-accent: #b4cdc2;
}

API Endpoint

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