# email-templates **Repository Path**: mirrors_ColorlibHQ/email-templates ## Basic Information - **Project Name**: email-templates - **Description**: Free HTML email templates for Mailchimp and other emails services - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Free Email Templates by Colorlib. Free HTML email templates for Mailchimp and other emails services Huge selection of the best free email templates you will ever find. All templates are responsive and will work with all popular emails such as Gmail, Outlook and ohers. You can use these templates with MailChimp or any other email delivery service. # Here is a preview of one of the templates ![Free email Templates](https://colorlib.com/wp/wp-content/uploads/sites/2/email-templates.jpg) For more email templates like this one [please see this list](https://colorlib.com/wp/responsive-html-email-templates/). # Colorlib Email Templates A curated collection of free, responsive HTML email templates by Colorlib. Built with clean, reusable markup and modern email best practices to help you ship beautiful campaigns that render reliably across popular email clients. ## Table of Contents - [Features](#features) - [Preview](#preview) - [Quick Start](#quick-start) - [How to Use](#how-to-use) - [Customization](#customization) - [CSS Inlining](#css-inlining) - [Testing and Deliverability](#testing-and-deliverability) - [Email Client Support](#email-client-support) - [Recommended Workflow](#recommended-workflow) - [FAQ](#faq) - [Contributing](#contributing) - [License](#license) - [Credits](#credits) ## Features - **Responsive layouts**: Mobile‑first designs that adapt to phones, tablets, and desktops. - **Clean HTML/CSS**: Readable, well-structured code that’s easy to customize. - **Common patterns**: Heroes, content blocks, product grids, CTA buttons, and footers. - **Production-friendly**: Built with email client quirks in mind. - **Free to use**: Ideal for startups, marketers, and developers. ## Preview - Open any template’s `index.html` locally in your browser for a quick visual check. - For real email client previews, upload a template to your ESP (e.g., Mailchimp, Campaign Monitor, SendGrid) or use a rendering service (Litmus, Email on Acid). ## Quick Start ```bash # Clone the repository git clone https://github.com/ColorlibHQ/email-templates.git cd email-templates # Open a template # Example (adjust path as needed): open path/to/template/index.html # macOS # or start path\to\template\index.html # Windows # or xdg-open path/to/template/index.html # Linux ``` ## How to Use 1. Pick a template folder and open `index.html` in your code editor. 2. Replace placeholder text, links, and images with your content. 3. Inline CSS if needed (many ESPs do this for you—see “CSS Inlining” below). 4. Upload the HTML into your Email Service Provider (ESP) or send via your application. 5. Test across devices and clients before sending to your full list. ## Customization - **Branding**: Update colors, fonts, and logos to match your brand. - **Content blocks**: Duplicate, reorder, or remove sections (e.g., features, testimonials, product rows). - **Images**: - Host images on a publicly accessible URL (CDN or your ESP’s asset manager). - Use fully qualified URLs (e.g., `https://cdn.example.com/image.jpg`), not relative paths. - Add descriptive `alt` text for accessibility and image-off scenarios. - **Buttons/CTAs**: - Use table-based buttons for broad compatibility. - Ensure high color contrast and clear call-to-action copy. - **Accessibility**: - Provide meaningful `alt` text. - Maintain sufficient color contrast. - Keep body copy at a readable size (typically 14–16px). - **Dark mode**: - Favor transparent PNGs/SVGs where possible. - Avoid pure blacks and whites; use softened tones to reduce inversion artifacts. ## CSS Inlining Some email clients strip `