E

Combination 56

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c0a9b3',
          'secondary': '#4f4086',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c0a9b3;
  --color-secondary: #4f4086;
}

API Endpoint

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