E

Combination 7

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #f37420;
  --color-secondary: #b4cdc2;
}

API Endpoint

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