E

Combination 282

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#da525d',
          'secondary': '#c59f6b',
          'accent': '#96d1aa',
          'neutral': '#b984af',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #da525d;
  --color-secondary: #c59f6b;
  --color-accent: #96d1aa;
  --color-neutral: #b984af;
}

API Endpoint

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