E

Combination 283

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ab544d',
          'secondary': '#802626',
          'accent': '#719470',
          'neutral': '#62c6bf',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ab544d;
  --color-secondary: #802626;
  --color-accent: #719470;
  --color-neutral: #62c6bf;
}

API Endpoint

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