E

Combination 296

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f5ecc2',
          'secondary': '#d8a37b',
          'accent': '#71502f',
          'neutral': '#34454c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f5ecc2;
  --color-secondary: #d8a37b;
  --color-accent: #71502f;
  --color-neutral: #34454c;
}

API Endpoint

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