E

Combination 233

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #a62c37;
  --color-secondary: #96874d;
  --color-accent: #40456a;
}

API Endpoint

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