E

Combination 328

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#a84222',
          'secondary': '#f68c50',
          'accent': '#4b3317',
          'neutral': '#00908a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #a84222;
  --color-secondary: #f68c50;
  --color-accent: #4b3317;
  --color-neutral: #00908a;
}

API Endpoint

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