E

Combination 108

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #f37f94;
  --color-secondary: #a84222;
}

API Endpoint

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