E

Combination 343

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ae5224',
          'secondary': '#ebd3a2',
          'accent': '#635a3a',
          'neutral': '#064f6e',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ae5224;
  --color-secondary: #ebd3a2;
  --color-accent: #635a3a;
  --color-neutral: #064f6e;
}

API Endpoint

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