E

Combination 348

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c1c494',
          'secondary': '#437742',
          'accent': '#253122',
          'neutral': '#501345',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c1c494;
  --color-secondary: #437742;
  --color-accent: #253122;
  --color-neutral: #501345;
}

API Endpoint

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