Back to Button
Buttons

Gradient Glow Buttons

Vibrant gradient CTAs with soft glow shadow.

#button

Live preview

Source code

html
<div class="container py-5">
  <h3 class="mb-4 fw-bold">Gradient Glow</h3>
  <div class="d-flex flex-wrap gap-3">
    <button class="btn text-white px-4 py-2 rounded-pill fw-semibold" style="background:linear-gradient(135deg,#7c3aed,#ec4899);box-shadow:0 8px 24px rgba(124,58,237,.35)">Get Started</button>
    <button class="btn text-white px-4 py-2 rounded-pill fw-semibold" style="background:linear-gradient(135deg,#06b6d4,#3b82f6);box-shadow:0 8px 24px rgba(6,182,212,.35)">Learn More</button>
    <button class="btn text-white px-4 py-2 rounded-pill fw-semibold" style="background:linear-gradient(135deg,#f97316,#ef4444);box-shadow:0 8px 24px rgba(239,68,68,.35)">Buy Now</button>
    <button class="btn text-dark px-4 py-2 rounded-pill fw-semibold" style="background:linear-gradient(135deg,#fde047,#facc15);box-shadow:0 8px 24px rgba(250,204,21,.35)">Try Free</button>
  </div>
</div>

More designs in this section