E

Combination 57

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#7a4456',
          'secondary': '#34454c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #7a4456;
  --color-secondary: #34454c;
}

API Endpoint

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