E

Combination 275

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c55347',
          'secondary': '#c2ae93',
          'accent': '#762c19',
          'neutral': '#7a4456',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c55347;
  --color-secondary: #c2ae93;
  --color-accent: #762c19;
  --color-neutral: #7a4456;
}

API Endpoint

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