E

Combination 267

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#fdbf68',
          'secondary': '#f99d1b',
          'accent': '#00978d',
          'neutral': '#006eb8',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #fdbf68;
  --color-secondary: #f99d1b;
  --color-accent: #00978d;
  --color-neutral: #006eb8;
}

API Endpoint

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