E

Combination 42

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #e2b540;
  --color-secondary: #4f4086;
}

API Endpoint

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