E

Combination 312

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ae5224',
          'secondary': '#f99d1b',
          'accent': '#709390',
          'neutral': '#005b8d',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ae5224;
  --color-secondary: #f99d1b;
  --color-accent: #709390;
  --color-neutral: #005b8d;
}

API Endpoint

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