E

Combination 85

2 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#c56127',
          'secondary': '#007190',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #c56127;
  --color-secondary: #007190;
}

API Endpoint

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