E

Combination 55

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#d46d7a',
          'secondary': '#ffffff',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #d46d7a;
  --color-secondary: #ffffff;
}

API Endpoint

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