Components Footer Minimalist Social Media Footer

Minimalist Social Media Footer

A minimalist footer component with earth tones color scheme for social media interfaces. Responsive with dark theme support.

Preview

HTML Code

<footer class="bg-gray-200 dark:bg-gray-800 py-6">
  <div class="container mx-auto px-4">
    <div class="flex flex-col md:flex-row justify-between items-center">
      <div class="mb-4 md:mb-0">
        <p class="text-gray-700 dark:text-gray-300 text-sm">&copy; 2023 SocialMedia. All rights reserved.</p>
      </div>
      <div class="flex space-x-4">
        <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300 ease-in-out">
          <i class="fab fa-facebook-f"></i>
        </a>
        <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300 ease-in-out">
          <i class="fab fa-twitter"></i>
        </a>
        <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300 ease-in-out">
          <i class="fab fa-instagram"></i>
        </a>
        <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300 ease-in-out">
          <i class="fab fa-linkedin-in"></i>
        </a>
      </div>
    </div>
  </div>
</footer>

Related Components

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

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

Footer Component - Swiss Pastel Consulting

A clean, minimalist, and responsive footer component with a Swiss design influence, featuring pastel colors and clear typography, suitable for consulting/services websites. Includes dark mode support.

Open