E

Combination 255

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#bb7125',
          'secondary': '#cab356',
          'accent': '#78cdd0',
          'neutral': '#111314',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #bb7125;
  --color-secondary: #cab356;
  --color-accent: #78cdd0;
  --color-neutral: #111314;
}

API Endpoint

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