E

Combination 73

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#71502f',
          'secondary': '#8fa071',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #71502f;
  --color-secondary: #8fa071;
}

API Endpoint

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