EcoNest Footer Footer Block - Let's templates
Unlock every premium block and template with All-Access from €20 / 3 months, cancel anytime. Get All-Access
All blocks
Free Footer

EcoNest Footer

A footer block extracted from the EcoNest template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.

0 20
EcoNest Footer preview
econest.html
<!DOCTYPE html>
<html lang="en">
<head>
    <script>
        window.FontAwesomeConfig = {
          autoReplaceSvg: 'nest'
        };
      </script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>EcoNest Footer | Tailwind CSS UI Block</title>
    <meta name="description" content="A footer block extracted from the EcoNest template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
    <meta name="keywords" content="EcoNest, Tailwind CSS template, HTML website template, sustainable ecommerce template, eco-friendly kitchenware, conscious living brand, ethical home goods, responsive online store">
    <meta name="author" content="Let's templates">
    <link rel="canonical" href="">

    <meta property="og:type" content="product">
    <meta property="og:site_name" content="Let's templates">
    <meta property="og:locale" content="en_US">
    <meta property="og:url" content="">
    <meta property="og:title" content="EcoNest | Tailwind CSS Sustainable Ecommerce Template">
    <meta property="og:description" content="A modern Tailwind CSS ecommerce template for sustainable kitchenware, eco-friendly home essentials, ethical products, and conscious living brands.">
    <meta property="og:image" content="">
    <meta property="og:image:alt" content="EcoNest template preview">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="">
    <meta name="twitter:title" content="EcoNest | Tailwind CSS Sustainable Ecommerce Template">
    <meta name="twitter:description" content="A modern Tailwind CSS ecommerce template for sustainable kitchenware, eco-friendly home essentials, ethical products, and conscious living brands.">
    <meta name="twitter:image" content="">
    <meta name="twitter:image:alt" content="EcoNest template preview">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    fontFamily: {
                        serif: ['Fraunces', 'serif'],
                        sans: ['Inter', 'sans-serif'],
                    },
                    colors: {
                        sage: '#6d7f6d',
                        cream: '#f5f3ef',
                        earth: '#3d3d3d',
                        leaf: '#a5b095',
                    }
                }
            }
        }
    </script>
    <style>
        .font-title { font-family: 'Fraunces', serif; }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
    </style>
</head>
<body class="bg-white text-earth font-sans antialiased">
<!-- block:start footer -->
    <footer id="footer" class="pt-24 pb-12 px-6 border-t border-slate-100">
        <div class="max-w-[1600px] mx-auto">
            <div class="grid grid-cols-1 md:grid-cols-12 gap-16 mb-24">
                <div class="md:col-span-4">
                    <a href="#" class="font-title text-4xl font-bold tracking-tight mb-8 block">EcoNest</a>
                    <p class="text-slate-500 leading-relaxed max-w-xs mb-10 font-medium">
                        Elevating home essentials through conscious design and planetary respect.
                    </p>
                    <div class="flex gap-4">
                        <a href="#" class="w-10 h-10 rounded-full border border-slate-100 flex items-center justify-center hover:bg-sage hover:text-white transition-all"><i class="fa-brands fa-instagram"></i></a>
                        <a href="#" class="w-10 h-10 rounded-full border border-slate-100 flex items-center justify-center hover:bg-sage hover:text-white transition-all"><i class="fa-brands fa-pinterest"></i></a>
                        <a href="#" class="w-10 h-10 rounded-full border border-slate-100 flex items-center justify-center hover:bg-sage hover:text-white transition-all"><i class="fa-brands fa-x-twitter"></i></a>
                    </div>
                </div>

                <div class="md:col-span-2">
                    <h4 class="font-bold uppercase tracking-widest text-xs mb-8">Shop</h4>
                    <ul class="space-y-4 text-sm font-medium text-slate-500">
                        <li><a href="#" class="hover:text-sage transition-colors">Drinkware</a></li>
                        <li><a href="#" class="hover:text-sage transition-colors">Tableware</a></li>
                        <li><a href="#" class="hover:text-sage transition-colors">Cookware</a></li>
                        <li><a href="#" class="hover:text-sage transition-colors">Accessories</a></li>
                    </ul>
                </div>

                <div class="md:col-span-2">
                    <h4 class="font-bold uppercase tracking-widest text-xs mb-8">Support</h4>
                    <ul class="space-y-4 text-sm font-medium text-slate-500">
                        <li><a href="#" class="hover:text-sage transition-colors">Shipping</a></li>
                        <li><a href="#" class="hover:text-sage transition-colors">Returns</a></li>
                        <li><a href="#" class="hover:text-sage transition-colors">Sizing Guide</a></li>
                        <li><a href="#" class="hover:text-sage transition-colors">FAQ</a></li>
                    </ul>
                </div>

                <div class="md:col-span-4">
                    <h4 class="font-bold uppercase tracking-widest text-xs mb-8">Visit Us</h4>
                    <p class="text-sm font-medium text-slate-500 leading-relaxed mb-6">
                        1248 Earth Way, <br>
                        Coastal Haven, CA 94102
                    </p>
                    <a href="#" class="inline-flex items-center gap-2 font-bold text-sage border-b border-sage hover:opacity-70 transition-opacity">
                        Get Directions
                    </a>
                </div>
            </div>

            <div class="pt-12 border-t border-slate-100 flex flex-col md:flex-row justify-between items-center gap-6">
                <div class="flex items-center gap-8 text-[10px] font-bold uppercase tracking-[0.2em] text-slate-400">
                    <p>&copy; 2026 EcoNest Inc.</p>
                    <a href="#" class="hover:text-earth transition-colors">Privacy</a>
                    <a href="#" class="hover:text-earth transition-colors">Terms</a>
                </div>
                <div class="font-title text-[10vw] font-bold leading-none text-slate-50 select-none pointer-events-none">EcoNest</div>
            </div>
        </div>
    </footer>
    <!-- block:end footer -->
</body>
</html>

From this template

EcoNest screenshot Free

E-commerce

EcoNest

Unlimited access to all products

Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.

€20 / 3 months or €60 / year
Get Unlimited Access