E

Combination 116

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#e0b3b6',
          'secondary': '#6450a1',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #e0b3b6;
  --color-secondary: #6450a1;
}

API Endpoint

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