E

Combination 126

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ebd3a2',
          'secondary': '#e2b540',
          'accent': '#1c4286',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ebd3a2;
  --color-secondary: #e2b540;
  --color-accent: #1c4286;
}

API Endpoint

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