E

Combination 141

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f37420',
          'secondary': '#afd472',
          'accent': '#12354e',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f37420;
  --color-secondary: #afd472;
  --color-accent: #12354e;
}

API Endpoint

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