Editorialminimaleditorial

Linen

Warm minimal theme on stone neutrals.

by PromptsRush· MIT· v1.0.0· 1· shadcn, tailwind, css-vars
Download design.md
Lumen
Get started
✦ New release

Build something people love.

A live preview of this theme — every color, font, radius, and shadow you see is rendered straight from its tokens.

Start free Live demo
12.4k
Active users+18%
$48.2k
Revenue+7.1%
4.9
Rating2.1k
Quick actions
Prov2.0
Search anything…
CreateInvite

Color system

Click any swatch to copy. Contrast graded against WCAG.

Contrast (WCAG)AAA ≥ 7 · AA ≥ 4.5
AaBody text
13.79:1AAA
AaMuted text
4.56:1AA
AaPrimary button
7.25:1AAA
AaCard text
14.52:1AAA
AaAccent
8.53:1AAA

Typography

5xl3remDesign with intent
4xl2.25remDesign with intent
3xl1.875remDesign with intent
2xl1.5remDesign with intent
xl1.25remThe quick brown fox jumps over the lazy dog
lg1.125remThe quick brown fox jumps over the lazy dog
base1remThe quick brown fox jumps over the lazy dog
sm0.875remThe quick brown fox jumps over the lazy dog
xs0.75remThe quick brown fox jumps over the lazy dog

Body sample. Manrope carries running text — readable paragraphs, comfortable measure, and a rhythm that holds up across long pages of content and UI.

Radius, shadow & fonts

Radius · base 0.5rem
sm
base
lg
xl
Shadow
sm
md
lg
Fonts
Sans
Manrope
Aa Bb Cc 0123
Serif
Fraunces
Aa Bb Cc 0123
Mono
JetBrains Mono
Aa Bb Cc 0123

Components

Real UI rendered with this theme's tokens.

Buttons
PrimarySecondaryOutlineAccentGhostDelete
Badges
PrimarySecondaryAccent
Input
you@example.com
Card title

A surface for grouping content, with the theme's border, radius, and shadow.

Accent callout
Use the accent surface for highlights, tips, and gentle emphasis.

Principles, guidelines & component specs

Do's & don'ts, spacing, motion, iconography, accessibility, and exact component specs — all in the design.md too.

Do

  • Let stone and clay neutrals do the work.
  • Use the Fraunces display for warmth at large sizes.
  • Keep contrast soft but always readable.

Don't

  • Don't introduce a loud accent.
  • Don't use harsh black or pure white.
  • Don't over-shadow — keep it gentle.
Spacing · base 0.25rem
1
2
3
4
6
8
12
16
24
Motion
fast · 160msbase · 260msslow · 420ms
ease · cubic-bezier(0.4,0,0.2,1)
  • Soft and unhurried — premium calm.
  • Gentle fades, small movements.
Easing & duration (hover)

Hover to feel this theme's base transition.

Iconography

Lucide · 1.75px stroke · 1rem. Refined 1.75px icons in stone tones.

Accessibility
Contrast
WCAG AA — 4.5:1 text
Focus
2px solid var(--ring), 2px offset
Targets
44x44px
  • Soft contrast must still clear 4.5:1 for text.
  • Pair color with text or icon.
Component specs
Button
Backgroundvar(--primary)
Textvar(--primary-foreground)
Radius0.5rem
Padding0.5rem 1rem
Height2.6rem
Weight600
Badge
Backgroundvar(--accent) / var(--primary)
Textvar(--accent-foreground) / var(--primary-foreground)
Radius0.375rem
Padding0.15rem 0.55rem
Font size0.75rem
Weight700

Use for status, counts, and short labels. Keep to one or two words.

Alert
Radius0.75rem
Padding1rem 1.25rem
Border1px solid var(--border)

Always pair the color with an icon and a text label — never rely on color alone.

Form field
Backgroundvar(--background)
Border1px solid var(--input)
Radius0.5rem
Height2.5rem
Padding0.5rem 0.75rem

Label sits above the field; helper or error text sits below.

Card
Backgroundvar(--card)
Textvar(--card-foreground)
Border1px solid var(--border)
Radius0.75rem
Padding1.4rem
Shadow0 4px 14px -3px rgba(43,41,37,0.08)

The design brief

Linen is a warm, quiet, minimal theme built on stone neutrals and a Fraunces display.

Principles

  • Neutral first. Stone and clay tones do almost everything; color is a whisper.
  • Soft contrast. Comfortable, never harsh — easy on the eyes in both modes.
  • Gentle structure. A medium radius and light shadows keep it calm and premium.

When to use

Portfolios, studios, agencies, wellness and lifestyle brands, premium minimal products.

Use this with your AI

Download or copy the design.md and paste it into Claude, Cursor, or v0 — it tells the agent exactly which colors, fonts, radii, and shadows to use, so your site comes out looking like this.

Export tokens

Drop straight into your codebase.

:root {
  --radius: 0.5rem;
  --background: #faf9f6;
  --foreground: #2b2925;
  --card: #ffffff;
  --card-foreground: #2b2925;
  --popover: #ffffff;
  --popover-foreground: #2b2925;
  --primary: #57534e;
  --primary-foreground: #faf9f6;
  --secondary: #f0efe9;
  --secondary-foreground: #44403c;
  --muted: #f0efe9;
  --muted-foreground: #78716c;
  --accent: #eceae3;
  --accent-foreground: #44403c;
  --destructive: #dc2626;
  --border: #e7e5e0;
  --input: #e7e5e0;
  --ring: #a8a29e;
  --shadow-sm: 0 1px 2px rgba(43,41,37,0.05);
  --shadow-md: 0 4px 14px -3px rgba(43,41,37,0.08);
  --shadow-lg: 0 12px 30px -8px rgba(43,41,37,0.12);
  --font-sans: 'Manrope', ui-sans-serif, system-ui, sans-serif;
  --font-serif: 'Fraunces', ui-serif, Georgia, serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --ease-standard: cubic-bezier(0.4,0,0.2,1);
  --ease-emphasized: cubic-bezier(0.2,0.8,0.2,1);
  --duration-base: 260ms;
}

.dark {
  --background: #1c1b19;
  --foreground: #ebe9e4;
  --card: #26241f;
  --card-foreground: #ebe9e4;
  --popover: #26241f;
  --popover-foreground: #ebe9e4;
  --primary: #d6d3cd;
  --primary-foreground: #1c1b19;
  --secondary: #2d2a24;
  --secondary-foreground: #d6d3cd;
  --muted: #2d2a24;
  --muted-foreground: #a8a29e;
  --accent: #33302a;
  --accent-foreground: #d6d3cd;
  --destructive: #f87171;
  --border: #3a362f;
  --input: #3a362f;
  --ring: #a8a29e;
}