E

Combination 157

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#7d133a',
          'secondary': '#d6b43e',
          'accent': '#5a82b3',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #7d133a;
  --color-secondary: #d6b43e;
  --color-accent: #5a82b3;
}

API Endpoint

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