E

Combination 182

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#bb7125',
          'secondary': '#4b3317',
          'accent': '#051230',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #bb7125;
  --color-secondary: #4b3317;
  --color-accent: #051230;
}

API Endpoint

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