E

Combination 341

4 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #f48067;
  --color-secondary: #437742;
  --color-accent: #253122;
  --color-neutral: #a5c8d1;
}

API Endpoint

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