E

Combination 178

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ebd3a2',
          'secondary': '#a5c8d1',
          'accent': '#099197',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ebd3a2;
  --color-secondary: #a5c8d1;
  --color-accent: #099197;
}

API Endpoint

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