Brutalist is one of the five design themes bundled with Nakshora 2.0. Stark, minimal, unapologetic. Hard borders, flat colors, loud type.

When to choose it#

Editorial projects, portfolios, campaign pages, zine aesthetics. Loud by design — pair with oversized type and flat colors.

Install#

js
import { brutalistTheme } from 'nakshora/themes';

Sample markup#

html
<div class="brutalist-card p-6">
  <h3 class="font-black uppercase">No decoration.</h3>
  <button class="brutalist-btn mt-4">DO IT</button>
</div>

Pair it with#

Combine Brutalist with the matching component family: components/index|design components — and read concepts/dark-mode-strategies|dark mode strategies if you invert the scheme.

Tip. Mixing presets in one project is fine — import one for tokens and cherry-pick palettes from another.