E

Combination 45

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fdd4bd',
          'secondary': '#f8ed43',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fdd4bd;
  --color-secondary: #f8ed43;
}

API Endpoint

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