E

Combination 177

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #802626;
  --color-secondary: #96874d;
  --color-accent: #b5b1d8;
}

API Endpoint

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