E

Combination 337

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#6d4145',
          'secondary': '#ca92a8',
          'accent': '#713b4c',
          'neutral': '#111314',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #6d4145;
  --color-secondary: #ca92a8;
  --color-accent: #713b4c;
  --color-neutral: #111314;
}

API Endpoint

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