E

Combination 258

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#802626',
          'secondary': '#eeb480',
          'accent': '#837e31',
          'neutral': '#007190',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #802626;
  --color-secondary: #eeb480;
  --color-accent: #837e31;
  --color-neutral: #007190;
}

API Endpoint

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