E

Combination 131

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#bb7125',
          'secondary': '#d96629',
          'accent': '#00939b',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #bb7125;
  --color-secondary: #d96629;
  --color-accent: #00939b;
}

API Endpoint

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