E

Combination 32

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#d8a37b',
          'secondary': '#87c540',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #d8a37b;
  --color-secondary: #87c540;
}

API Endpoint

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