E

Combination 61

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #c7d14f;
  --color-secondary: #501345;
}

API Endpoint

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