Best For
playful neobrutalism / neo-brutalism / colorful brutalist
A lively version of Neo-Brutalist. Retains core characteristics while adding more colors, rotated/tilted elements, icon decorations, and playful micro-interactions -- ideal for youth-oriented brands.
Best For
playful neobrutalism / neo-brutalism / colorful brutalist
Primary Move
Keep no rounded corners rounded-none
Watch Out
Do not use rounded corners
AI Implementation
Use the Hard Prompt by default to generate UI. Use the Design Spec to understand, modify, and review the style. Use the Creative Brief for early exploration.
Use this by default: copy it, append the concrete requirement, and let AI generate consistent production UI.
When to use
How to use
STYLEKIT_STYLE_REFERENCE
style_name: Neo-Brutalist Playful
style_slug: neo-brutalist-playful
style_source: /styles/neo-brutalist-playful
# Hard Prompt
## When To Use
Use this when you want AI to generate code with strict style consistency. It is the safest default for production UI.
## How To Use
- Copy the full prompt into ChatGPT, Claude, Cursor, or another coding assistant.
- Append the concrete product/page requirement after the prompt.
- After generation, check the forbidden rules and interaction states before accepting the output.
Strictly follow the style rules below and maintain consistency. No style drift allowed.
## Requirements
- Prioritize style consistency first, then creative extension.
- When conflicts arise, treat prohibitions as the highest priority.
- Self-check before output: verify colors, typography, spacing, and interactions still match this style.
## Style Rules
You are a Neo-Brutalist Playful design style frontend development expert. This is the lively version of Neo-Brutalist.
## Core Retained
- No rounded corners rounded-none
- Thick borders border-4 border-black
- Hard-edge shadows
- Hover displacement effects
## Playful Elements
Rotation:
- Add slight rotation to elements rotate-[-2deg] rotate-[1deg] rotate-[-1deg]
- Never exceed 3 degrees
Colored shadows:
- shadow-[6px_6px_0px_0px_rgba(255,107,107,1)]
- shadow-[6px_6px_0px_0px_rgba(78,205,196,1)]
- Shadow color changes on hover
Colors (multi-colored):
- Red: #ff6b6b
- Teal: #4ecdc4
- Yellow: #ffe66d
- Mint: #95e1d3
- Coral: #f38181
Icons & Decorations:
- Do not use emoji characters
- May use Lucide React line icons as accents
- Decorative elements prefer geometric shapes (squares, dots, lines)
Interaction effects:
- hover:scale-105 enlargement
- hover:-translate-y-2 float up
- transition-all duration-300
## Animation & Interaction Rules
- Toy Spring: Use duration-300 + ease-[cubic-bezier(0.34,1.56,0.64,1)] for spring-bounce displacement and rotation, distinguishing from the original's hard-cut feedback.
- Tilt Exaggeration: Initial slight tilt switches to a larger reverse angle on hover (still within 3 degrees), keeping it playful but controlled.
- Color Ping-Pong: Hard-edge shadows jump between teal, pink, and yellow, maintaining brutalist structure while enhancing toy-like feel.
- Joyful Press: :active needs "squish" feedback: shadow-to-zero + equal displacement + slight scale (active:scale-95).
## Forbidden
- Rounded corners
- Blurred shadows
- Gradients
- Dull/dark colors
---
# Neo-Brutalist Playful Design System
> A lively version of Neo-Brutalist. Retains core characteristics while adding more colors, rotated/tilted elements, icon decorations, and playful micro-interactions -- ideal for youth-oriented brands.
## Design Philosophy
Neo-Brutalist Playful is a lively variant of the original Neo-Brutalist. While maintaining the hard-edge, no-rounded-corner structural foundation, it adds fun through:
Distinctive elements:
- Slight element rotation rotate-[-2deg] or rotate-[1deg]
- Multi-colored block combinations
- Appropriate use of icons as decoration (Lucide React, etc.)
- More lively hover animations (scale, bounce)
- Handwritten-style decorative text
Use case: Youth-oriented brands, creative studios, children's products, fun applications
---
## Token Dictionary (exact class mapping)
### Border
```
Width: border-4
Color: border-black
Radius: rounded-none
```
### Shadow
```
sm: shadow-[4px_4px_0px_0px_rgba(0,0,0,1)]
md: shadow-[6px_6px_0px_0px_rgba(0,0,0,1)]
lg: shadow-[8px_8px_0px_0px_rgba(0,0,0,1)]
hover: hover:shadow-none
focus: focus:shadow-[6px_6px_0px_0px_rgba(78,205,196,1)]
```
### Interaction
```
Hover translate: hover:translate-x-[3px] hover:translate-y-[3px]
Hover scale: hover:scale-105
Hover opacity: (none)
Transition: transition-all duration-300
Active: active:translate-x-[4px] active:translate-y-[4px]
```
### Typefaces
```
Heading: font-black uppercase
Body: font-mono
Mono: font-mono
```
### Type scale
```
Hero: text-5xl md:text-7xl lg:text-9xl
H1: text-4xl md:text-6xl
H2: text-2xl md:text-4xl
H3: text-xl md:text-2xl
Body: text-sm md:text-base
Small: text-xs md:text-sm
```
### Spacing
```
Section: py-12 md:py-20 lg:py-28
Container: px-4 md:px-8 lg:px-12
Card: p-4 md:p-6
Gap sm: gap-3 md:gap-4
Gap md: gap-4 md:gap-6
Gap lg: gap-6 md:gap-8
```
### Color roles
```
Background primary: bg-white
Background secondary: bg-black
Background accent: bg-[#ff6b6b], bg-[#4ecdc4], bg-[#ffe66d], bg-[#95e1d3], bg-[#f38181]
Text primary: text-black
Text secondary: text-white
Text muted: text-gray-700
Button primary: bg-[#ff6b6b] text-white
Button secondary: bg-[#4ecdc4] text-black
```
---
## [FORBIDDEN]
These classes are banned in this style. Check for them before returning code:
### Banned classes
- `rounded-lg`
- `rounded-xl`
- `rounded-2xl`
- `rounded-full`
- `shadow-sm`
- `shadow`
- `shadow-md`
- `shadow-lg`
- `bg-gradient-to-r`
- `bg-gradient-to-b`
- `text-gray-300`
- `text-gray-400`
- `text-gray-500`
- `bg-gray-50`
- `bg-gray-100`
- `font-light`
- `font-normal`
- `backdrop-blur`
### Banned patterns
- matches `^rounded-(?:sm|md|lg|xl|2xl|3xl|full)$`
- matches `^shadow-(?:sm|md|lg|xl|2xl)$`
- matches `^bg-gradient-`
- matches `^font-(?:light|thin|normal)$`
- matches `^backdrop-blur`
### Why they are banned
- `rounded-lg`: Neo-Brutalist Playful uses sharp corners only (rounded-none)
- `shadow-md`: Neo-Brutalist Playful uses hard-edge offset shadows, not blurred
- `bg-gradient-to-r`: Neo-Brutalist Playful uses solid color blocks, no gradients
- `font-light`: Neo-Brutalist Playful uses bold/black font weights for impact
- `bg-gray-100`: Neo-Brutalist Playful uses vibrant colors, not subtle grays
> WARNING: if your code contains any of the above, replace it before shipping.
---
## [REQUIRED]
### Every button must include
```
rounded-none
border-4 border-black
shadow-[6px_6px_0px_0px_rgba(0,0,0,1)]
hover:shadow-none
hover:translate-x-[3px] hover:translate-y-[3px]
transition-all
font-black
```
### Every card must include
```
rounded-none
border-4 border-black
bg-white
```
### Every input must include
```
rounded-none
border-4 border-black
font-mono
focus:outline-none
focus:shadow-[6px_6px_0px_0px_rgba(78,205,196,1)]
transition-all
```
---
## [COMPARE] Neo-Brutalist Playful wrong vs right
The wrong examples below stand for generic library defaults that were never adapted to this style. Do not read them as visual suggestions.
### Button
[WRONG] **Wrong** (generic component library default, do not copy):
```html
<button class="{GENERIC_LIBRARY_BUTTON_DEFAULT}">
Click me
</button>
```
[CORRECT] **Right** (uses this style's tokens):
```html
<button class="rounded-none border-4 border-black shadow-[6px_6px_0px_0px_rgba(0,0,0,1)] hover:shadow-none hover:translate-x-[3px] hover:translate-y-[3px] transition-all font-black bg-[#ff6b6b] text-white">
Click me
</button>
```
### Card
[WRONG] **Wrong** (generic card, not adapted to this style):
```html
<div class="{GENERIC_LIBRARY_CARD_DEFAULT}">
<h3>{TITLE}</h3>
</div>
```
[CORRECT] **Right** (uses this style's card tokens):
```html
<div class="rounded-none border-4 border-black bg-white p-4 md:p-6">
<h3 class="font-black uppercase text-xl md:text-2xl">{TITLE}</h3>
</div>
```
### Input
[WRONG] **Wrong** (generic input, not adapted to this style):
```html
<input class="{GENERIC_LIBRARY_INPUT_DEFAULT}" />
```
[CORRECT] **Right** (uses this style's input tokens):
```html
<input class="rounded-none border-4 border-black font-mono focus:outline-none focus:shadow-[6px_6px_0px_0px_rgba(78,205,196,1)] transition-all" placeholder="{PLACEHOLDER}" />
```
---
## [TEMPLATES] Neo-Brutalist Playful page skeletons
These skeletons use this style's tokens only. Replace `{PLACEHOLDER}` values, but keep every token in place:
### Navigation
```html
<nav class="bg-white text-black border-4 border-black px-4 md:px-8 lg:px-12">
<div class="flex items-center justify-between max-w-6xl mx-auto gap-4 md:gap-6">
<a href="/" class="font-black uppercase text-xl md:text-2xl">
{LOGO_TEXT}
</a>
<div class="flex gap-4 md:gap-6 font-mono text-xs md:text-sm">
{NAV_LINKS}
</div>
</div>
</nav>
```
### Hero section
```html
<section class="bg-[#ff6b6b] text-black py-12 md:py-20 lg:py-28 px-4 md:px-8 lg:px-12">
<div class="max-w-4xl mx-auto">
<h1 class="font-black uppercase text-5xl md:text-7xl lg:text-9xl">
{HEADLINE}
</h1>
<p class="font-mono text-sm md:text-base max-w-xl">
{SUBHEADLINE}
</p>
<button class="rounded-none border-4 border-black shadow-[6px_6px_0px_0px_rgba(0,0,0,1)] hover:shadow-none hover:translate-x-[3px] hover:translate-y-[3px] transition-all font-black bg-[#ff6b6b] text-white">
{CTA_TEXT}
</button>
</div>
</section>
```
### Card grid
```html
<section class="bg-white text-black py-12 md:py-20 lg:py-28 px-4 md:px-8 lg:px-12">
<div class="max-w-6xl mx-auto">
<h2 class="font-black uppercase text-2xl md:text-4xl">{SECTION_TITLE}</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 md:gap-6">
<!-- Card template - repeat for each card -->
<div class="rounded-none border-4 border-black bg-white p-4 md:p-6">
<h3 class="font-black uppercase text-xl md:text-2xl">{CARD_TITLE}</h3>
<p class="font-mono text-sm md:text-base text-gray-700">{CARD_DESCRIPTION}</p>
</div>
</div>
</div>
</section>
```
### Form input
```html
<input class="rounded-none border-4 border-black font-mono focus:outline-none focus:shadow-[6px_6px_0px_0px_rgba(78,205,196,1)] transition-all" placeholder="{PLACEHOLDER}" />
```
### Footer
```html
<footer class="bg-black text-white py-12 md:py-20 lg:py-28 px-4 md:px-8 lg:px-12">
<div class="max-w-6xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 md:gap-8">
<div>
<span class="font-black uppercase text-xl md:text-2xl">{LOGO_TEXT}</span>
<p class="font-mono text-xs md:text-sm">{TAGLINE}</p>
</div>
<div>
<h4 class="font-black uppercase text-xl md:text-2xl">{COLUMN_TITLE}</h4>
<ul class="font-mono text-xs md:text-sm">
{FOOTER_LINKS}
</ul>
</div>
</div>
</div>
</footer>
```
---
## [CHECKLIST] Neo-Brutalist Playful post-generation self check
**Before returning code, verify every token and rule below. Fix any violation before delivering:**
### Token check
- [ ] Button includes: `rounded-none border-4 border-black shadow-[6px_6px_0px_0px_rgba(0,0,0,1)] hover:shadow-none hover:translate-x-[3px] hover:translate-y-[3px] transition-all font-black`
- [ ] Card includes: `rounded-none border-4 border-black bg-white`
- [ ] Input includes: `rounded-none border-4 border-black font-mono focus:outline-none focus:shadow-[6px_6px_0px_0px_rgba(78,205,196,1)] transition-all`
### Forbidden check
- [ ] Not using `rounded-lg`
- [ ] Not using `rounded-xl`
- [ ] Not using `rounded-2xl`
- [ ] Not using `rounded-full`
- [ ] Not using `shadow-sm`
- [ ] Not using `shadow`
- [ ] Not using `shadow-md`
- [ ] Not using `shadow-lg`
### Style rule check
- [ ] Keep no rounded corners rounded-none
- [ ] Use pure black borders border-4 border-black
- [ ] Add slight rotation to elements rotate-[-2deg] rotate-[1deg]
- [ ] Use multiple accent colors, rich palette
- [ ] Hover can use scale-105 enlargement effect
### Style drift check
- [ ] Does not violate: Do not use rounded corners
- [ ] Does not violate: Do not use blurred shadows
- [ ] Does not violate: Do not use gradients
- [ ] Does not violate: Do not rotate more than 3 degrees
- [ ] Does not violate: Do not use emoji or symbol characters
### Delivery check
- [ ] Responsive layout holds on phone, tablet and desktop with no horizontal overflow
- [ ] Every interactive element has a visible focus state, an accessible name and a reduced-motion path
- [ ] Text contrast meets WCAG AA and colour alone never carries state
- [ ] The result is still recognizable at a glance as Neo-Brutalist Playful
## Absolute Bans (Match and Refuse)
If any of the following patterns appear, it is a style violation — rewrite without exception.
- use rounded corners
- use blurred shadows
- use gradients
- rotate more than 3 degrees
- use emoji or symbol characters
- use soft grays
## Self-Check (Verify Before Shipping)
If any item fails, the style has drifted — fix before shipping.
- [ ] No purple-to-blue gradients
- [ ] No overused fonts (Inter, Roboto, Geist, Fraunces, Plus Jakarta Sans)
- [ ] No nested cards (cards inside cards)
- [ ] No gray text on colored backgrounds
- [ ] Body text contrast meets WCAG AA (>= 4.5:1)
- [ ] No bounce or elastic easing curves
- [ ] Animations have a prefers-reduced-motion fallback
- [ ] Body text line length capped at 65-75 characters
- [ ] No side-stripe accent borders (border-left/right > 1px)
- [ ] No gradient text (background-clip: text)
- [ ] No glassmorphism used as the default surface treatment
- [ ] No tiny uppercase tracked eyebrow labels above every section heading
- [ ] do not use rounded corners
- [ ] do not use blurred shadows
- [ ] do not use gradients
- [ ] do not rotate more than 3 degrees
- [ ] do not use emoji or symbol charactersMore prompt libraries: All UI Prompts · Tailwind UI Prompts · Dark Mode UI Prompts
Component Templates
俏皮版 Brutal 按钮
Frontend Readiness
This layer tracks whether the style is ready for real websites: theme modes, state feedback, keyboard access, and performance constraints.
Overall
51%
Fallback
Dark Mode
0%
MissingUI States
79%
PartialMotion
70%
PartialA11y
70%
PartialPerformance
35%
FallbackButton
Default / Hover / Focus Visible / Active / Disabled
Input
Default / Hover / Focus Visible / Disabled / Error
Card
Default / Hover / Focus Visible / Loading / Skeleton
Form
Default / Focus Visible / Disabled / Loading / Error
FAQ
/* Neo-Brutalist Playful 全局样式 */
:root {
--playful-red: #ff6b6b;
--playful-teal: #4ecdc4;
--playful-yellow: #ffe66d;
--playful-mint: #95e1d3;
--playful-coral: #f38181;
}
body {
background: white;
color: black;
}
/* 标题 - 极粗 */
h1, h2, h3, h4, h5, h6 {
font-weight: 900;
}
/* 选中文字 - 俏皮红 */
::selection {
background: var(--playful-red);
color: white;
}
/* 有趣的下划线 */
.fun-underline {
text-decoration: underline;
text-decoration-color: var(--playful-yellow);
text-decoration-thickness: 4px;
text-underline-offset: 4px;
}
@keyframes neo-brutalist-playful-fade-in {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes neo-brutalist-playful-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.7; }
}
.neo-brutalist-playful-card {
position: relative;
overflow: hidden;
}
.neo-brutalist-playful-card::before {
content: "";
position: absolute;
inset: 0;
opacity: 0;
transition: opacity 0.3s ease;
background: linear-gradient(135deg, rgba(0, 0, 0, 0.05), transparent);
pointer-events: none;
}
.neo-brutalist-playful-card:hover::before {
opacity: 1;
}
.neo-brutalist-playful-gradient {
background: linear-gradient(135deg, #000000, #ff6b6b);
}
.neo-brutalist-playful-gradient-text {
background: linear-gradient(135deg, #000000, #ff6b6b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.neo-brutalist-playful-frosted {
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
background: rgba(0, 0, 0, 0.08);
}
.neo-brutalist-playful-accent-corner {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
}
.neo-brutalist-playful-animate-in {
animation: neo-brutalist-playful-fade-in 0.5s ease-out both;
}IDE Integration
Download configuration files for AI coding assistants to generate code in this style.
Style Pack
Get complete machine-readable style assets including design tokens, Tailwind presets, CSS variables, and shadcn/ui themes.
Metadata
Style metadata including version information
Design Tokens
Compatible with Figma / Style Dictionary / Tokens Studio
Tailwind Preset
Tailwind CSS theme preset, import directly in config
Global CSS
CSS variables and base styles
shadcn Theme
shadcn/ui theme configuration
CSS Variables
Pure CSS variables, works with any project
SKILL.md
Loadable skill pack for Cursor / Claude Code / VS Code
Neo-Brutalist Playful is a lively variant of the original Neo-Brutalist. While maintaining the hard-edge, no-rounded-corner structural foundation, it adds fun through:
WCAG 2.1 compliance analysis based on color contrast and typography readability.
Overall Score
Grade: C - Fair
Contrast Ratios
| Context | Colors | Ratio | AA | AAA |
|---|---|---|---|---|
| Text on background | /#000000 / #ffffff | 21:1 | ||
| Secondary text on background | /#ffffff / #ffffff | 1:1 | ||
| Muted text on background | /#374151 / #ffffff | 10.31:1 | ||
| Text on secondary background | /#000000 / #000000 | 1:1 | ||
| Secondary text on secondary | /#ffffff / #000000 | 21:1 | ||
| Button primary | /#ffffff / #ff6b6b | 2.78:1 | ||
| Text on accent 1 | /#000000 / #ff6b6b | 7.57:1 | ||
| Alt text on accent 1 | /#ffffff / #ff6b6b | 2.78:1 | ||
| Text on accent 2 | /#000000 / #4ecdc4 | 10.85:1 | ||
| Alt text on accent 2 | /#ffffff / #4ecdc4 | 1.93:1 | ||
| Text on accent 3 | /#000000 / #ffe66d | 16.79:1 | ||
| Alt text on accent 3 | /#ffffff / #ffe66d | 1.25:1 | ||
| Text on accent 4 | /#000000 / #95e1d3 | 13.99:1 | ||
| Alt text on accent 4 | /#ffffff / #95e1d3 | 1.5:1 | ||
| Text on accent 5 | /#000000 / #f38181 | 8.27:1 | ||
| Alt text on accent 5 | /#ffffff / #f38181 | 2.54:1 |
Readability
Score
82/100
Font Size
text-sm md:text-base
Font Weight
font-black uppercase
Line Height
default
Scoring is based on WCAG 2.1 standards. AA requires 4.5:1 contrast for normal text, 3:1 for large text; AAA requires 7:1 for normal text, 4.5:1 for large text.
Design Recipes
These curated recipes combine this style with layouts and animations, optimized for specific use cases.