E

Combination 231

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#e0b3b6',
          'secondary': '#793327',
          'accent': '#5a82b3',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #e0b3b6;
  --color-secondary: #793327;
  --color-accent: #5a82b3;
}

API Endpoint

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