E

Combination 174

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f8b6ba',
          'secondary': '#c0a9b3',
          'accent': '#7a4456',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f8b6ba;
  --color-secondary: #c0a9b3;
  --color-accent: #7a4456;
}

API Endpoint

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