E

Combination 121

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#7c4226',
          'secondary': '#d8a37b',
          'accent': '#555832',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #7c4226;
  --color-secondary: #d8a37b;
  --color-accent: #555832;
}

API Endpoint

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