E

Combination 149

3 colors

Tailwind Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'theme': {
          'primary': '#d6b43e',
          'secondary': '#f37420',
          'accent': '#112f2c',
        }
      }
    }
  }
}

CSS Variables

:root {
  --color-primary: #d6b43e;
  --color-secondary: #f37420;
  --color-accent: #112f2c;
}

API Endpoint

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