E

Combination 183

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#70727c',
          'secondary': '#8c4c62',
          'accent': '#59256a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #70727c;
  --color-secondary: #8c4c62;
  --color-accent: #59256a;
}

API Endpoint

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