E

Combination 345

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#793327',
          'secondary': '#bce4e5',
          'accent': '#62c6bf',
          'neutral': '#6450a1',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #793327;
  --color-secondary: #bce4e5;
  --color-accent: #62c6bf;
  --color-neutral: #6450a1;
}

API Endpoint

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