Free CSS template · Seasonal landing

Write to Santa

A cheerful holiday landing page for letters to Santa, warm and family-friendly.

A modern 2026 rebuild of a long-running CSS Crème template: responsive, accessible, and framework-free. Preview it below, then copy the starter.

writetosanta.example.com

This is the starter file below, running. Not a screenshot, and not a mockup of a layout you would have to build yourself: what you see is what the copy button hands you.

Design tokens

bg#FBF4F2
surface#FFFFFF
primary#C0392B
accent#2E9E5B
muted#7E6A62
text#2A1A16

Type Fraunces · browse palettes →

Install the theme

Building with shadcn/ui? This template's color system is published as a real theme — light and dark, OKLCH tokens, contrast checked. One command drops it into your project.

npx shadcn@latest add https://csscreme.com/r/t/write_to_santa.json
globals.css — CSS variables
:root {
  --background: oklch(97.2% 0.008 36.6);
  --foreground: oklch(23.7% 0.027 34.6);
  --card: oklch(100.0% 0.000 89.9);
  --card-foreground: oklch(23.7% 0.027 34.6);
  --popover: oklch(100.0% 0.000 89.9);
  --popover-foreground: oklch(23.7% 0.027 34.6);
  --primary: oklch(54.3% 0.174 29.7);
  --primary-foreground: oklch(100.0% 0.000 89.9);
  --secondary: oklch(99.0% 0.003 39.5);
  --secondary-foreground: oklch(23.7% 0.027 34.6);
  --muted: oklch(99.0% 0.003 39.5);
  --muted-foreground: oklch(54.1% 0.028 43.0);
  --accent: oklch(62.1% 0.141 152.7);
  --accent-foreground: oklch(15.2% 0.009 285.3);
  --destructive: oklch(62.6% 0.193 23.0);
  --destructive-foreground: oklch(15.2% 0.009 285.3);
  --border: oklch(82.8% 0.014 41.2);
  --input: oklch(82.8% 0.014 41.2);
  --ring: oklch(54.3% 0.174 29.7);
  --chart-1: oklch(54.3% 0.174 29.7);
  --chart-2: oklch(62.1% 0.141 152.7);
  --chart-3: oklch(70.7% 0.131 90.1);
  --chart-4: oklch(55.2% 0.199 351.0);
  --chart-5: oklch(53.1% 0.060 94.9);
  --sidebar: oklch(98.7% 0.003 39.5);
  --sidebar-foreground: oklch(23.7% 0.027 34.6);
  --sidebar-primary: oklch(54.3% 0.174 29.7);
  --sidebar-primary-foreground: oklch(100.0% 0.000 89.9);
  --sidebar-accent: oklch(99.0% 0.003 39.5);
  --sidebar-accent-foreground: oklch(23.7% 0.027 34.6);
  --sidebar-border: oklch(82.8% 0.014 41.2);
  --sidebar-ring: oklch(54.3% 0.174 29.7);
  --radius: 12px;
  --shadow-2xs: 0 1px 2px 0px rgb(42 26 22 / 0.05);
  --shadow-xs: 0 1px 3px 0px rgb(42 26 22 / 0.06);
  --shadow-sm: 0 1px 3px 0px rgb(42 26 22 / 0.08), 0 1px 2px -1px rgb(42 26 22 / 0.08);
  --shadow-md: 0 4px 6px -1px rgb(42 26 22 / 0.09), 0 2px 4px -2px rgb(42 26 22 / 0.09);
  --shadow-lg: 0 10px 15px -3px rgb(42 26 22 / 0.1), 0 4px 6px -4px rgb(42 26 22 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(42 26 22 / 0.12), 0 8px 10px -6px rgb(42 26 22 / 0.12);
  --shadow-2xl: 0 25px 50px -12px rgb(42 26 22 / 0.22);
}

.dark {
  --background: oklch(18.5% 0.010 29.1);
  --foreground: oklch(96.5% 0.001 17.2);
  --card: oklch(25.2% 0.000 89.9);
  --card-foreground: oklch(96.5% 0.001 17.2);
  --popover: oklch(25.2% 0.000 89.9);
  --popover-foreground: oklch(96.5% 0.001 17.2);
  --primary: oklch(54.3% 0.174 29.7);
  --primary-foreground: oklch(100.0% 0.000 89.9);
  --secondary: oklch(22.9% 0.003 17.4);
  --secondary-foreground: oklch(96.5% 0.001 17.2);
  --muted: oklch(22.9% 0.003 17.4);
  --muted-foreground: oklch(70.6% 0.006 31.1);
  --accent: oklch(62.1% 0.141 152.7);
  --accent-foreground: oklch(15.2% 0.009 285.3);
  --destructive: oklch(62.6% 0.193 23.0);
  --destructive-foreground: oklch(15.2% 0.009 285.3);
  --border: oklch(34.9% 0.007 31.1);
  --input: oklch(34.9% 0.007 31.1);
  --ring: oklch(54.3% 0.174 29.7);
  --chart-1: oklch(54.3% 0.174 29.7);
  --chart-2: oklch(62.1% 0.141 152.7);
  --chart-3: oklch(70.7% 0.131 90.1);
  --chart-4: oklch(55.2% 0.199 351.0);
  --chart-5: oklch(53.1% 0.060 94.9);
  --sidebar: oklch(22.1% 0.005 39.4);
  --sidebar-foreground: oklch(96.5% 0.001 17.2);
  --sidebar-primary: oklch(54.3% 0.174 29.7);
  --sidebar-primary-foreground: oklch(100.0% 0.000 89.9);
  --sidebar-accent: oklch(22.9% 0.003 17.4);
  --sidebar-accent-foreground: oklch(96.5% 0.001 17.2);
  --sidebar-border: oklch(34.9% 0.007 31.1);
  --sidebar-ring: oklch(54.3% 0.174 29.7);
  --shadow-2xs: 0 1px 2px 0px rgb(244 243 243 / 0.16);
  --shadow-xs: 0 1px 3px 0px rgb(244 243 243 / 0.18);
  --shadow-sm: 0 1px 3px 0px rgb(244 243 243 / 0.22), 0 1px 2px -1px rgb(244 243 243 / 0.22);
  --shadow-md: 0 4px 6px -1px rgb(244 243 243 / 0.26), 0 2px 4px -2px rgb(244 243 243 / 0.26);
  --shadow-lg: 0 10px 15px -3px rgb(244 243 243 / 0.3), 0 4px 6px -4px rgb(244 243 243 / 0.3);
  --shadow-xl: 0 20px 25px -5px rgb(244 243 243 / 0.34), 0 8px 10px -6px rgb(244 243 243 / 0.34);
  --shadow-2xl: 0 25px 50px -12px rgb(244 243 243 / 0.45);
}

Grab the starter

A complete, responsive single-file page themed to this template. Copy it into an index.html and open it. That's the whole setup.

index.html
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Write to Santa</title>
  <meta name="description" content="A cheerful holiday landing page for letters to Santa, warm and family-friendly.">
  <style>
:root {
  --bg: #FBF4F2;
  --surface: #FFFFFF;
  --primary: #C0392B;
  --accent: #2E9E5B;
  --text: #2A1A16;
  --muted: #7E6A62;
  --line: color-mix(in srgb, var(--text) 14%, transparent);
  --radius: 14px;
  --measure: 60ch;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text);
  font: 16px/1.65 Fraunces, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: 100%; max-width: 1100px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 32px); }

