E

Combination 72

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #f5ecc2;
  --color-secondary: #a7d4e4;
}

API Endpoint

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