E

Combination 25

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #c55347;
  --color-secondary: #bce4e5;
}

API Endpoint

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