E

Combination 194

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#eb5324',
          'secondary': '#fdd4bd',
          'accent': '#5a82b3',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #eb5324;
  --color-secondary: #fdd4bd;
  --color-accent: #5a82b3;
}

API Endpoint

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