E

Combination 142

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#a94151',
          'secondary': '#c19f2c',
          'accent': '#97acc8',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #a94151;
  --color-secondary: #c19f2c;
  --color-accent: #97acc8;
}

API Endpoint

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