E

Combination 158

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f8ed43',
          'secondary': '#c27544',
          'accent': '#87c540',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f8ed43;
  --color-secondary: #c27544;
  --color-accent: #87c540;
}

API Endpoint

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