E

Combination 152

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c55347',
          'secondary': '#793327',
          'accent': '#a5c8d1',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c55347;
  --color-secondary: #793327;
  --color-accent: #a5c8d1;
}

API Endpoint

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