E

Combination 315

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f48067',
          'secondary': '#f5ecc2',
          'accent': '#f3a257',
          'neutral': '#bf5892',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f48067;
  --color-secondary: #f5ecc2;
  --color-accent: #f3a257;
  --color-neutral: #bf5892;
}

API Endpoint

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