E

Combination 172

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c27544',
          'secondary': '#007190',
          'accent': '#59256a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c27544;
  --color-secondary: #007190;
  --color-accent: #59256a;
}

API Endpoint

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