CTA Glow Button

Live Preview
<button
        class="relative group px-10 py-4 bg-black text-white rounded-2xl overflow-hidden active:scale-95 transition-all">
        <div
            class="absolute inset-0 bg-gradient-to-r from-cyan-400 to-blue-600 opacity-0 group-hover:opacity-20 transition-opacity">
        </div>
        <span class="relative z-10 font-bold tracking-wide">GET STARTED NOW</span>
    </button>

Related components

More items from the merged UI library.

View all