E

Combination 99

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #ffefae;
  --color-secondary: #0093a5;
}

API Endpoint

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