E

Combination 151

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #f5ecc2;
  --color-secondary: #f99d1b;
  --color-accent: #064f6e;
}

API Endpoint

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