E

Combination 100

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#96874d',
          'secondary': '#80719e',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #96874d;
  --color-secondary: #80719e;
}

API Endpoint

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