E

Combination 339

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#d8a37b',
          'secondary': '#d96629',
          'accent': '#a5c8d1',
          'neutral': '#40456a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #d8a37b;
  --color-secondary: #d96629;
  --color-accent: #a5c8d1;
  --color-neutral: #40456a;
}

API Endpoint

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