E

Combination 43

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #f8b6ba;
  --color-secondary: #a36aa5;
}

API Endpoint

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