E

Combination 91

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#6d4145',
          'secondary': '#c16b27',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #6d4145;
  --color-secondary: #c16b27;
}

API Endpoint

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