E

Combination 269

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#bb7125',
          'secondary': '#802626',
          'accent': '#a36aa5',
          'neutral': '#111314',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #bb7125;
  --color-secondary: #802626;
  --color-accent: #a36aa5;
  --color-neutral: #111314;
}

API Endpoint

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