Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free set of 20 responsive HTML email templates built with MJML, compatible with Mailchimp and other email services.
Colorlib Email Templates is a free, open-source collection of 20 responsive HTML email templates built with MJML and compiled to bulletproof, table-based HTML, hosted on GitHub by Colorlib. Designed for Mailchimp and other email service providers, these templates give marketers and developers a starting point for campaigns that render consistently in Gmail, Outlook, Apple Mail, and other major clients.
Colorlib Email Templates is a GitHub repository containing 20 pre-built, responsive email templates created by Colorlib. It takes MJML source files (in src/N.mjml) and compiles them into individual pre-built HTML files (in N/index.html), which can be uploaded to an ESP like Mailchimp, Campaign Monitor, or SendGrid. The project also includes a gallery index.html that links to all templates for quick previewing.
src/N.mjml and compiled to N/index.html using npm run build; requires Node.js 20.19 or newer.npm run dev rebuilds templates and live-reloads at http://localhost:3000/ whenever you save a source file.index.html directly into Mailchimp to create a responsive campaign without writing code.src/ and rebuild to produce custom, bulletproof HTML tailored to client quirks.src/N.mjml, and run npm run build to regenerate all 20 templates with your own layouts.Clone the repository, choose a template folder, and open its index.html in any editor. For deeper customization, edit the corresponding src/N.mjml source and rebuild with npm run build; the npm run dev command starts a live-reloading server at http://localhost:3000/ to preview changes instantly.
All 20 templates are free to use under an MIT license — no cost for personal or commercial projects, and no attribution required.
Most email clients do not support web fonts. Use system fonts as fallbacks and test carefully; the templates avoid relying on custom font loading.
Outlook (Windows) uses the Word rendering engine, which doesn't support many modern CSS features. These templates use table-based layouts and inline styles to minimize these differences, but you should test in Outlook before sending.
Use them sparingly and always provide a solid color fallback. Some Outlook versions do not render CSS background images, so critical content should not depend on them.
Ensure you use absolute URLs, host images on a public CDN or your ESP's asset manager, and check that your ESP is not blocking external assets. Also add descriptive alt text for accessibility.