E

Combination 11

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #ebd3a2;
  --color-secondary: #a2b0ad;
}

API Endpoint

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