E

Combination 19

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#653514',
          'secondary': '#87c540',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #653514;
  --color-secondary: #87c540;
}

API Endpoint

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