E

Combination 123

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #f58e84;
  --color-secondary: #f8ed43;
  --color-accent: #7a4456;
}

API Endpoint

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