E

Combination 17

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#da525d',
          'secondary': '#00b49b',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #da525d;
  --color-secondary: #00b49b;
}

API Endpoint

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