E

Combination 153

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f37f94',
          'secondary': '#fcb315',
          'accent': '#b2b73e',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f37f94;
  --color-secondary: #fcb315;
  --color-accent: #b2b73e;
}

API Endpoint

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