Theme Guide

Editorial Dawn

A warm, readable theme for content sites and authority pages.

Editorial Dawn is designed for blog layouts, marketing pages, and resource hubs where typography, calm spacing, and trust matter more than high contrast theatrics.

  • Best for blogs, docs portals, agency sites, and newsletters.
  • 12.98:1 text on background
  • 5.87:1 primary button contrast
  • Warm
  • Readable
  • Trustworthy

Suggested application

Best for blogs, docs portals, agency sites, and newsletters.

AAA AA
background #f7f1e6
surface #fffcf6
text #1d2a37
muted #6f7a86
primary #ea7c4d
secondary #5a9d72
accent #204058
border #dbcab1

Primary interface

Use the surface and border pair for cards, forms, and content blocks. The primary color should carry calls to action, while accent stays reserved for highlighted insight.

Navigation Cards Buttons Tables

Brand feel

Keeps long-form content comfortable across mobile and desktop.

Interface benefit

Uses restrained contrast for a premium editorial tone.

Implementation note

Supports callouts and badges without stealing attention from copy.

Where Editorial Dawn works best

  • Article layouts, landing pages, and knowledge-base headers.
  • Customer proof blocks, pull quotes, and author sections.
  • Newsletter sign-up panels and calm editorial callouts.

What to customize first

Protect the neutral background-to-text relationship first, then adapt the primary accent to match the publication or agency brand without over-darkening the page.

When to pick another direction

Choose another theme if the site needs a technical dark-mode feel, an energetic startup launch aesthetic, or hard-edged product UI contrast.

Usage Notes

How to use Editorial Dawn without losing clarity

Editorial Dawn is designed as a practical starting point, not just a visual exercise. Best for blogs, docs portals, agency sites, and newsletters. Editorial Dawn is designed for blog layouts, marketing pages, and resource hubs where typography, calm spacing, and trust matter more than high contrast theatrics.

What the contrast scores tell you

The current text and background pairing lands at 12.98:1, which scores as AAA in this preview. The primary action color reaches 5.87:1 with its readable button text, which gives you a quick check on whether the main CTA is likely to stay clear when the palette moves into production.

Where to focus your first customizations

If you adapt this preset to match a brand, start with the primary, secondary, and accent roles first. Keep the background, surface, and text relationship stable until the base readability still feels solid, then test muted text, borders, hover states, and empty states before launch.

Quick implementation checklist

  • Use background and surface colors to create clear separation between the canvas and cards.
  • Reserve the accent color for emphasis so the interface still has hierarchy.
  • Retest body text, buttons, and form controls after any brand-driven color changes.
  • Check the theme in your real typography and spacing system before shipping it.
Export Tokens

CSS variables for Editorial Dawn

Use this as a starting point in Astro, Tailwind, or any other frontend stack that accepts CSS custom properties.

:root {
  --theme-bg: #f7f1e6;
  --theme-surface: #fffcf6;
  --theme-text: #1d2a37;
  --theme-muted: #6f7a86;
  --theme-primary: #ea7c4d;
  --theme-secondary: #5a9d72;
  --theme-accent: #204058;
  --theme-border: #dbcab1;
  --theme-on-primary: #102033;
}
Related Guides

Learn when this palette style makes sense

These pages explain the broader decisions behind palettes like Editorial Dawn, so visitors can compare this theme against a real project need instead of only reacting to the swatches.