E

Combination 167

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #c2ae93;
  --color-secondary: #a7d4e4;
  --color-accent: #064f6e;
}

API Endpoint

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