E

Combination 47

2 colors

Tailwind Config

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

CSS Variables

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

API Endpoint

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