Components Buttons Material Design Buttons Component

Material Design Buttons Component

Material Design Buttons Component in Earth Tones for Social Media

Preview

HTML Code

```html
<div class="flex flex-col items-center justify-center min-h-screen bg-stone-100 dark:bg-stone-900 p-4">
  <div class="flex space-x-4 rtl:space-x-reverse">
    <button class="px-4 py-2 bg-amber-600 text-white dark:bg-amber-700 dark:text-stone-200 rounded-md shadow-md hover:bg-amber-700 dark:hover:bg-amber-800 transition duration-300 ease-in-out">Like</button>
    <button class="px-4 py-2 bg-stone-400 text-stone-800 dark:bg-stone-600 dark:text-stone-200 rounded-md shadow-md hover:bg-stone-500 dark:hover:bg-stone-700 transition duration-300 ease-in-out">Comment</button>
    <button class="px-4 py-2 bg-green-600 text-white dark:bg-green-700 dark:text-stone-200 rounded-md shadow-md hover:bg-green-700 dark:hover:bg-green-800 transition duration-300 ease-in-out">Share</button>
  </div>
</div>
```

Related Components

Buttons Component

A responsive buttons component with dark mode support for portfolios. Features minimalist flat design in grayscale with moderate complexity.

Open

3D_Business_Buttons_Component

A responsive set of 3D-styled business buttons with a warm sunset color scheme, suitable for corporate websites. Includes dark mode support and interactive hover effects.

Open

Retro_Rainbow_Buttons_Component

A collection of retro-themed gradient rainbow buttons designed for photography galleries and portfolios, with moderate complexity and full responsiveness and dark mode support.

Open