Illustrated Brand Footer Template

Add a touch of personality and charm to your website with this illustration-focused footer.

Perfect for SaaS companies, creative agencies, and any brand with a friendly identity (think Mailchimp or Duolingo), this template uses custom artwork to create a memorable and delightful end to your page.

Screenshot of a footer with a large, friendly character illustration on the right and footer links on the left.

Get Source Code Preview

About this Illustrated Footer Template

This footer template moves beyond standard text links to incorporate brand personality directly into the design. The layout reserves significant space for a large illustration, which can be a brand mascot, a conceptual drawing, or any artwork that reflects your identity. This visual element makes the footer more engaging and helps your brand stick in the user's mind. The template also includes a clean, organized section for essential navigation and a separate bar for legal information.

Features

Ideal Use Cases

Code Breakdown

The main section, .footer-illustrated__main, is a CSS Grid container. On mobile, it's a single column. A media query for screens larger than 992px changes it to a two-column layout, dedicating one column to the link lists and the other to the .footer-illustrated__artwork div. The artwork itself is hidden by default (display: none) and then made visible (display: block) inside this media query, which is a common pattern for optimizing layouts on small screens.

The .footer-illustrated__bottom bar uses Flexbox to cleanly align the copyright notice and social links.

Code

Here's the full code for the footer template:

View Output