E

Combination 330

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c1c494',
          'secondary': '#bce4e5',
          'accent': '#97acc8',
          'neutral': '#099197',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c1c494;
  --color-secondary: #bce4e5;
  --color-accent: #97acc8;
  --color-neutral: #099197;
}

API Endpoint

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