Back to directory
editorial · duotone · warm · minimal · bold

Duotone Press.

A two-color press operation: warm bone and persimmon, nothing else. Bricolage Grotesque for display at oversized scale, Newsreader for body, sharp 0px corners, every accent and every CTA in the same persimmon. Built for editorial sites, indie magazines, and brands that want one disciplined color move and zero decoration.

01 · Preview

The kitchen sink.

Duotone.app
ProductPricingDocsAbout
Sign inGet started
editorial · duotone · warm

Build with Duotone Press.

A complete design system, ready for your AI coding agent. Every primitive, token, and pattern below is generated straight from DESIGN.md — drop the file in your project and ship matching UI in minutes.

Start building →View on GitHub
Featured
Tokens that travel with your prompts.
Active users
12,840
Status
All systems operational
01 · Color

Palette

primary
#1A1612
secondary
#1A1612
tertiary
#CF4A1C
neutral
#EDE4D3
surface
#F5ECD9
02 · Typography

Type scale

display
The quick brown fox
h1
A major section heading
h2
A subsection title
body
Body copy in the system's body font.
03 · Buttons

Buttons

PrimarySecondaryOutlineGhostText link →
Disabled
04 · Inputs

Form controls

Email
iris@studio.com
Password
••••••••••••
Bio
Designing for long-form publications. Based in Kyoto.
05 · Choices

Select & toggle

Plan
Starter
Free forever
Pro
$18 / month
Team
$48 / month
Toggles
Public profile
Require two-factor
Auto-accept invites
06 · Tags & badges

Labeling

NeutralAccentSolidWith dot
NEWBETAv2.0LIVE
07 · Cards

Cards

Feature
Editorial rigor

Prose-first token file — decisions live next to their reasoning.

Learn more →
Metric
24,810
▲ +12.4% vs last week
08 · Navigation

Tabs & breadcrumb

Overview
Analytics
Members
Workspace/Projects/Heritage System
09 · Spacing

Spacing scale

Fine micro-scale (1–5px) for pills, editorial scale (12–21px) for the grid.

1px
2px
5px
8px · base
10px
12px
14px
16px
18px
20px
21px
10 · Radius

Border radius scale

The system's own radius tokens — sm for chips and inputs, md for buttons, lg for cards, pill for fully-rounded CTAs.

sm
0px
md
0px
lg
0px
pill
9999px
11 · Elevation

Depth & elevation

00 · Flat
Elevation 00
01 · Low
Elevation 01
02 · Medium
Elevation 02
03 · High
Elevation 03
12 · Data

Charts

Weekly revenue
$48,210
M
T
W
T
F
S
S
Active sessions
2,184
02 · The file

DESIGN.md

