E

Combination 41

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#8b835b',
          'secondary': '#78cdd0',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #8b835b;
  --color-secondary: #78cdd0;
}

API Endpoint

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