E

Combination 217

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #802626;
  --color-secondary: #d8a37b;
  --color-accent: #1a7444;
}

API Endpoint

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