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.

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
- Illustration-Forward Design: A large, dedicated space to showcase your custom brand artwork.
- Friendly & Memorable: The use of illustration creates a warm, approachable, and unique feel.
- Clean Organization: A two-column grid separates the links from the illustration, and a sub-footer handles legal text.
- Responsive Layout: The illustration is hidden on small mobile screens to save space and prioritize links, then revealed on larger screens.
- Easy to Customize: The placeholder illustration is a simple SVG that can be easily replaced with your own artwork file.
Ideal Use Cases
- SaaS companies with a friendly, user-centric brand.
- Creative and marketing agencies.
- Educational websites or apps for children.
- Any brand that uses a mascot or custom illustration style.
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: