E

Combination 237

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#a62c37',
          'secondary': '#762c19',
          'accent': '#97acc8',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #a62c37;
  --color-secondary: #762c19;
  --color-accent: #97acc8;
}

API Endpoint

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