Components Footer Neumorphism Earth Footer

Neumorphism Earth Footer

Responsive Footer Component with Neumorphism, Earth tones, and Dark theme support

Preview

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>&copy; 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

Luxury_Premium_Crypto_Footer

An elegant, responsive footer component for cryptocurrency/blockchain applications, featuring a limited number of links, copyright, and social media icons. Uses a corporate blue color scheme with dark mode support.

Open

Memphis_Purple_Entertainment_Footer_Component

A simple footer component for entertainment/media platforms, featuring a Memphis Design style with bold purple-violet colors, geometric elements, and full responsiveness with dark mode support.

Open

Finance Footer Component

A responsive footer component for finance and banking interfaces, featuring a complementary color scheme, Material Design principles, and full dark mode support. Includes navigation links, social media icons, and a copyright notice.

Open