E

Combination 272

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#ffefae',
          'secondary': '#f37420',
          'accent': '#b5decc',
          'neutral': '#97acc8',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #ffefae;
  --color-secondary: #f37420;
  --color-accent: #b5decc;
  --color-neutral: #97acc8;
}

API Endpoint

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