E

Combination 289

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f8ed43',
          'secondary': '#c7d14f',
          'accent': '#40456a',
          'neutral': '#1e0e3f',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f8ed43;
  --color-secondary: #c7d14f;
  --color-accent: #40456a;
  --color-neutral: #1e0e3f;
}

API Endpoint

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