E

Combination 162

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#d46d7a',
          'secondary': '#8fa071',
          'accent': '#b984af',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #d46d7a;
  --color-secondary: #8fa071;
  --color-accent: #b984af;
}

API Endpoint

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