E

Combination 332

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f58e84',
          'secondary': '#cb2f43',
          'accent': '#253122',
          'neutral': '#004f46',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f58e84;
  --color-secondary: #cb2f43;
  --color-accent: #253122;
  --color-neutral: #004f46;
}

API Endpoint

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