E

Combination 248

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f37f94',
          'secondary': '#bc892b',
          'accent': '#b5b1d8',
          'neutral': '#704357',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f37f94;
  --color-secondary: #bc892b;
  --color-accent: #b5b1d8;
  --color-neutral: #704357;
}

API Endpoint

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