Radical two-color: deep terracotta and warm bone, nothing else. Humanist serif display at scale, soft 12px corners, generous body. Earthen and quiet — for artisan brands, ceramics, slow-food, hospitality.
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.
Prose-first token file — decisions live next to their reasoning.
Fine micro-scale (1–5px) for pills, editorial scale (12–21px) for the grid.
The system's own radius tokens — sm for chips and inputs, md for buttons, lg for cards, pill for fully-rounded CTAs.
1---2name: "Terra Bone"3description: "Radical two-color: deep terracotta and warm bone, nothing else. Humanist serif display at scale, soft 12px corners, generous body. Earthen and quiet — for artisan brands, ceramics, slow-food, hospitality."4tags: [duotone, warm, minimal, editorial, artisan]5colors:6 primary: "#7A2E1F"7 secondary: "#A66854"8 tertiary: "#C98C72"9 neutral: "#F2EADD"10 surface: "#F8F1E5"11typography:12 display: "DM Serif Display"13 body: "DM Sans"14 mono: "JetBrains Mono"15 scale:16 hero: "5.5rem / 1 / 400 / -0.025em"17 h1: "3rem / 1.05 / 400 / -0.02em"18 h2: "1.625rem / 1.3 / 400 / -0.012em"19 body: "1.0625rem / 1.7 / 400 / 0em"20radius:21 sm: 8px22 md: 10px23 lg: 12px24shadows:25 card: "0 0 0 1px rgba(122, 46, 31, 0.10)"26 button: none27borders:28 card: "1px solid rgba(122, 46, 31, 0.10)"29 divider: "rgba(122, 46, 31, 0.18)"30buttons:31 primary:32 background: #7A2E1F33 color: #F2EADD34 border: 1px solid #7A2E1F35 shape: rounded36 padding: 13px 24px37 font: 500 / 0.9375rem / 0em38 secondary:39 background: #F8F1E540 color: #7A2E1F41 border: 1px solid #7A2E1F42 shape: rounded43 padding: 12px 23px44 font: 500 / 0.9375rem / 0em45 outline:46 background: transparent47 color: #7A2E1F48 border: 1px solid rgba(122, 46, 31, 0.30)49 shape: rounded50 padding: 12px 23px51 font: 500 / 0.9375rem / 0em52 ghost:53 background: transparent54 color: #A6685455 border: none56 shape: rounded57 padding: 12px 4px58 font: 500 / 0.9375rem / 0em59 hover: underline60charts:61 variant: "rounded-bars"62 stroke_width: 263 gridlines: false64 bar_radius: 4px65 bar_gap: 10px66 highlight: all67 axis_color: "#A66854"68 palette: ["#7A2E1F", "#A66854", "#C98C72"]69fonts_url: "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600&family=JetBrains+Mono:wght@400&display=swap"70dependencies: ["lucide-react"]71---72 73# Terra Bone74 75## AI Build Instructions76 77> **Read this section before writing any code.** The rules below78> are non-negotiable. Every value used in the UI must come from this79> file's frontmatter — never substitute, approximate, or invent new80> colors, fonts, radii, or shadows. If a value is missing, ask the81> user before adding one.82 83### 1 · Your role84 85You are building UI for a project that has adopted **Terra Bone** as its86design system. Treat `DESIGN.md` as the single source of truth.87Your job is to translate the user's product requirements into88components and pages that look like they were designed by the same89person who authored this file.90 91### 2 · Token compliance92 93- Pull every color, font family, radius, shadow, and spacing value94 from the frontmatter at the top of this file.95- Use semantic roles (e.g. `primary`, `accent`, `muted`) — never96 hard-code hex values that bypass the system.97- When a token can be expressed as a CSS variable, declare it once98 in your global stylesheet and reference it everywhere downstream.99- The Google Fonts `<link>` is provided in the Typography section.100 Add it to `<head>` before any component renders.101 102### 3 · Component recipes103 104Use these recipes verbatim when building the corresponding component.105 106#### Buttons107 108Four variants are defined. Pick one — never blend variants or invent a fifth.109 110- **Primary** — rounded shape, bg `#7A2E1F`, text `#F2EADD`, border `1px solid #7A2E1F`, padding `13px 24px`, weight `500`.111- **Secondary** — rounded shape, bg `#F8F1E5`, text `#7A2E1F`, border `1px solid #7A2E1F`, padding `12px 23px`, weight `500`.112- **Outline** — rounded shape, text `#7A2E1F`, border `1px solid rgba(122, 46, 31, 0.30)`, padding `12px 23px`, weight `500`.113- **Ghost** — rounded shape, text `#A66854`, padding `12px 4px`, weight `500`.114 115Reach for **primary** as the single dominant CTA per screen.116**Secondary** for the supporting action. **Outline** for tertiary117actions in toolbars. **Ghost** for inline links and table actions.118 119#### Cards120 121- Background: `#F8F1E5`122- Border: `1px solid rgba(122, 46, 31, 0.10)`123- Shadow: `0 0 0 1px rgba(122, 46, 31, 0.10)`124- Radius: `radius.lg` (`12px`)125- Internal padding: `20px` for compact cards, `24–28px` for content cards.126 127#### Charts128 129- Bar/line variant: `rounded-bars`130- Bar radius: `4px`131- No gridlines — let the bars/lines carry the data.132- Highlight strategy: `all` — emphasize a single bar/point per chart.133- Use the declared palette in order: `#7A2E1F`, `#A66854`, `#C98C72`.134 135#### Typography pairings136 137- **Display (`DM Serif Display`)** — h1, h2, hero headlines, brand wordmarks.138- **Body (`DM Sans`)** — paragraphs, labels, button text, form inputs.139- **Mono (`JetBrains Mono`)** — code, eyebrows, metadata, numerals in tables.140 141### 4 · Hard constraints142 143Never do any of the following without explicit instruction from the user:144 145- Introduce a new color, font, radius, or shadow that isn't declared above.146- Mix this system with another (e.g. don't paste in Material or Bootstrap defaults).147- Use generic gradient defaults (purple→blue, peach→pink) — they break the system's voice.148- Reach for emoji icons. Use a consistent icon library and size icons in line with body type.149- Add motion that exceeds the system's restraint — keep transitions short (≤200ms) and subtle.150 151### 5 · Before you finish — verify152 153Run through this checklist for every screen you produce:154 155- [ ] Every color used appears in the Colors table above.156- [ ] Headlines use the display font; body copy uses the body font.157- [ ] Buttons match one of the declared variants exactly (shape, padding, weight).158- [ ] Border-radius values come from `radius.sm` / `radius.md` / `radius.lg` / `radius.pill`.159- [ ] Cards and dividers use the declared border + shadow tokens.160- [ ] No values were invented; if you needed something missing, you stopped and asked.161 162---163 164## Overview165Terra Bone is a strict two-color system: **deep terracotta and warm bone, nothing else.** No third hue anywhere — not in charts, not in icons, not in shadows. Charts and accents reuse the terracotta hue at three chroma levels so the duotone discipline holds.166 167The system is warm and earthen. For artisan brands, ceramics studios, slow-food platforms, boutique hospitality, anything that should feel hand-thrown rather than machined.168 169## Color170- **Terracotta #7A2E1F** — the only "dark." Body text, headings, primary fills, hairlines.171- **Faded #A66854** — same hue at lower chroma. Secondary text, axis labels, second chart bar.172- **Soft #C98C72** — same hue, even softer. Hover underline, third chart bar.173- **Bone #F2EADD** — page canvas. The only neutral.174- **Surface #F8F1E5** — card surface, one notch above bone.175 176The "three" terracotta steps are not three colors — they are one color at three chroma levels. The duotone discipline holds.177 178## Typography179- **Display: DM Serif Display 400** at 5.5rem with -2.5% tracking. Humanist serif with warmth.180- **Body: DM Sans 400** at 1.0625rem with 1.7 leading.181 182| Role | Font | Size | Weight | Tracking |183|------|------|------|--------|----------|184| Hero | DM Serif Display | 5.5rem | 400 | -0.025em |185| H1 | DM Serif Display | 3rem | 400 | -0.02em |186| H2 | DM Serif Display | 1.625rem | 400 | -0.012em |187| Body | DM Sans | 1.0625rem | 400 | 0 / 1.7 |188 189The serif/sans pairing is the whole texture — display does the singing, body does the reading.190 191## Geometry192- **Radii: 8 / 10 / 12.** Soft, hand-thrown. Never sharp, never pill.193- **No shadow.** A 1px terracotta hairline at 10% opacity is the only depth signal.194- **Section gap: 120px** desktop, 72px mobile.195 196## Buttons197- **Primary** — solid terracotta, bone label, 12px corners.198- **Secondary** — surface bone, terracotta label, terracotta 1px hairline.199- **Outline** — bare hairline at 30%.200- **Ghost** — faded terracotta label, hover underline.201 202## Cards203Surface bone on canvas, 1px terracotta hairline at 10% opacity, 10px corner radius, **no shadow**. Padding 32px. The card depth comes from the hairline alone — adding shadow would introduce a third tonal value and break the duotone.204 205## Charts & Data206Three-bar histogram in three chroma steps of terracotta — deep, faded, soft — 4px corner radius, 10px gap, no gridlines. Axis labels in faded terracotta. The chart is monochrome by definition.207 208## Do's and Don'ts209- ✅ Two colors only — terracotta and bone. The chart's chroma steps are the same hue.210- ✅ The hairline is the only depth. No shadows.211- ✅ Serif display + sans body. The pairing is the texture.212- ✅ Soft 8-12px radii. Hand-thrown, never machined.213- ❌ No third hue. No green, no blue, no grey accent. Ever.214- ❌ No drop shadow. Hairline only.215- ❌ No bold display weight. DM Serif Display lives at 400.216- ❌ No pill buttons or sharp corners. The system is soft.217 218---219 220## Tokens221 222> Generated from the same source the live preview renders from.223> Treat the values below as the contract — never substitute approximations.224 225### Colors226 227| Role | Value |228|-----------|-------|229| primary | `#7A2E1F` |230| secondary | `#A66854` |231| tertiary | `#C98C72` |232| neutral | `#F2EADD` |233| surface | `#F8F1E5` |234 235### Typography236 237- **Display:** DM Serif Display238- **Body:** DM Sans239- **Mono:** JetBrains Mono240 241| Role | size / leading / weight / tracking |242|------|------------------------------------|243| Hero | 5.5rem / 1 / 400 / -0.025em |244| H1 | 3rem / 1.05 / 400 / -0.02em |245| H2 | 1.625rem / 1.3 / 400 / -0.012em |246| Body | 1.0625rem / 1.7 / 400 / 0em |247 248### Radius249 250- sm: `8px`251- md: `10px`252- lg: `12px`253 254### Shadows255 256- **card:** `0 0 0 1px rgba(122, 46, 31, 0.10)`257- **button:** `none`258 259### Borders260 261- **card:** `1px solid rgba(122, 46, 31, 0.10)`262- **divider:** `rgba(122, 46, 31, 0.18)`263 264### Buttons265 266Four variants, each fully tokenized. The preview renders from these exact values.267 268#### Primary269 270| Property | Value |271|----------|-------|272| shape | `rounded` |273| background | `#7A2E1F` |274| color | `#F2EADD` |275| border | `1px solid #7A2E1F` |276| padding | `13px 24px` |277| fontWeight | `500` |278| fontSize | `0.9375rem` |279| tracking | `0em` |280 281#### Secondary282 283| Property | Value |284|----------|-------|285| shape | `rounded` |286| background | `#F8F1E5` |287| color | `#7A2E1F` |288| border | `1px solid #7A2E1F` |289| padding | `12px 23px` |290| fontWeight | `500` |291| fontSize | `0.9375rem` |292| tracking | `0em` |293 294#### Outline295 296| Property | Value |297|----------|-------|298| shape | `rounded` |299| background | `transparent` |300| color | `#7A2E1F` |301| border | `1px solid rgba(122, 46, 31, 0.30)` |302| padding | `12px 23px` |303| fontWeight | `500` |304| fontSize | `0.9375rem` |305| tracking | `0em` |306 307#### Ghost308 309| Property | Value |310|----------|-------|311| shape | `rounded` |312| background | `transparent` |313| color | `#A66854` |314| border | `none` |315| padding | `12px 4px` |316| fontWeight | `500` |317| fontSize | `0.9375rem` |318| tracking | `0em` |319| hoverHint | `underline` |320 321### Charts322 323| Property | Value |324|----------|-------|325| variant | `rounded-bars` |326| strokeWidth | `2` |327| gridlines | `false` |328| barRadius | `4px` |329| barGap | `10px` |330| highlight | `all` |331| axisColor | `#A66854` |332| palette | `#7A2E1F`, `#A66854`, `#C98C72` |333 # 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.<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600&family=JetBrains+Mono:wght@400&display=swap" />npm install lucide-react// tailwind.config.jsexport default { theme: { extend: { fontFamily: { display: ['"DM Serif Display"', 'serif'], sans: ['"DM Sans"', 'sans-serif'], mono: ['"JetBrains Mono"', 'monospace'], }, colors: { primary: '#7A2E1F', secondary: '#A66854', accent: '#C98C72', neutral: '#F2EADD', surface: '#F8F1E5', }, borderRadius: { sm: '8px', md: '10px', lg: '12px', }, }, },};Lavender and cream, generous rounding, friendly and approachable.
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.
Fashion editorial that doesn't shout. Off-bone surfaces, Playfair Display 400 for product names at oversized scale, Inter for body and UI, generous negative space, and a single muted oxblood accent reserved for the Add-to-Bag CTA. Built for fashion houses, jewellery brands, and high-end retail that wants the catalogue feel of a glossy quarterly.
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.