Brutalism pricing page

Brutalism for a pricing page

A neo-brutalist pricing page UI leans into loud confidence: thick black outlines, hard non-blurred offset shadows, square corners and chunky display type that makes every plan feel like a physical sticker. It suits products with personality that want to stand out from the sea of soft-gradient SaaS tables. Brutalism actually helps the core pricing job, since high-contrast ink-on-paper makes prices and feature rows trivially legible. The featured tier lifts through a bright fill and a bigger shadow offset, not a different shape, so the comparison grid stays aligned.

Brutalist pricing page UI: a neo-brutalist SaaS pricing layout with thick black borders, hard offset shadows and a mustard featured tier, generated with Superdesign
A real generated UI from the Superdesign library item Warm Neo-Brutalist SaaS Pricing: thick borders, hard offset shadows, a mustard featured tier. See it live.

This page is about applying the brutalism recipe to a pricing page. The full CSS recipe (the exact tokens, fallbacks and gotchas) lives on the Brutalism pillar page; here we focus on what changes when the build type is a pricing page, then hand you a prompt tuned for it.

Generate a brutalism pricing page

Generate it on Superdesign

This prompt is tuned to the exact tokens in the recipe above. Copy it, paste it into the prompt box, and you get a full UI in this style on an infinite canvas. Free to start.

Design a neo-brutalist SaaS pricing page on a warm cream canvas (#f4ecd8) with a faint grid texture. Every element gets a thick 2px black outline and a hard, non-blurred offset drop shadow so it reads like a physical sticker. A 3-tier pricing card row (Starter, Pro, Studio) with the middle Pro tier highlighted in mustard yellow, lifted with a bigger shadow offset, and badged Most popular. A pill billing toggle (Monthly/Annual, Save 20%) swaps the price live. Below, an accordion FAQ and a dark inverted footer. Heavy Archivo Black display headings, Space Grotesk body, DM Mono for prices. Tight playful accent palette: mustard, grape purple, mint, coral. Square corners, no soft shadows, no gradients.

Copies the prompt and opens Superdesign in a new tab.

Using the Superdesign skill from Claude Code or Cursor?

Paste this tuned style prompt into your coding agent. It carries the same tokens as the recipe, so what the agent builds matches what this page teaches.

style prompt
Build a neo-brutalist pricing page (web UI) with these tokens:
- Canvas: warm cream #f4ecd8 with a faint grid; black ink #000
- Every surface: 2px solid #000 border + HARD offset shadow
  (box-shadow: 6px 6px 0 #000, zero blur); square corners
- 3 tiers in a row; featured (Pro) filled mustard #f5c518, lifted with a bigger
  offset shadow, badged "Most popular" (same card shape, so the grid stays aligned)
- Accent palette (tight, playful): mustard, grape purple, mint, coral
- Type: Archivo Black (display), Space Grotesk (body), DM Mono (prices)
- Billing toggle is a chunky pill that swaps price + suffix live
- Contrast is easy here: black on cream and on bright fills; keep it that way
- Dark inverted footer to close; no gradients, no blur

/* via superdesign.dev/styles/brutalism/pricing */

Brutalism pricing page examples

Frequently asked questions

Does brutalist styling hurt or help a pricing page?
It usually helps the core job. A pricing page exists for fast, unambiguous comparison, and brutalism's high-contrast ink-on-paper, thick borders and chunky type make prices and feature rows extremely legible. The risk is tone, not usability: it reads bold and playful, which fits design-led and developer brands and clashes with buttoned-up enterprise ones.
How do you make the brutalist hard shadow in CSS?
Use a box-shadow with an offset but zero blur and zero spread, in solid black: box-shadow: 6px 6px 0 #000. That flat displaced block gives elements their sticker-like, physical feel. Increase the offset on the featured tier so it appears to lift further off the page, and keep corners square so the shadow reads as a hard block.

Keep exploring

Browse every style in the design styles encyclopedia.