E

Combination 185

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#b59392',
          'secondary': '#c55347',
          'accent': '#ffefae',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #b59392;
  --color-secondary: #c55347;
  --color-accent: #ffefae;
}

API Endpoint

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