E

Combination 246

4 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #f8b6ba;
  --color-secondary: #a84222;
  --color-accent: #f5ecc2;
  --color-neutral: #fdc57e;
}

API Endpoint

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