E

Combination 235

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #ebd3a2;
  --color-secondary: #f99d1b;
  --color-accent: #c0a9b3;
}

API Endpoint

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