E

Combination 193

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f48067',
          'secondary': '#fbe6a0',
          'accent': '#00908a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f48067;
  --color-secondary: #fbe6a0;
  --color-accent: #00908a;
}

API Endpoint

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