E

Combination 253

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f8ed43',
          'secondary': '#f68c50',
          'accent': '#501345',
          'neutral': '#34454c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f8ed43;
  --color-secondary: #f68c50;
  --color-accent: #501345;
  --color-neutral: #34454c;
}

API Endpoint

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