E

Combination 336

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f37f94',
          'secondary': '#793327',
          'accent': '#ffefae',
          'neutral': '#42533e',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f37f94;
  --color-secondary: #793327;
  --color-accent: #ffefae;
  --color-neutral: #42533e;
}

API Endpoint

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