# Cori Corinne — Style Reference
> Editorial grand typography
**Theme:** light
Cori Corinne presents a refined, editorial aesthetic, emphasizing large, high-contrast typography and subtle textural backgrounds over vibrant color. The system relies on a warm, off-white canvas and deep charcoal text, creating a sense of understated elegance. Visual hierarchy is established through dramatic scale shifts in headlines and classic serif fonts, while interaction elements remain minimal and ghost-like.
## Tokens — Colors
| Name | Value | Token | Role |
|------|-------|-------|------|
| Canvas Parchment | `#f6f5f0` | `--color-canvas-parchment` | Dominant page background, soft card surfaces |
| Ink Obsidian | `#292a2c` | `--color-ink-obsidian` | Primary text color for body copy, navigational elements, and subtle borders. Creates strong contrast against the light canvas |
| Pure White | `#ffffff` | `--color-pure-white` | Elevated background surfaces for certain sections or content blocks |
| Deep Midnight | `#000000` | `--color-deep-midnight` | Dark borders and separators for elevated surfaces and inverted UI. Do not promote it to the primary CTA color |
## Tokens — Typography
### Open Sans — Primary text for body content, links, and general informational text. Its clean, readable proportions balance the more expressive display font. · `--font-open-sans`
- **Substitute:** system-ui, sans-serif
- **Weights:** 400
- **Sizes:** 18px, 30px
- **Line height:** 1.67, 2.33
- **Letter spacing:** normal
- **Role:** Primary text for body content, links, and general informational text. Its clean, readable proportions balance the more expressive display font.
### neue-haas-grotesk-text — Display font for large, impactful headlines and a signature brand mark. Its high contrast and elegant serif forms establish a sophisticated, editorial tone. The 1.0 line height for smaller sizes contributes to a concise, dense feel. · `--font-neue-haas-grotesk-text`
- **Substitute:** 'EB Garamond', serif
- **Weights:** 400
- **Sizes:** 18px, 30px
- **Line height:** 1.00, 2.33
- **Letter spacing:** normal
- **Role:** Display font for large, impactful headlines and a signature brand mark. Its high contrast and elegant serif forms establish a sophisticated, editorial tone. The 1.0 line height for smaller sizes contributes to a concise, dense feel.
## Tokens — Spacing & Shapes
**Base unit:** 6px
**Density:** spacious
### Spacing Scale
| Name | Value | Token |
|------|-------|-------|
| 30 | 30px | `--spacing-30` |
### Border Radius
| Element | Value |
|---------|-------|
| none | 0px |
### Layout
- **Section gap:** 60px
- **Card padding:** 30px
- **Element gap:** 30px
## Components
### Header Navigation Link
**Role:** Top-level navigation items
Text: Open Sans, 18px, weight 400, Ink Obsidian (#292a2c). Hover/Active state: Deep Midnight (#000000) with a 1px bottom border of Deep Midnight (#000000).
### Hero Headline
**Role:** Dominant page titles and primary visual impact
Font: neue-haas-grotesk-text, 30px (likely much larger based on visual prominence), weight 400. Color: Ink Obsidian (#292a2c). Visually this appears centered on a Canvas Parchment background, setting an immediate tone of grandeur.
### Social Link
**Role:** Footer or section-level links to external platforms
Text: Open Sans, 18px, weight 400, Deep Midnight (#000000). Behaves like a standard text link, changing color on interaction.
## Do's and Don'ts
### Do
- Prioritize Canvas Parchment (#f6f5f0) as the primary background for all major content areas.
- Use Open Sans (weight 400) for all body text, ensuring high readability and a neutral base for content.
- Employ neue-haas-grotesk-text (weight 400) exclusively for large, editorial headlines to establish visual drama.
- Maintain a rigid 0px border-radius for all elements, preserving a crisp, angular aesthetic.
- Utilize Ink Obsidian (#292a2c) for most text and secondary interaction elements to create strong contrast without harshness.
- Ensure generous vertical spacing between sections, using a base rhythm of 60px to maintain an open, spacious feel.
### Don't
- Avoid using saturated or vivid colors; the palette is strictly neutral with high contrast.
- Do not introduce rounded corners or soft shadows; elevation and form should be defined by hard edges and stark contrast.
- Refrain from using thin weights for body text; Open Sans 400 is the minimum for legibility.
- Avoid decorative gradients or background images; rely on the interplay of text, high-contrast imagery, and spacious layout.
- Do not deviate from the established font families; the serif/sans-serif pairing is a core identity element.
- Never use less than 30px for padding or element separation, to prevent a cramped appearance.
## Imagery
Imagery is high-contrast, often black-and-white or desaturated, appearing as full-width or large visual blocks. Photography features textured surfaces or abstract compositions, often with a raw, slightly grainy aesthetic. The images serve as atmospheric elements rather than literal content showcases, providing mood and visual interest without overwhelming the stark typography. Icons, if present, would likely be minimal and outlined in black.
## Layout
The page utilizes a full-bleed layout, allowing content and hero sections to span the entire viewport width. The hero pattern is characterized by a centered, oversized headline using the brand's display font, set against the Canvas Parchment background. Section rhythm is driven by distinct vertical blocks, with generous spacing creating an unhurried, gallery-like experience. Content is primarily arranged in simple stacked blocks or large single visual elements, emphasizing individual statements. Navigation is a minimal, top-aligned bar with text links. Density leans towards spaciousness, allowing each element significant breathing room.
## Agent Prompt Guide
Quick Color Reference:
text: #292a2c
background: #f6f5f0
border: #292a2c
accent: no distinct accent color
primary action: no distinct CTA color
Example Component Prompts:
1. Create a primary navigation link: Background transparent, text Ink Obsidian (#292a2c), Open Sans weight 400, 18px. On hover, text becomes Deep Midnight (#000000) and gains a 1px solid Deep Midnight bottom border.
2. Design a hero section, full-width: Canvas Parchment (#f6f5f0) background. Centered headline 'Cori Corinne' using neue-haas-grotesk-text weight 400, text color Ink Obsidian (#292a2c) at a very large size (e.g., 96px).
3. Generate a footer social link: Text 'Instagram' using Open Sans weight 400, 18px, color Deep Midnight (#000000).
## Similar Brands
- **AIGA Journal** — Uses large-scale editorial serif typography and a restrained color palette on a light background.
- **The New York Times** — Employs classic serif and sans-serif pairings with strong contrast for readability and an established, authoritative feel.
- **Other portfolio sites with a strong focus on art direction** — Often feature minimal UI, large display typography, and atmospheric photography against a neutral canvas.
## Quick Start
### CSS Custom Properties
```css
:root {
/* Colors */
--color-canvas-parchment: #f6f5f0;
--color-ink-obsidian: #292a2c;
--color-pure-white: #ffffff;
--color-deep-midnight: #000000;
/* Typography — Font Families */
--font-open-sans: 'Open Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-neue-haas-grotesk-text: 'neue-haas-grotesk-text', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Typography — Scale */
--text-lg: 18px;
--leading-lg: 1.67;
--text-3xl: 30px;
--leading-3xl: 1;
/* Typography — Weights */
--font-weight-regular: 400;
/* Spacing */
--spacing-unit: 6px;
--spacing-30: 30px;
/* Layout */
--section-gap: 60px;
--card-padding: 30px;
--element-gap: 30px;
/* Named Radii */
--radius-none: 0px;
}
```
### Tailwind v4
```css
@theme {
/* Colors */
--color-canvas-parchment: #f6f5f0;
--color-ink-obsidian: #292a2c;
--color-pure-white: #ffffff;
--color-deep-midnight: #000000;
/* Typography */
--font-open-sans: 'Open Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-neue-haas-grotesk-text: 'neue-haas-grotesk-text', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Typography — Scale */
--text-lg: 18px;
--leading-lg: 1.67;
--text-3xl: 30px;
--leading-3xl: 1;
/* Spacing */
--spacing-30: 30px;
}
```
Editorial Art House
Editorial Grid, Ink on Paper
Editorial canvas, bold type
Editorial Minimal Canvas — Large,…
Warm parchment elegance.
Editorial archive, high contrast.
Editorial canvas, artful typography
High-contrast editorial publication
Ever-shifting, vibrant canvas
Vintage academic journal — muted…
Parchment and Cobalt
Gallery Grid, high contrast.

Artist's sketchbook, bursting with…
monochromatic gallery, bold…
Black canvas, stark typography
High-contrast theatrical canvas
Minimalist editorial canvas; stark…
monochromatic minimalist gallery
Editorial type on stark canvas
Kinetic typographic canvases