# Catherine Peacock — Style Reference
> Minimalist gallery canvas
**Theme:** light
Catherine Peacock's visual system evokes a minimal gallery aesthetic, presenting content on an expansive, light canvas with strong typographic presence. The design relies on a restricted achromatic palette, where shades of gray define structure and depth. Typography is central, using generous letter-spacing for large text and precise spacing for smaller details, creating a sense of considered calm and focus.
## Tokens — Colors
| Name | Value | Token | Role |
|------|-------|-------|------|
| Canvas White | `#ffffff` | `--color-canvas-white` | Hairline borders, dividers, input outlines, and card edges on light surfaces. Do not promote it to the primary CTA color |
| Text Black | `#000000` | `--color-text-black` | Primary text, prominent headings, and functional icons — provides stark contrast against light backgrounds |
| Text Graphite | `#282828` | `--color-text-graphite` | Secondary text, subtle borders, and background elements that require less intensity than pure black |
| Background Taupe | `#dcd7d0` | `--color-background-taupe` | Subtle background panels or sections, creating a slight visual separation from the pure white canvas without high contrast |
| Border Silver | `#bababa` | `--color-border-silver` | Decorative borders and dividers, providing minimal visual interruption |
## Tokens — Typography
### custom_35137 — Display and prominent headings — its generous letter spacing and size command attention. · `--font-custom35137`
- **Substitute:** system-ui
- **Weights:** 400
- **Sizes:** 28px, 50px
- **Line height:** 1.20, 1.25
- **Letter spacing:** 0.0040em
- **OpenType features:** `"dlig" 0, "hlig" 0, "liga" 0, "rlig" 0, "smcp" 0`
- **Role:** Display and prominent headings — its generous letter spacing and size command attention.
### -apple-system — Body text and navigation elements — tight letter spacing ensures compact readability for functional text. · `--font-apple-system`
- **Substitute:** system-ui
- **Weights:** 400
- **Sizes:** 16px
- **Line height:** 1.00, 1.25
- **Letter spacing:** -0.0020em
- **OpenType features:** `"dlig" 0, "hlig" 0, "liga" 0, "rlig" 0, "smcp" 0`
- **Role:** Body text and navigation elements — tight letter spacing ensures compact readability for functional text.
## Tokens — Spacing & Shapes
**Density:** comfortable
### Border Radius
| Element | Value |
|---------|-------|
| cards | 0px |
### Layout
- **Card padding:** 0px
## Components
### Minimal Card
**Role:** Content container
A frameless, borderless content area with 0px radius, using Canvas White (#ffffff) as its background. Provides a clean, flat surface that blends seamlessly with the page background.
### Navigation Link
**Role:** Interactive text
Text link styled with Text Black (#000000) for high contrast against light backgrounds. Appears as a distinct interactive element without relying on visual chrome.
### Branded Heading
**Role:** Primary identifier
Headline text, typically in 'custom_35137' font at 50px-1.25lh or 28px-1.2lh with 0.0040em letter-spacing, using Text Black (#000000). Commands immediate attention through size and stark contrast.
### Nav Button
**Role:** Call to action
Interactive button presented as a simple '+' icon. This is achieved through an outline in Text Black (#000000) on a Canvas White (#ffffff) background, with text and icon color of Text Black. It foregrounds simplicity and functionality. All elements have a 0px radius.
## Do's and Don'ts
### Do
- Prioritize Canvas White (#ffffff) for all main backgrounds to maintain a clean, expansive aesthetic.
- Use Text Black (#000000) for all primary text elements to ensure high contrast and legibility.
- Apply 0px border-radius to all cards and significant UI containers to preserve a sharp, architectural feel.
- Employ `custom_35137` font with a generous 0.0040em letter-spacing for large headlines to enhance their commanding presence.
- Keep components visually minimal, relying on typography and stark color contrast rather than shadows or elaborate borders.
- Use Text Graphite (#282828) for secondary text or subtle UI details where a softer presence is desired compared to pure black.
- Maintain the density at 'comfortable' for all major sections and element grouping.
### Don't
- Do not introduce highly saturated colors unless specifically for functional interaction states not present in the current system.
- Avoid using any drop shadows or complex elevation schemes; the design relies on flat, layered surfaces.
- Do not use heavily rounded corners; 0px radius is preferred for all elements.
- Do not vary line heights excessively; stick to the specified 1.0 or 1.25 for system text and 1.2 or 1.25 for display text.
- Do not add decorative gradients or textures; maintain a flat, achromatic visual presentation.
- Avoid tight element spacing for large type; always allow generous white space around display text.
## Surfaces
| Level | Name | Value | Purpose |
|-------|------|-------|---------|
| 0 | Canvas White | `#ffffff` | Base page background and primary content areas |
| 1 | Background Taupe | `#dcd7d0` | Subtle background panels or section dividers |
## Imagery
This system primarily uses text as its visual focus, with no explicit imagery or illustrations present. The UI itself serves as the visual language, emphasizing typographic arrangements and stark contrast.
## Layout
The page adheres to a full-bleed model without a constrained max-width, allowing content to span the entire viewport. The hero section is characterized by a large, centered headline against a light background. Sectional rhythm is implicitly created through the generous white space around text blocks. Content appears to be presented in centered stacks or simple linear flows, prioritizing readability and directness. Navigation is minimal, limited to a simple top-right icon. The overall density is spacious, with considerable breathing room around elements.
## Agent Prompt Guide
**Quick Color Reference:**
text: #000000
background: #ffffff
border: #282828
accent: no distinct accent color
primary action: no distinct CTA color
**3-5 Example Component Prompts:**
1. Create a page header with 'CP' in Text Black (#000000), 'custom_35137' font at 16px, 1.25 line height, 0.0040em letter spacing. Include a '+' icon button (Text Black, 0px radius, 0px padding) aligned to the right.
2. Design a hero section background in Background Taupe (#dcd7d0). Place a large headline, "Catherine Peacock is an independent Australian designer driven by ideas.", using Text Black (#000000), 'custom_35137' font at 50px, 1.25 line height, 0.0040em letter spacing, centered on the page.
3. Implement a text link for navigation, utilizing Text Black (#000000), -apple-system font at 16px, 1.25 line height, -0.0020em letter spacing. Ensure it has no background or border.
## Similar Brands
- **Framer** — Emphasizes large, clear typography on minimalist backgrounds with a focus on core content.
- **Basic Agency** — Uses spacious layouts and stark achromatic palettes to highlight visual work and maintain understated elegance.
- **Stripe** — Leverages system fonts and clean, unadorned UI elements with a strong focus on readability and directness.
## Quick Start
### CSS Custom Properties
```css
:root {
/* Colors */
--color-canvas-white: #ffffff;
--color-text-black: #000000;
--color-text-graphite: #282828;
--color-background-taupe: #dcd7d0;
--color-border-silver: #bababa;
/* Typography — Font Families */
--font-custom35137: 'custom_35137', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-apple-system: '-apple-system', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Typography — Scale */
--text-base: 16px;
--leading-base: 1;
--text-2xl: 28px;
--leading-2xl: 1.25;
--text-5xl: 50px;
--leading-5xl: 1.2;
/* Typography — Weights */
--font-weight-regular: 400;
/* Layout */
--card-padding: 0px;
/* Named Radii */
--radius-cards: 0px;
/* Surfaces */
--surface-canvas-white: #ffffff;
--surface-background-taupe: #dcd7d0;
}
```
### Tailwind v4
```css
@theme {
/* Colors */
--color-canvas-white: #ffffff;
--color-text-black: #000000;
--color-text-graphite: #282828;
--color-background-taupe: #dcd7d0;
--color-border-silver: #bababa;
/* Typography */
--font-custom35137: 'custom_35137', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-apple-system: '-apple-system', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Typography — Scale */
--text-base: 16px;
--leading-base: 1;
--text-2xl: 28px;
--leading-2xl: 1.25;
--text-5xl: 50px;
--leading-5xl: 1.2;
}
```
Minimalist gallery wall. Expansive…
Minimalist editorial canvas; stark…

White gallery canvas.
Midnight Command Center: precise…
Architectural Blueprint Canvas
Gallery Canvas, Monochromatic Depth
Minimalist canvas, typographic…
gallery wall contrast
Gallery Wall Precision
Sculpted Minimalism on Canvas. An…

Minimalist digital gallery
Gallery Grid and Whisper
Minimalist gallery canvas
Minimalist Dark Canvas
Photographic gallery on parchment
Minimalist gallery wall
Minimalist canvas, bold typography.
Graphic Monochrome Canvas: crisp,…
Minimalist digital canvas
High-contrast digital canvas.