E

Combination 92

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f58e84',
          'secondary': '#00978d',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f58e84;
  --color-secondary: #00978d;
}

API Endpoint

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