E

Combination 211

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f68c50',
          'secondary': '#a6a159',
          'accent': '#051230',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f68c50;
  --color-secondary: #a6a159;
  --color-accent: #051230;
}

API Endpoint

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