E

Combination 28

2 colors

Tailwind Config

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

CSS Variables

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

API Endpoint

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