E

Combination 199

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ab544d',
          'secondary': '#806e4b',
          'accent': '#1c4286',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ab544d;
  --color-secondary: #806e4b;
  --color-accent: #1c4286;
}

API Endpoint

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