E

Combination 83

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c1c494',
          'secondary': '#40456a',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c1c494;
  --color-secondary: #40456a;
}

API Endpoint

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