E

Combination 161

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #7c4226;
  --color-secondary: #eeb480;
  --color-accent: #005b8d;
}

API Endpoint

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