E

Combination 256

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#eea78c',
          'secondary': '#f37420',
          'accent': '#009465',
          'neutral': '#111314',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #eea78c;
  --color-secondary: #f37420;
  --color-accent: #009465;
  --color-neutral: #111314;
}

API Endpoint

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