E

Combination 216

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#eb5324',
          'secondary': '#489b6e',
          'accent': '#111314',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #eb5324;
  --color-secondary: #489b6e;
  --color-accent: #111314;
}

API Endpoint

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