E

Combination 128

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f8b6ba',
          'secondary': '#62c6bf',
          'accent': '#9a72aa',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f8b6ba;
  --color-secondary: #62c6bf;
  --color-accent: #9a72aa;
}

API Endpoint

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