Brutalist Web Design
Brutalist Web Design — Design general com brutalist, raw, unpolished. Template e prompt pronto para IA.
Uso: Landing pages, SaaS
Contexto Histórico
Estilo Brutalist Web Design representa uma tendência moderna em design UI/UX web com foco em general.
Quando Usar
Quando o conteúdo deve parecer não-mediado. Galerias de arte onde a obra precisa de zero competição visual. Blogs de desenvolvedor onde a escrita é a interface. Editoras independentes que querem sinalizar "gastamos o orçamento em jornalismo, não em gradientes". Sites experimentais que tratam o navegador como material em vez de canvas. Também funciona quando você genuinamente precisa de velocidade — sites brutalistas são rápidos por padrão porque não há nada para carregar. Não serve quando usuários esperam navegação convencional ou quando acessibilidade exige mais hierarquia visual do que HTML cru oferece.
Princípios de Design
- Use fontes de sistema exclusivamente — o SO do usuário já tomou uma decisão tipográfica, respeite
- Deixe a estrutura HTML ser visível — headings, listas e links devem parecer o que são sem overrides cosméticos
- Rejeite camadas decorativas que não servem à compreensão — cada borda, sombra e gradiente precisa de justificativa funcional
- Abrace o stylesheet padrão como ponto de partida, não como problema a resolver
- Priorize densidade de conteúdo e imediatez sobre conforto visual — a página é um documento, não um cenário
DESIGN.md
---
version: "alpha"
name: "Brutalist Web Design"
description: "Brutalist Web Design — Design general com brutalist, raw, unpolished. Template e prompt pronto para IA."
colors:
primary: "#000000"
secondary: "#FFFFFF"
tertiary: "#FF0000"
neutral: "#0000FF"
surface: "#808080"
accent: "#FFFF00"
typography:
h1:
fontFamily: Courier New
fontSize: 2.5rem
fontWeight: 700
body-md:
fontFamily: Courier New
fontSize: 1rem
fontWeight: 400
components:
button-primary:
backgroundColor: "{colors.primary}"
textColor: "{colors.neutral}"
padding: 12px
---
## Overview
Brutalist Web Design — Design general com brutalist, raw, unpolished. Template e prompt pronto para IA. Estilo Brutalist Web Design representa uma tendência moderna em design UI/UX web com foco em general.
- Density: 7/10 — Compact
- Variance: 4/10 — Moderate
- Motion: 4/10 — Subtle
- **Style:** Raw, Unpolished, Confrontational
- **Keywords:** brutalist, raw, unpolished, confrontational, monospaced, stark contrast, anti-design, utilitarian, bold typography, exposed structure
- **Era:** Contemporary Anti-Design Movement
- **Light/Dark:** ✓ Full / ✗ No
## Colors
- **Pure Black** (#000000) — Dark surface, primary background
- **Pure White** (#FFFFFF) — Light surface, card backgrounds
- **Warning Red** (#FF0000) — Error states, destructive actions
- **System Blue** (#0000FF) — Accent highlight, links and focus states
- **Grey** (#808080) — Secondary text, borders, muted elements
- **Yellow Highlight** (#FFFF00) — Warning states, attention indicators
## Typography
- **Display / Hero:** Courier New — Weight 700, tight tracking, used for headline impact
- **Body:** Courier New — Weight 400, 16px/1.6 line-height, max 72ch per line
- **UI Labels / Captions:** Courier New — 0.875rem, weight 500, slight letter-spacing
- **Monospace:** Courier New — Used for code, metadata, and technical values
Scale:
- Hero: clamp(2.5rem, 5vw, 4rem)
- H1: 2.25rem
- H2: 1.5rem
- Body: 1rem / 1.6
- Small: 0.875rem
## Layout
- **Grid:** CSS Grid primary. Max-width containment: 1280px centered with 1.5rem side padding.
- **Spacing rhythm:** Balanced. Base unit: 0.5rem (8px).
- **Section vertical gaps:** clamp(4rem, 8vw, 8rem).
- **Hero layout:** Split-screen (text left, visual right).
- **Feature sections:** Zig-zag alternating text+image rows. No 3-equal-columns.
- **Mobile collapse:** All multi-column layouts collapse below 768px. No horizontal overflow.
- **z-index contract:** base (0) / sticky-nav (100) / overlay (200) / modal (300) / toast (500).
## Elevation & Depth
Visible grid structure, oversized typography, raw HTML aesthetic, thick harsh borders, no rounded corners, system fonts, deliberate misalignment, underlined links, monospace blocks, stark color blocks
- **Physics:** Ease-out curves, 200-300ms duration. Smooth and predictable.
- **Entry animations:** Fade + translate-Y (16px → 0) over 420ms ease-out. Staggered cascades for lists: 80ms between items.
- **Hover states:** Subtle color shift + shadow adjustment over 200ms.
- **Page transitions:** Fade only (200ms).
- **Performance:** Only transform and opacity animated. No layout-triggering properties.
## Shapes
Base corner radius: 0px. See rounded tokens in front matter for the full scale.
## Components
- **Primary Button:** Sharp edges (0px) shape. Accent color fill. Hover: 8% darken + subtle lift shadow. Active: -1px translate tactile press. Font weight 600. No outer glows.
- **Secondary / Ghost Button:** Outline variant. 1.5px border in muted color. Text in primary color. Hover: subtle background fill.
- **Cards:** Sharp edges (0px) corners. Surface background. Subtle shadow (0 2px 12px rgba(0,0,0,0.06)). 1px border stroke.
- **Inputs:** Label above input. 1px border stroke. Focus ring: 2px accent color offset 2px. Error text below in semantic red. No floating labels.
- **Navigation:** Primary surface background. Active item: accent color indicator. Font weight 500 when active.
- **Skeletons:** Shimmer animation matching component dimensions. No circular spinners.
- **Empty States:** Icon-based composition with descriptive text and action button.
## Do's and Don'ts
- No emojis in UI — use icon system only (Lucide, Heroicons)
- No rounded corners — sharp edges only
- No subtle shadows — use hard borders instead
- No pure black (#000000) — use off-black or charcoal variants
- No oversaturated accent colors (saturation cap: 80%)
- No 3-column equal-width feature layouts — use zig-zag or asymmetric grid
- No `h-screen` — use `min-h-[100dvh]`
- No AI copywriting clichés: "Elevate", "Seamless", "Unleash", "Next-Gen"
- No broken external image links — use picsum.photos or inline SVG
- No generic lorem ipsum in demos
- Do Visible grid structure
- Do Oversized typography
- Do Raw HTML aesthetic
- Do Thick harsh borders
- Do No rounded corners
- Do Deliberate misalignment
## Use Case
Landing pages, SaaS
Especificações Técnicas
CSS
background: #FFFFFF, color: #000000, font-family: 'Courier New', monospace, border: 4px solid #000000, box-shadow: 8px 8px 0 #000000, border-radius: 0, text-decoration: underline, font-size: clamp(1rem, 3vw, 2.5rem), letter-spacing: -1px, .highlight { background: #FFFF00; padding: 2px 6px; } Variáveis
--pure-black-brutal: #000000, --pure-white-brutal: #FFFFFF, --warning-red-brutal: #FF0000, --system-blue-brutal: #0000FF, --brutal-border-width: 4px, --font-brutal: 'Courier New', monospace
Checklist
☐ Visible grid structure, ☐ Oversized typography, ☐ Raw HTML aesthetic, ☐ Thick harsh borders, ☐ No rounded corners, ☐ Deliberate misalignment
Cores
Primárias
Secundárias
Efeitos
Visible grid structure, oversized typography, raw HTML aesthetic, thick harsh borders, no rounded corners, system fonts, deliberate misalignment, underlined links, monospace blocks, stark color blocks
Light/Dark
✓ Full / ✗ No
Prompt para AI
Atue como um Engenheiro Frontend Sênior e UI Designer Especialista.
Sua tarefa é codificar uma Landing Page completa na primeira tentativa.
- Tema da Landing Page: <INSIRA O TEMA>
- Seções a adicionar: <INSIRA AS SEÇÕES>
Gere o código final imediatamente seguindo estas definições:
## Estilo
- **Nome:** Brutalist Web Design
- **Tipo:** Raw, Unpolished, Confrontational
- **Keywords:** brutalist, raw, unpolished, confrontational, monospaced, stark contrast, anti-design, utilitarian, bold typography, exposed structure
- **Era:** Contemporary Anti-Design Movement
- **Light/Dark:** ✓ Full / ✗ No
## Paleta de Cores
- **Primárias:** Pure Black #000000, Pure White #FFFFFF, Warning Red #FF0000, System Blue #0000FF
- **Secundárias:** Grey #808080, Yellow Highlight #FFFF00
## Efeitos Visuais
Visible grid structure, oversized typography, raw HTML aesthetic, thick harsh borders, no rounded corners, system fonts, deliberate misalignment, underlined links, monospace blocks, stark color blocks
## Direção Visual para IA
Design a brutalist web landing page. Use: pure black and white, visible grid structure, oversized typography, raw HTML aesthetic, thick harsh borders, no rounded corners, system fonts, deliberate misalignment, monospace blocks.
## CSS Technical
```css
background: #FFFFFF, color: #000000, font-family: 'Courier New', monospace, border: 4px solid #000000, box-shadow: 8px 8px 0 #000000, border-radius: 0, text-decoration: underline, font-size: clamp(1rem, 3vw, 2.5rem), letter-spacing: -1px, .highlight { background: #FFFF00; padding: 2px 6px; }
```
## Design System Variables
```css
--pure-black-brutal: #000000, --pure-white-brutal: #FFFFFF, --warning-red-brutal: #FF0000, --system-blue-brutal: #0000FF, --brutal-border-width: 4px, --font-brutal: 'Courier New', monospace
```
## Checklist de Implementação
- ☐ Visible grid structure
- ☐ Oversized typography
- ☐ Raw HTML aesthetic
- ☐ Thick harsh borders
- ☐ No rounded corners
- ☐ Deliberate misalignment
## Regras de Execução
1. Siga fielmente o estilo visual determinado.
2. Use ícones SVG inline de alta qualidade (estilo Heroicons ou Lucide) — PROIBIDO usar emojis como ícones.
3. Adicione `cursor-pointer` e estados de `hover` suaves (transition-all) em todos os elementos interativos.
4. Estrutura Obrigatória da Página:
- Navbar (Logo + Links + CTA)
- Hero Section (Headline impactante + Subtitle + 2 botões + Elemento visual 3D/Abstrato via CSS)
- Features (3 cards com ícones)
- Testimonials (3 cards)
- Pricing (3 tiers, destaque no central)
- CTA Final
- Footer completo com redes sociais, política de privacidade, termos de uso, contato e links SEO.
5. Todo o conteúdo textual deve ser em Português Brasileiro (PT-BR).
6. O visual deve ser CLARAMENTE distinto — não crie um design "padrão Bootstrap". Force o uso das variáveis de design system fornecidas.
7. Use tags `<style>` no head para classes personalizadas (especialmente para os efeitos complexos de backdrop-filter e animações) que o Tailwind via CDN não cobrir.
8. Responsividade Total: O layout deve se adaptar perfeitamente a Mobile, Tablet e Desktop (Stack vertical no mobile).
9. Inclua meta tags básicas de SEO, Viewport e Open Graph no `<head>`.
10. Footer deve conter: Copyright 2026, Links de navegação secundária e Ícones de redes sociais.
11. Assuma as decisões criativas necessárias para entregar o resultado completo e funcional agora. Relacionados
Última sincronização: 01/04/2026