E

Combination 65

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c19f2c',
          'secondary': '#78cdd0',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c19f2c;
  --color-secondary: #78cdd0;
}

API Endpoint

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