E

Combination 71

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #ab2439;
  --color-secondary: #d8a37b;
}

API Endpoint

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