E

Combination 290

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#6d4145',
          'secondary': '#ffefae',
          'accent': '#555832',
          'neutral': '#96d1aa',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #6d4145;
  --color-secondary: #ffefae;
  --color-accent: #555832;
  --color-neutral: #96d1aa;
}

API Endpoint

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