E

Combination 159

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #bc892b;
  --color-secondary: #78cdd0;
  --color-accent: #b5b1d8;
}

API Endpoint

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