E

Combination 125

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#d1b0a7',
          'secondary': '#0093a5',
          'accent': '#40456a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #d1b0a7;
  --color-secondary: #0093a5;
  --color-accent: #40456a;
}

API Endpoint

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