Social Share Buttons Component
A Neumorphism-style social share buttons component designed for business/corporate websites, using earth tones and supporting a dark theme.
HTML Code
<div class="flex justify-center items-center p-5 bg-gray-200 dark:bg-gray-800 rounded-lg shadow-lg">
<a href="#" class="flex items-center justify-center w-12 h-12 rounded-full bg-white dark:bg-gray-900 shadow-neumorphism hover:shadow-neumorphism-hover transition-shadow duration-300">
<img src="https://picsum.photos/seed/facebook/40/40" alt="Facebook" class="w-full h-full rounded-full object-cover" />
</a>
<a href="#" class="flex items-center justify-center w-12 h-12 mx-4 rounded-full bg-white dark:bg-gray-900 shadow-neumorphism hover:shadow-neumorphism-hover transition-shadow duration-300">
<img src="https://picsum.photos/seed/twitter/40/40" alt="Twitter" class="w-full h-full rounded-full object-cover" />
</a>
<a href="#" class="flex items-center justify-center w-12 h-12 rounded-full bg-white dark:bg-gray-900 shadow-neumorphism hover:shadow-neumorphism-hover transition-shadow duration-300">
<img src="https://picsum.photos/seed/linkedin/40/40" alt="LinkedIn" class="w-full h-full rounded-full object-cover" />
</a>
</div>
<style>
.shadow-neumorphism {
box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2), -8px -8px 20px rgba(255, 255, 255, 0.7);
}
.shadow-neumorphism-hover {
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3), -4px -4px 12px rgba(255, 255, 255, 0.5);
}
</style>
Related Components
Social Share Buttons Component
A responsive social share buttons component designed in a glassmorphism style with a monochromatic color scheme for e-commerce sites. It features frosted glass-like translucent elements, includes multiple interactive buttons for sharing on social media, and has dark mode support using Tailwind CSS.
Social Share Buttons Component
A responsive and minimalist social share buttons component designed with a Swiss/International Typography style, using a grayscale color scheme. It's suitable for job boards or career development platforms, offering clean sharing options for various social media platforms.
Social Share Buttons Component
A responsive social share buttons component styled with retro/vintage aesthetics from the 80s/90s, featuring dark theme support using Tailwind CSS and placeholder images.