E

Combination 254

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f8b6ba',
          'secondary': '#f5ecc2',
          'accent': '#837e31',
          'neutral': '#ca92a8',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f8b6ba;
  --color-secondary: #f5ecc2;
  --color-accent: #837e31;
  --color-neutral: #ca92a8;
}

API Endpoint

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