E

Combination 297

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ae5224',
          'secondary': '#f99d1b',
          'accent': '#6b7140',
          'neutral': '#40456a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ae5224;
  --color-secondary: #f99d1b;
  --color-accent: #6b7140;
  --color-neutral: #40456a;
}

API Endpoint

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