/* Header */
.site-head { display: flex; align-items: center; gap: 24px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; font-size: 1.05rem; }
.brand span { display: block; width: 26px; height: 26px; border-radius: 8px; background: var(--primary); }
.nav { display: flex; gap: 20px; margin-left: auto; font-size: .95rem; color: var(--muted); }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--text); }
@media (max-width: 640px) { .nav { display: none; } }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px;
  padding: 12px 22px; border-radius: var(--radius); background: var(--primary); color: var(--bg);
  text-decoration: none; font-weight: 700; border: 1px solid transparent; cursor: pointer; }
.btn:hover { background: var(--accent); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { background: var(--surface); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Type */
h1 { font-size: clamp(2.1rem, 6vw, 3.6rem); line-height: 1.04; letter-spacing: -.03em; margin: 0; text-wrap: balance; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.15; letter-spacing: -.02em; margin: 0 0 8px; text-wrap: balance; }
h3 { font-size: 1.1rem; margin: 0 0 6px; letter-spacing: -.01em; }
p { margin: 14px 0 0; color: var(--muted); max-width: var(--measure); }
.eyebrow { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--primary); margin: 0; }
.lead { font-size: 1.12rem; }

/* Sections */
section { padding-block: clamp(48px, 8vw, 88px); }
.sec-head { margin-bottom: 32px; }

/* Cards */
.grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.card p { margin-top: 8px; font-size: .95rem; }

/* Footer */
.site-foot { border-top: 1px solid var(--line); padding-block: 28px; display: flex; flex-wrap: wrap;
  gap: 12px 24px; align-items: center; color: var(--muted); font-size: .9rem; }
.site-foot .nav { margin-left: auto; }
@media (max-width: 640px) { .site-foot .nav { display: flex; margin-left: 0; } }

/* Landing */
.hero { text-align: center; padding-block: clamp(56px, 10vw, 110px); }
.hero p { margin-inline: auto; }
.hero .btn-row { justify-content: center; }
.proof { display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: center; margin-top: 34px;
  color: var(--muted); font-size: .85rem; }
  </style>
</head>
<body>
  <header class="site-head wrap">
    <a class="brand" href="#"><span></span>Write to Santa</a>
    <nav class="nav">
      <a href="#work">Work</a>
      <a href="#about">About</a>
      <a href="#contact">Contact</a>
    </nav>
    <a class="btn" href="#contact">Get in touch</a>
  </header>
  <main>
    <section class="wrap hero">
      <p class="eyebrow">Write to Santa</p>
      <h1>The page does the selling, so you do not have to</h1>
      <p class="lead">A cheerful holiday landing page for letters to Santa, warm and family-friendly.</p>
      <div class="btn-row"><a class="btn" href="#contact">Start free</a><a class="btn btn-ghost" href="#about">See how it works</a></div>
      <p class="proof"><span>No card required</span><span>Set up in a morning</span><span>Cancel whenever</span></p>
    </section>
    <section class="wrap" id="about">
      <div class="sec-head"><h2>Three reasons it sticks</h2></div>
      <div class="grid">
        <div class="card"><h3>One clear action</h3><p>Every section points at the same button, so nobody has to decide what to do next.</p></div>
        <div class="card"><h3>Readable on a phone</h3><p>One column, real tap targets, and type that does not shrink below 16px.</p></div>
        <div class="card"><h3>Yours to change</h3><p>Six custom properties carry every colour, so a rebrand is one block of CSS.</p></div>
      </div>
    </section>
    <section class="wrap" id="contact">
      <div class="sec-head"><h2>Ready when you are</h2><p>Take it, change the copy, ship it.</p></div>
      <div class="btn-row"><a class="btn" href="#">Start free</a></div>
    </section>
  </main>
  <footer class="site-foot wrap">
    <span>&copy; 2026 Write to Santa. Built on a free CSS Cr&egrave;me template.</span>
    <nav class="nav">
      <a href="#">Privacy</a>
      <a href="#">Terms</a>
    </nav>
  </footer>
</body>
</html>
You receive
One file, 5.4 KB, 117 lines
Dependencies
None. No build step, no framework, no fonts to host
Sign-up
None. Nothing to create, nothing to verify
Licence
Personal and commercial use. Not for redistribution or resale as a competing collection. Full terms

About the Write to Santa template

Write to Santa began as one of CSS Crème's most-linked free templates. We rebuilt it from scratch for 2026: modern, responsive CSS with no framework to untangle, custom properties for every color so a rebrand takes minutes, and markup that stays readable months later.

What you actually get. One self-contained HTML file: the page above, its stylesheet inlined, no build step, no dependencies and nothing to install. Header, hero, the sections you can see, and a footer, laid out responsively down to a phone. Every colour is one of six custom properties, so a rebrand is one block of CSS. The preview is that file running in a frame on this page, not a picture of it and not a mockup of a layout you would have to build yourself. Copy it and you have what you see.

Want to push it further? Pull a different palette, round the corners in the border-radius tool, or see the system decoded in a breakdown.

More landing templates: Beauty Co, Organic Beauty, Santa Claus.