E

Combination 38

2 colors

Tailwind Config

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

CSS Variables

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

API Endpoint

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