E

Combination 175

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #eeb480;
  --color-secondary: #c1c494;
  --color-accent: #6450a1;
}

API Endpoint

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