E

Combination 93

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#b09f36',
          'secondary': '#a5c8d1',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #b09f36;
  --color-secondary: #a5c8d1;
}

API Endpoint

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