Heritage collection
Free CSS templates.
Free website templates was the original heart of CSS Crème, and it still is. We're rebuilding the collection for 2026: modern, responsive, dependency-free HTML and CSS you can read, learn from, and ship. No frameworks required, no sign-up, no watermarks.
The collection, rebuilt for 2026
Long-running CSS Crème templates, redrawn as modern, responsive, framework-free pages. Click any one for a live preview, its design tokens and a copyable starter.
Electronix
Electronics store
View template →Book Store
Shop
View template →Photo Gallery
Gallery
View template →Musical Instruments
Shop
View template →Beauty Co
Beauty landing
View template →Real Estate
Business
View template →Lingerie Store
Shop
View template →Business Company
Business
View template →Creative Media
Agency
View template →Aero Solutions
Business
View template →Jewelry Shop
Shop
View template →Flower Shop
Shop
View template →Auto Parts
Shop
View template →Bat Design
Agency
View template →Bublue Studio
Studio
View template →Business Company Blue
Business
View template →Green Solutions
Business
View template →iPhone Store
Electronics store
View template →News Portal
Magazine
View template →Organic Beauty
Beauty landing
View template →Pet Shop
Shop
View template →Photo Gallery
Gallery
View template →Photo Gallery Black
Gallery
View template →Photo Gallery Blue
Gallery
View template →Photo Gallery Orange
Gallery
View template →Quartz iStorage
SaaS
View template →Santa Claus
Seasonal landing
View template →Spider Design
Agency
View template →Tool Shop
Shop
View template →Valentine's Lovers
Seasonal landing
View template →Write to Santa
Seasonal landing
View template →Grab a starter
A complete, responsive single-file page to build on. Copy it into an
index.html and open it. That's the whole setup.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Starter</title>
<style>
:root { --ink:#1a1a1a; --bg:#fafafa; --accent:#6b5bff; }
* { box-sizing:border-box; margin:0; }
body { font:16px/1.6 system-ui,sans-serif; color:var(--ink); background:var(--bg); }
.wrap { max-width:720px; margin:0 auto; padding:80px 24px; }
h1 { font-size:clamp(2rem,6vw,3.2rem); line-height:1.1; letter-spacing:-.02em; }
p { margin:18px 0 0; color:#555; font-size:1.15rem; }
.btn { display:inline-block; margin-top:28px; padding:13px 26px; border-radius:999px;
background:var(--accent); color:#fff; text-decoration:none; font-weight:600; }
</style>
</head>
<body>
<main class="wrap">
<h1>Ship something today.</h1>
<p>A clean, responsive starting point. Edit the variables, drop in your content, deploy.</p>
<a class="btn" href="#">Get started</a>
</main>
</body>
</html> What makes a good template?
A template earns its place by being a clean starting point, not a maze to untangle. The ones worth keeping share a few traits: a sensible type scale, layout driven by CSS Grid and Flexbox rather than brittle hacks, custom properties for color and spacing so a rebrand is a five-minute job, and markup that stays readable months later.
Every template here aims for that bar. Pair one with the gradient generator for a hero background, lift cards with the box-shadow generator, and browse the inspiration when you need a spark of direction.