E

Combination 49

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#a7d4e4',
          'secondary': '#006eb8',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #a7d4e4;
  --color-secondary: #006eb8;
}

API Endpoint

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