E

Combination 136

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#cb2f43',
          'secondary': '#009465',
          'accent': '#59256a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #cb2f43;
  --color-secondary: #009465;
  --color-accent: #59256a;
}

API Endpoint

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