E

Combination 207

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#a36752',
          'secondary': '#b4cdc2',
          'accent': '#111314',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #a36752;
  --color-secondary: #b4cdc2;
  --color-accent: #111314;
}

API Endpoint

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