Neumorphism Earth Footer
Responsive Footer Component with Neumorphism, Earth tones, and Dark theme support
HTML Code
```html
<footer class="bg-stone-100 dark:bg-stone-900 shadow-neumorphism-light dark:shadow-neumorphism-dark mt-12">
<div class="mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8">
<div class="text-center text-stone-700 dark:text-stone-300">
<p>© 2023 Your Company. All rights reserved.</p>
</div>
</div>
</footer>
<style>
.shadow-neumorphism-light {
box-shadow: 5px 5px 10px #bdae9d, -5px -5px 10px #ffffff;
}
.dark .shadow-neumorphism-dark {
box-shadow: 5px 5px 10px #1e1e1e, -5px -5px 10px #2e2e2e;
}
</style>
```
Related Components
Footer Component
A simple, responsive footer component with 3D design elements and earth tones, designed for a blog or content site with dark theme support.
Neumorphic Footer Component
A Neumorphic styled footer component for social media interfaces with vibrant colors and a complex layout, supporting dark mode.
Glassmorphism Footer Component
A responsive footer component with a glassmorphism style featuring frosted glass-like translucent elements with blur effects, and supports a dark theme.