E

Combination 127

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fdc57e',
          'secondary': '#648f7b',
          'accent': '#66629c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fdc57e;
  --color-secondary: #648f7b;
  --color-accent: #66629c;
}

API Endpoint

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