E

Combination 122

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#cc1236',
          'secondary': '#fdbf68',
          'accent': '#00978d',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #cc1236;
  --color-secondary: #fdbf68;
  --color-accent: #00978d;
}

API Endpoint

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