E

Combination 190

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ebd3a2',
          'secondary': '#d96629',
          'accent': '#111314',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ebd3a2;
  --color-secondary: #d96629;
  --color-accent: #111314;
}

API Endpoint

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