E

Combination 31

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #dd4027;
  --color-secondary: #ffefae;
}

API Endpoint

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