E

Combination 156

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#d6b43e',
          'secondary': '#96d1aa',
          'accent': '#4f4086',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #d6b43e;
  --color-secondary: #96d1aa;
  --color-accent: #4f4086;
}

API Endpoint

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