E

Combination 213

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#eea78c',
          'secondary': '#ffdd00',
          'accent': '#a7d4e4',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #eea78c;
  --color-secondary: #ffdd00;
  --color-accent: #a7d4e4;
}

API Endpoint

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