Components Buttons Glassmorphism Buttons Component

Glassmorphism Buttons Component

A simple, responsive Glassmorphism button component with Pastel colors and dark mode support using Tailwind CSS.

Preview

HTML Code

<div class="flex items-center justify-center h-screen bg-gray-200 dark:bg-gray-800">
  <div class="flex space-x-4">
    <button class="px-6 py-3 text-lg font-semibold text-white bg-pink-300 rounded-lg shadow-lg backdrop-filter backdrop-blur-lg bg-opacity-20 hover:bg-opacity-40 transition duration-200 ease-in-out dark:bg-pink-500 dark:bg-opacity-30 dark:hover:bg-opacity-50">
      Button 1
    </button>
    <button class="px-6 py-3 text-lg font-semibold text-white bg-blue-300 rounded-lg shadow-lg backdrop-filter backdrop-blur-lg bg-opacity-20 hover:bg-opacity-40 transition duration-200 ease-in-out dark:bg-blue-500 dark:bg-opacity-30 dark:hover:bg-opacity-50">
      Button 2
    </button>
  </div>
</div>

Related Components

Buttons Component

Skeuomorphism Analogous Complex Dashboard Buttons Component with responsive design and dark theme support.

Open

Buttons Component

Material Design styled buttons with a grayscale color scheme for portfolio purposes, featuring responsive design with dark theme support.

Open

Buttons Component

A Buttons Component designed in Material Design style with a pastel color scheme, responsive for business/corporate websites, and supporting dark themes.

Open