E

Combination 274

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f15a30',
          'secondary': '#8b835b',
          'accent': '#5a82b3',
          'neutral': '#9a72aa',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f15a30;
  --color-secondary: #8b835b;
  --color-accent: #5a82b3;
  --color-neutral: #9a72aa;
}

API Endpoint

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