E

Combination 171

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#802626',
          'secondary': '#f99d1b',
          'accent': '#b4cdc2',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #802626;
  --color-secondary: #f99d1b;
  --color-accent: #b4cdc2;
}

API Endpoint

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