E

Combination 226

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#6d4145',
          'secondary': '#fdbf68',
          'accent': '#4f4086',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #6d4145;
  --color-secondary: #fdbf68;
  --color-accent: #4f4086;
}

API Endpoint

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