E

Combination 304

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#793327',
          'secondary': '#fdbf68',
          'accent': '#8b835b',
          'neutral': '#00978d',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #793327;
  --color-secondary: #fdbf68;
  --color-accent: #8b835b;
  --color-neutral: #00978d;
}

API Endpoint

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