E

Combination 22

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fff200',
          'secondary': '#1c4286',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fff200;
  --color-secondary: #1c4286;
}

API Endpoint

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