Skip to content
Home
Morning light through paper — how we edit with honey

Morning light through paper — how we edit with honey

2 min read 276 words

A slow edit in the studio: light, paper grain, and the honey-gold hour before the inbox wakes. Notes on finding a softer palette.

Morning light through paper

At 7:12am the studio is still cool. The paper on the desk is #FFFBF5 — warm, almost cream — and the first light turns it to honey. This is when we edit.

The palette we keep returning to

  • Paper #FFFBF5 — the base, never pure white.
  • Ink #1A1A1E — soft black, never harsh.
  • Jelly #FF8FA3 — puff pink, for joy.
  • Mint #8EC5A6 — a breath.
  • Honey #FFD166 — light itself.
  • Sand #F2E8DC — the quiet border.

We print proofs and tape them to the wall. We squint. We ask: does it feel like a morning you want to keep?

Code as texture

Even our code tries to be soft:

.prose img {
  border-radius: 16px;
  box-shadow: 0 8px 32px -12px rgba(26,26,30,0.18);
}
.jelly-blob {
  animation: jelly-morph 7s ease-in-out infinite;
}

And a little TypeScript for word counts:

export function wordCount(text: string): number {
  return text.trim().split(/\s+/).filter(Boolean).length;
}

Soft morning light on a wooden table

The photos here are 16:10 — wide enough to breathe, tall enough to hold a story. We round the corners, we add a whisper of shadow, and we let the image lazy-load like someone stretching awake.

If you visit again tomorrow, the light will be different. Come anyway.

Share Twitter