E

Combination 196

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#b2b73e',
          'secondary': '#a7d4e4',
          'accent': '#6450a1',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #b2b73e;
  --color-secondary: #a7d4e4;
  --color-accent: #6450a1;
}

API Endpoint

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