E

Combination 220

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#b71f57',
          'secondary': '#d8a37b',
          'accent': '#a36aa5',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #b71f57;
  --color-secondary: #d8a37b;
  --color-accent: #a36aa5;
}

API Endpoint

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