E

Combination 110

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #7c4226;
  --color-secondary: #4b3317;
}

API Endpoint

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