E

Combination 18

2 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #d1b0a7;
  --color-secondary: #4e1d4c;
}

API Endpoint

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