E

Combination 227

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f9c1ce',
          'secondary': '#a5c8d1',
          'accent': '#0093a5',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f9c1ce;
  --color-secondary: #a5c8d1;
  --color-accent: #0093a5;
}

API Endpoint

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