E

Combination 114

2 colors

Tailwind Config

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

CSS Variables

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

API Endpoint

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