E

Combination 67

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#5a82b3',
          'secondary': '#12354e',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #5a82b3;
  --color-secondary: #12354e;
}

API Endpoint

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