Gradient Background Footer Template

Add a vibrant, modern touch to your website with this eye-catching gradient background footer.

This template uses a smooth CSS gradient to create a memorable and energetic design. It features a clean, centered layout for your logo, links, and social icons, making it perfect for brands that want to stand out from the crowd.

Screenshot of a footer with a colorful blue-to-purple gradient background and white text.

Get Source Code Preview

About this Gradient Footer Template

Gradients are a popular trend in modern web design, and this footer makes it easy to incorporate that style into your project. The template is built around a beautiful, bold CSS gradient that serves as the background. All the footer content (logo, navigation, social icons, and copyright) is styled in a high-contrast color (white) to ensure readability. The layout is simple, centered, and fully responsive.

Features

Ideal Use Cases

Code Breakdown

The core of this template is a single CSS property applied to the .footer-gradient element: background: var(--footer-gradient). The --footer-gradient variable holds a linear-gradient() function. By changing the color stops in this variable, you can create any gradient you want.

The layout uses Flexbox (display: flex, flex-direction: column, and align-items: center) to stack and center all the child elements vertically. This creates a simple, robust, and naturally responsive structure.

Code

Here's the full code for the footer template:

View Output