E

Combination 98

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#762c19',
          'secondary': '#40456a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #762c19;
  --color-secondary: #40456a;
}

API Endpoint

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