E

Combination 66

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #d6b43e;
  --color-secondary: #6b7140;
}

API Endpoint

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