E

Combination 111

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #ffefae;
  --color-secondary: #afd472;
}

API Endpoint

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