E

Combination 277

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f27291',
          'secondary': '#b73f74',
          'accent': '#837e31',
          'neutral': '#1e0e3f',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f27291;
  --color-secondary: #b73f74;
  --color-accent: #837e31;
  --color-neutral: #1e0e3f;
}

API Endpoint

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