markdown
1---
2name: "Duotone Press"
3description: "A two-color press operation: warm bone and persimmon, nothing else. Bricolage Grotesque for display at oversized scale, Newsreader for body, sharp 0px corners, every accent and every CTA in the same persimmon. Built for editorial sites, indie magazines, and brands that want one disciplined color move and zero decoration."
4tags: [editorial, duotone, warm, minimal, bold]
5colors:
6 primary: "#1a1612"
7 secondary: "#1a1612"
8 tertiary: "#cf4a1c"
9 neutral: "#ede4d3"
10 surface: "#f5ecd9"
11typography:
12 display: "Bricolage Grotesque"
13 body: Newsreader
14 mono: "JetBrains Mono"
15 scale:
16 hero: "10rem / 0.9 / 700 / -0.045em"
17 h1: "5rem / 0.96 / 700 / -0.03em"
18 h2: "2rem / 1.18 / 600 / -0.018em"
19 body: "1.125rem / 1.65 / 400 / -0.003em"
20radius:
21 sm: 0px
22 md: 0px
23 lg: 0px
24 pill: 9999px
25shadows:
26 card: none
27 button: none
28borders:
29 card: "1px solid #1a1612"
30 divider: "#1a1612"
31buttons:
32 primary:
33 background: #cf4a1c
34 color: #f5ecd9
35 border: none
36 shape: sharp
37 padding: 13px 26px
38 font: 600 / 0.8125rem / 0.10em
39 uppercase: true
40 secondary:
41 background: transparent
42 color: #1a1612
43 border: 1px solid #1a1612
44 shape: sharp
45 padding: 13px 26px
46 font: 600 / 0.8125rem / 0.10em
47 uppercase: true
48 outline:
49 background: transparent
50 color: #1a1612
51 border: 1px solid #1a1612
52 shape: sharp
53 padding: 13px 26px
54 font: 600 / 0.8125rem / 0.10em
55 uppercase: true
56 ghost:
57 background: transparent
58 color: #1a1612
59 border: none
60 shape: sharp
61 padding: 13px 18px
62 font: 600 / 0.8125rem / 0.10em
63 uppercase: true
64charts:
65 variant: bars
66 stroke_width: 2
67 fill_opacity: 0
68 gridlines: false
69 bar_gap: 8px
70 highlight: single
71 dot_marker: false
72fonts_url: "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700&family=Newsreader:ital,wght@0,400;0,500;1,400&family=JetBrains+Mono:wght@400;500&display=swap"
73dependencies: ["lucide-react"]
74---
75
76# Duotone Press
77
78## AI Build Instructions
79
80> **Read this section before writing any code.** The rules below
81> are non-negotiable. Every value used in the UI must come from this
82> file's frontmatter — never substitute, approximate, or invent new
83> colors, fonts, radii, or shadows. If a value is missing, ask the
84> user before adding one.
85
86### 1 · Your role
87
88You are building UI for a project that has adopted **Duotone Press** as its
89design system. Treat `DESIGN.md` as the single source of truth.
90Your job is to translate the user's product requirements into
91components and pages that look like they were designed by the same
92person who authored this file.
93
94### 2 · Token compliance
95
96- Pull every color, font family, radius, shadow, and spacing value
97 from the frontmatter at the top of this file.
98- Use semantic roles (e.g. `primary`, `accent`, `muted`) — never
99 hard-code hex values that bypass the system.
100- When a token can be expressed as a CSS variable, declare it once
101 in your global stylesheet and reference it everywhere downstream.
102- The Google Fonts `<link>` is provided in the Typography section.
103 Add it to `<head>` before any component renders.
104
105### 3 · Component recipes
106
107Use these recipes verbatim when building the corresponding component.
108
109#### Buttons
110
111Four variants are defined. Pick one — never blend variants or invent a fifth.
112
113- **Primary** — sharp shape, bg `#cf4a1c`, text `#f5ecd9`, padding `13px 26px`, weight `600`, uppercased.
114- **Secondary** — sharp shape, text `#1a1612`, border `1px solid #1a1612`, padding `13px 26px`, weight `600`, uppercased.
115- **Outline** — sharp shape, text `#1a1612`, border `1px solid #1a1612`, padding `13px 26px`, weight `600`, uppercased.
116- **Ghost** — sharp shape, text `#1a1612`, padding `13px 18px`, weight `600`, uppercased.
117
118Reach for **primary** as the single dominant CTA per screen.
119**Secondary** for the supporting action. **Outline** for tertiary
120actions in toolbars. **Ghost** for inline links and table actions.
121
122#### Cards
123
124- Background: `#f5ecd9`
125- Border: `1px solid #1a1612`
126- Shadow: `none`
127- Radius: `radius.lg` (`0px`)
128- Internal padding: `20px` for compact cards, `24–28px` for content cards.
129
130#### Tabs
131
132Variant: `underline`. Flat row of labels. Active tab gets a 2px underline in the accent color — no fill.
133
134#### Charts
135
136- Bar/line variant: `bars`
137- No gridlines — let the bars/lines carry the data.
138- Highlight strategy: `single` — emphasize a single bar/point per chart.
139
140#### Typography pairings
141
142- **Display (`Bricolage Grotesque`)** — h1, h2, hero headlines, brand wordmarks.
143- **Body (`Newsreader`)** — paragraphs, labels, button text, form inputs.
144- **Mono (`JetBrains Mono`)** — code, eyebrows, metadata, numerals in tables.
145
146### 4 · Hard constraints
147
148Never do any of the following without explicit instruction from the user:
149
150- Introduce a new color, font, radius, or shadow that isn't declared above.
151- Mix this system with another (e.g. don't paste in Material or Bootstrap defaults).
152- Use generic gradient defaults (purple→blue, peach→pink) — they break the system's voice.
153- Reach for emoji icons. Use a consistent icon library and size icons in line with body type.
154- Add motion that exceeds the system's restraint — keep transitions short (≤200ms) and subtle.
155
156### 5 · Before you finish — verify
157
158Run through this checklist for every screen you produce:
159
160- [ ] Every color used appears in the Colors table above.
161- [ ] Headlines use the display font; body copy uses the body font.
162- [ ] Buttons match one of the declared variants exactly (shape, padding, weight).
163- [ ] Border-radius values come from `radius.sm` / `radius.md` / `radius.lg` / `radius.pill`.
164- [ ] Cards and dividers use the declared border + shadow tokens.
165- [ ] No values were invented; if you needed something missing, you stopped and asked.
166
167---
168
169## 1. Atmosphere
170
171Duotone Press is a strict two-color press operation. The page surface is warm bone `#f5ecd9` — never white, never cream. Ink is near-black `#1a1612` with a slight warm undertone — text, headings, dividers, secondary buttons, card borders. The single accent is persimmon `#cf4a1c` — every CTA, every active state, every editorial moment. There is no third color. Display headlines run in Bricolage Grotesque at 160px, weight 700 — the variable-grotesque hits like a press-roll. Body sits in Newsreader at 18px on a 1.65 leading — the warm text-grade serif is the editorial counterweight.
172
173The discipline is absolute: every pixel is bone, ink, or persimmon. No greys, no tints, no opacity tricks. The persimmon does the entire job of "look here," and a page should have at most three persimmon moments.
174
175**Signature moves**
176- Bricolage Grotesque 700 at 160px — variable-grotesque press-roll weight
177- Newsreader 18px body — warm text-grade serif counterweight
178- Strict two-color: bone `#f5ecd9` + ink `#1a1612` + persimmon `#cf4a1c` — no third color
179- Persimmon for every CTA + every active state + every editorial moment
180- Sharp 0px corners on every card and button — press-printed precision
181- 1px ink dividers and card borders — never grey, never opacity
182
183## 2. Palette (the entire system)
184
185- **Bone** `#f5ecd9` — page background
186- **Bone Lift** `#ede4d3` — secondary surfaces, table headers
187- **Ink** `#1a1612` — text, dividers, card borders, secondary CTA outline
188- **Persimmon** `#cf4a1c` — primary CTA, active state, editorial accent
189
190That is the entire palette. No greys (use opacity-0 ink only when absolutely needed for ink-50 text via an actual second ink swatch — but prefer dropping the text). No third hue. Ever.
191
192## 3. Typography
193
194| Role | Font | Size | Weight | Leading | Tracking |
195|------|------|------|--------|---------|----------|
196| Hero | Bricolage Grotesque | 160px | 700 | 0.90 | -0.045em |
197| H1 | Bricolage Grotesque | 80px | 700 | 0.96 | -0.03em |
198| H2 | Bricolage Grotesque | 32px | 600 | 1.18 | -0.018em |
199| Pull Quote | Newsreader (italic) | 26px | 400 | 1.4 | -0.008em |
200| Body | Newsreader | 18px | 400 | 1.65 | -0.003em |
201| UI / Button | Bricolage Grotesque | 13px | 600 | 1.4 | 0.10em uppercase |
202| Caption | JetBrains Mono | 11px | 500 | 1.0 | 0.10em uppercase |
203| Number | JetBrains Mono | 14px | 500 | 1.0 | 0 tabular-nums |
204
205Bricolage Grotesque on display + UI labels; Newsreader on body + pull quotes. Two voices, no compromise.
206
207## 4. Buttons
208
209### Primary (Persimmon — every CTA)
210```css
211background: #cf4a1c;
212color: #f5ecd9;
213padding: 13px 26px;
214border-radius: 0px;
215text-transform: uppercase;
216letter-spacing: 0.10em;
217font-weight: 600;
218```
219
220Sharp 0px corners. The persimmon-on-bone reads as a printed-tab press-stamp.
221
222### Secondary (Ink Outline)
223- Transparent, 1px solid ink, ink text — same sharp 0px corners
224
225### Outline & Ghost
226- Outline: identical to secondary (no fourth treatment in a two-color system)
227- Ghost: no border, ink text, hover underlines
228
229## 5. Cards
230
231```css
232background: #f5ecd9;
233border: 1px solid #1a1612;
234border-radius: 0px;
235box-shadow: none;
236```
237
238NO shadows. NO opacity. The 1px solid ink border is the only chrome. The active card flips: ink background, bone text, 1px persimmon border on the bottom edge — the only place persimmon ever appears as a border.
239
240## 6. Charts
241
242Thick precise bars (8px wide, 8px gap). One bar in persimmon, others in ink. NO gridlines. Y-axis labels in JetBrains Mono uppercase 11px. Charts read as press-printed broadside graphics, not as data viz.
243
244## 7. Tabs
245
246Underline 2px in persimmon for the active state. Inactive tabs are ink in Bricolage Grotesque uppercase 0.10em. The underline is the only place persimmon appears in nav.
247
248## 8. Spacing
249
250- Base 8px
251- Scale: `8, 16, 24, 32, 48, 64, 96, 128, 160`
252- Section padding: 128px desktop, 64px mobile
253
254## 9. Do's & don'ts
255
256✅ **Do**
257- Hold the strict two-color discipline: bone, ink, persimmon — no greys, no tints, no third hue
258- Use Bricolage Grotesque at 160px for the hero — the variable-grotesque is the system's voice
259- Reserve persimmon for CTAs + active states + editorial accents only
260- Use sharp 0px corners on every card and button — press-printed precision
261
262❌ **Don't**
263- Add a third color, even for status — success/warn/error all live in ink + persimmon
264- Use ink-50 grey for secondary text — drop the text or restate it in shorter form
265- Round any corner — 0px or pill (for badges only), nothing in between
266- Use persimmon as a background fill — three surfaces only (CTA, active state, editorial accent)
267
268---
269
270## Tokens
271
272> Generated from the same source the live preview renders from.
273> Treat the values below as the contract — never substitute approximations.
274
275### Colors
276
277| Role | Value |
278|-----------|-------|
279| primary | `#1a1612` |
280| secondary | `#1a1612` |
281| tertiary | `#cf4a1c` |
282| neutral | `#ede4d3` |
283| surface | `#f5ecd9` |
284
285### Typography
286
287- **Display:** Bricolage Grotesque
288- **Body:** Newsreader
289- **Mono:** JetBrains Mono
290
291| Role | size / leading / weight / tracking |
292|------|------------------------------------|
293| Hero | 10rem / 0.9 / 700 / -0.045em |
294| H1 | 5rem / 0.96 / 700 / -0.03em |
295| H2 | 2rem / 1.18 / 600 / -0.018em |
296| Body | 1.125rem / 1.65 / 400 / -0.003em |
297
298### Radius
299
300- sm: `0px`
301- md: `0px`
302- lg: `0px`
303- pill: `9999px`
304
305### Shadows
306
307- **card:** `none`
308- **button:** `none`
309
310### Borders
311
312- **card:** `1px solid #1a1612`
313- **divider:** `#1a1612`
314
315### Buttons
316
317Four variants, each fully tokenized. The preview renders from these exact values.
318
319#### Primary
320
321| Property | Value |
322|----------|-------|
323| shape | `sharp` |
324| background | `#cf4a1c` |
325| color | `#f5ecd9` |
326| border | `none` |
327| padding | `13px 26px` |
328| fontWeight | `600` |
329| fontSize | `0.8125rem` |
330| tracking | `0.10em` |
331| uppercase | `true` |
332
333#### Secondary
334
335| Property | Value |
336|----------|-------|
337| shape | `sharp` |
338| background | `transparent` |
339| color | `#1a1612` |
340| border | `1px solid #1a1612` |
341| padding | `13px 26px` |
342| fontWeight | `600` |
343| fontSize | `0.8125rem` |
344| tracking | `0.10em` |
345| uppercase | `true` |
346
347#### Outline
348
349| Property | Value |
350|----------|-------|
351| shape | `sharp` |
352| background | `transparent` |
353| color | `#1a1612` |
354| border | `1px solid #1a1612` |
355| padding | `13px 26px` |
356| fontWeight | `600` |
357| fontSize | `0.8125rem` |
358| tracking | `0.10em` |
359| uppercase | `true` |
360
361#### Ghost
362
363| Property | Value |
364|----------|-------|
365| shape | `sharp` |
366| background | `transparent` |
367| color | `#1a1612` |
368| border | `none` |
369| padding | `13px 18px` |
370| fontWeight | `600` |
371| fontSize | `0.8125rem` |
372| tracking | `0.10em` |
373| uppercase | `true` |
374
375### Charts
376
377| Property | Value |
378|----------|-------|
379| variant | `bars` |
380| strokeWidth | `2` |
381| fillOpacity | `0` |
382| gridlines | `false` |
383| barGap | `8px` |
384| highlight | `single` |
385| dotMarker | `false` |
386
03 · How to use it

Wire it into your agent.

markdown
# CLAUDE.md
Reference @DESIGN.md for all styling decisions. Apply tokens strictly — do not introduce colors, fonts, or radii outside the system. When in doubt, prefer the values declared in DESIGN.md frontmatter.
04 · Required setup

Three snippets.

Google Fonts link

html
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700&family=Newsreader:ital,wght@0,400;0,500;1,400&family=JetBrains+Mono:wght@400;500&display=swap" />

Install dependencies

bash
npm install lucide-react

Tailwind config

js
// tailwind.config.js
export default {
theme: {
extend: {
fontFamily: {
display: ['"Bricolage Grotesque"', 'serif'],
sans: ['"Newsreader"', 'sans-serif'],
mono: ['"JetBrains Mono"', 'monospace'],
},
colors: {
primary: '#1a1612',
secondary: '#1a1612',
accent: '#cf4a1c',
neutral: '#ede4d3',
surface: '#f5ecd9',
},
borderRadius: {
sm: '0px',
md: '0px',
lg: '0px',
},
},
},
};
05 · Keep browsing

Try another system.

Liquid Metal

Dark graphite glassmorphism — heavy 48px backdrop blur on near-opaque graphite panes, hairline pewter borders, and brushed-silver text accents. No color, no glow, no aurora. Just clean machined glass over a flat charcoal canvas with subtle metallic gradients on display type.

darkglassminimalpremiummodern
Liquid.app
ProductPricingDocsAbout
Sign inGet started
dark · glass · minimal

Build with Liquid Metal.

A complete design system, ready for your AI coding agent. Every primitive, token, and pattern below is generated straight from DESIGN.md — drop the file in your project and ship matching UI in minutes.

Start building →View on GitHub
Featured
Tokens that travel with your prompts.
Active users
12,840
Status
All systems operational

Ledger Quiet

A trading desk that whispers. Off-white surfaces with hairline-only chrome, IBM Plex Sans for prose, IBM Plex Mono with tabular numerals for every figure, a single forest-green accent reserved for positive deltas. Built for fintech dashboards, treasury tools, and any product where the numbers must be the loudest thing on the screen.

fintechminimalpremiummoderndashboard
Ledger.app
ProductPricingDocsAbout
Sign inGet started
fintech · minimal · premium

Build with Ledger Quiet.

A complete design system, ready for your AI coding agent. Every primitive, token, and pattern below is generated straight from DESIGN.md — drop the file in your project and ship matching UI in minutes.

Start building →View on GitHub
Featured
Tokens that travel with your prompts.
Active users
12,840
Status
All systems operational