E

Combination 259

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#f8ed43',
          'secondary': '#099197',
          'accent': '#005b8d',
          'neutral': '#a1a39a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #f8ed43;
  --color-secondary: #099197;
  --color-accent: #005b8d;
  --color-neutral: #a1a39a;
}

API Endpoint

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