Home

Colophon

Colophon

A page about the page. Every color, font, and moving part this site is built from, laid out in the open and labeled by who made it.

A field guide to itself / made here, or borrowed / every part labeled

This is the workshop. If you have read a few of these posts and wondered what they are actually made of, here is the kit, laid out on the bench and named.

The whole site runs on a small, fixed set of parts: one locked background color, a warm palette tuned around it, three typefaces, and a handful of building blocks. No framework, no theme. Next to each part below is one of two small tags:

Made here

It exists only on this site. Built for this one job and used nowhere else: the palette, and every component below.

Borrowed

I did not make the thing itself. I chose it and wired it in. Here, that is really just the three typefaces.

Chapter one

One color, and a palette tuned around it

The background is a single dark forest green, and it is locked. Everything else on the site exists to sit on top of it without ever fighting it.

The palette is tuned in OKLCH, so the steps up the ramp feel even instead of lurching. Nothing is a neutral gray and nothing is pure white: the darks are warm and green, the lights are cream, and the one everyday accent is a dusty gold, with a rose held in reserve for the single most important link on a page.

the neutral ramp Made here

Dark to light in one smooth curve. The hue glides from green toward cream as it brightens; the chroma stays low the whole way. --bg is the locked background. The names in gold are the actual CSS variables a post uses.

--bg#303931the background, locked
--bg-raised#1E2420raised panels
--rule#4A544Bfaint hairline
--rule-strong#5A675Cstronger hairline
--line-mid#767D71mid divider, gridline
--text-faint#A4A293dates, captions, footnotes
--text-dim#B8B2A2secondary text
--accent#D4C4A0the gold, and links
--accent-hover#EDE0C0link and accent hover
--text#E8E2D6body text
--text-bright#F5F1EAheadings, brightest
the rose, and the accents Made here

The rose is the exact mirror of the gold, the background's complement, saved for the one key link or callout on a page. The lower row is the muted accent set posts pick from, all flattened to the same chroma so they read as equals.

Rose, the reserve emphasis

emphasis#DEB9CF
emphasis hover#F7D6E9
emphasis strong#D697BE
warn#D99090

The categorical accents posts share

sage#9EC79A
gold#DFC288
coral#D9978C
clay#CF9F78
pine#6F9A6C
brick#B8796D
deep gold#BC9D65
blue#8FB3C7
purple#B79BC4

Chapter two

Three typefaces, and not a fourth

Every word on the site is set in one of three faces. Headlines in a serif, body text in a familiar sans, and anything that behaves like data in a monospace.

Here is the borrowed part, said plainly: I did not draw these letters. Century Supra is an old-book serif, Segoe UI is the interface font your machine probably already has, and Commit Mono is a free face built for code. What is mine is the casting, which face does which job, at what size, against this green.

the three faces Borrowed

All three are self hosted, so the site pulls from no font network and nothing tracks you through them. They are reached in CSS as --font-heading, --font-body, and --font-mono.

Aa
Century Supra · serif · --font-heading
Headlines, display, and the italic that does the editorial talking.
Titles, section heads, pull quotes, big numerals. The voice of the site.
Aa
Segoe UI · sans · --font-body
The quick brown fox sets the body text and the interface.
Paragraphs and UI. Plain, legible, and already on most machines.
Aa
Commit Mono · mono · --font-mono
0123456789 = { labels, gauges, code }
Data, eyebrows, citation chips, code blocks. Anything that reads like a readout.

Chapter three

The kit every post is built from

A few of the building blocks a post is assembled from, each one rendered live below on the real stylesheet, not a picture of it. Every one is made here.

.u-calloutMade here

A boxed, labelled highlight. For a one off, meaningfully named point that earns the weight of a box.

.u-pqMade here

The pull quote, a single italic line worth slowing down for, on a gold bar.

We learned to fill the room under the ceiling, not to raise it.from the longevity post
.u-dividerMade here

Three gold dots. The quietest way to mark a break without a hard rule.


.u-statsMade here

Inline figures, divided by hairlines. For a quick row of numbers inside the flow of reading.

82%of variation is lifestyle
3.4×faster than baseline
122oldest verified age

There is no build step. Every page is a single hand written HTML file you can read top to bottom with View Source, served straight from GitHub. Most of the code was written alongside an AI assistant, one small piece at a time, and a whole post takes that apart.


Set in Century Supra, Segoe UI, and Commit Mono, on a locked forest green. Built in the open.