E

Combination 252

4 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#da525d',
          'secondary': '#bb7125',
          'accent': '#c19f2c',
          'neutral': '#099197',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #da525d;
  --color-secondary: #bb7125;
  --color-accent: #c19f2c;
  --color-neutral: #099197;
}

API Endpoint

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