E

Combination 329

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fdbf68',
          'secondary': '#c0a9b3',
          'accent': '#501345',
          'neutral': '#34454c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fdbf68;
  --color-secondary: #c0a9b3;
  --color-accent: #501345;
  --color-neutral: #34454c;
}

API Endpoint

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