E

Combination 20

2 colors

Tailwind Config

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

CSS Variables

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

API Endpoint

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