E

Combination 148

3 colors

Tailwind Config

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

CSS Variables

:root {
  --color-primary: #d6b43e;
  --color-secondary: #fcb315;
  --color-accent: #0093a5;
}

API Endpoint

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