E

Combination 325

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#da525d',
          'secondary': '#fbe6a0',
          'accent': '#e2b540',
          'neutral': '#112f2c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #da525d;
  --color-secondary: #fbe6a0;
  --color-accent: #e2b540;
  --color-neutral: #112f2c;
}

API Endpoint

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