Best For
手绘 / 涂鸦 / 笔记本
Hand-Drawn Doodle
Hand-drawn lines, doodle illustrations, irregular shapes, and handwritten fonts. Like designs casually sketched in a notebook -- full of creativity and fun, conveying a warm and approachable handmade feel.
Best For
手绘 / 涂鸦 / 笔记本
Primary Move
Use dashed borders (border-dashed) to simulate hand-drawn lines
Watch Out
Do not use precise geometric shapes and right angles (rounded-none)
Showcase Entry
Live preview of the showcase page. Click to explore the full experience.
Color Palette
Primary
#2c2c2c
Secondary
#fffef5
Accent 1
#ff6b6b
Accent 2
#4ecdc4
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: Hand-Drawn Doodle
style_slug: hand-drawn-doodle
style_source: /styles/hand-drawn-doodle
# 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 Hand-Drawn Doodle design style frontend development expert. All generated code must strictly follow these constraints:
## Absolutely Forbidden
- Sharp geometric precision (rounded-none) - use rounded-sm instead
- Gradients of any kind (bg-gradient)
- Precise shadows (shadow-md, shadow-lg) - use hard offset shadows only
- Monospace fonts (font-mono)
- Solid borders (border-solid) - always use border-dashed
- Large border radius (rounded-lg and above)
- Dark backgrounds - always use paper-white
## Must Follow
- Paper-white background: bg-[#fffef5]
- Ink black text: text-[#2c2c2c]
- Dashed borders everywhere: border-2 border-dashed
- Sans-serif fonts only: font-sans
- Subtle rotations on elements for hand-drawn feel (rotate-[Ndeg])
- Marker colors: red #ff6b6b, teal #4ecdc4, yellow #ffd93d
- Offset shadows with marker colors: shadow-[Npx_Npx_0px_color]
- Notebook line backgrounds for sections
## Color Palette
Primary:
- Ink Black: #2c2c2c (text, borders)
- Paper White: #fffef5 (backgrounds)
- Red Marker: #ff6b6b (accents, highlights)
- Teal Marker: #4ecdc4 (shadows, accents)
- Yellow Marker: #ffd93d (highlights, tape)
## Special Elements
- Notebook line backgrounds (repeating-linear-gradient)
- Red margin line decorations
- Wavy underlines (text-decoration-style: wavy)
- Marker highlight effects
- Tape, pushpin, and paperclip decorations on cards
- Subtle element rotations for sketchy feel
- Spiral binding holes on left edge
- Coffee stain ring decorations
- Hand-drawn stars and squiggles via SVG
## Animation & Interaction Rules
- Stop-Motion Jitter: Hover creates hand-drawn tremor feel through tiny rotations and displacements, avoiding smooth mechanical motion.
- Ink Filling: May enhance border thickness or color contrast to simulate "re-inking", while maintaining border-dashed hand-drawn semantics.
- Offset Smudge: Only use hard-edge offset shadows; hover changes offset amount and marker pen color, like a second stroke.
- Paper Press: Active state flattens shadow with slight scale (e.g., scale-[0.98]), presenting finger-pressing-paper feedback.Component Templates
Hand-Drawn Doodle 风格按钮 - 虚线边框标记笔阴影
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
/* Hand-Drawn Doodle Global Styles */
:root {
--doodle-ink: #2c2c2c;
--doodle-paper: #fffef5;
--doodle-red: #ff6b6b;
--doodle-teal: #4ecdc4;
--doodle-yellow: #ffd93d;
}
/* Notebook lines background */
.doodle-lines {
background-image: repeating-linear-gradient(
transparent,
transparent 31px,
rgba(168, 200, 232, 0.35) 31px,
rgba(168, 200, 232, 0.35) 32px
);
}
/* Red margin line */
.doodle-margin::before {
content: "";
position: absolute;
left: 120px;
top: 0;
bottom: 0;
width: 1px;
background-color: rgba(255, 107, 107, 0.2);
}
/* Squiggly underline */
.doodle-underline {
text-decoration: underline;
text-decoration-style: wavy;
text-decoration-color: var(--doodle-red);
text-underline-offset: 4px;
}
/* Marker highlight */
.doodle-highlight {
background: linear-gradient(
104deg,
transparent 0.9%,
rgba(255, 217, 61, 0.3) 2.4%,
rgba(255, 217, 61, 0.2) 97.1%,
transparent 98.2%
);
padding: 0 4px;
}
/* Tape decoration */
.doodle-tape {
position: relative;
}
.doodle-tape::before {
content: "";
position: absolute;
top: -8px;
left: 50%;
transform: translateX(-50%) rotate(-3deg);
width: 60px;
height: 20px;
background-color: rgba(255, 217, 61, 0.4);
border-radius: 1px;
}
/* Sketchy rotation */
.doodle-tilt-left { transform: rotate(-1.5deg); }
.doodle-tilt-right { transform: rotate(1.5deg); }
/* Spiral binding holes */
.doodle-binding-holes::before {
content: "";
position: absolute;
left: 50px;
top: 0;
bottom: 0;
width: 16px;
background-image: radial-gradient(circle, transparent 5px, transparent 5px),
repeating-linear-gradient(
transparent,
transparent 60px,
rgba(44, 44, 44, 0.08) 60px,
rgba(44, 44, 44, 0.08) 76px,
transparent 76px
);
}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
Hand-Drawn Doodle style simulates the texture of hand-crafted drawing, creating a warm, approachable, and creatively rich visual experience.
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 | /#2c2c2c / #fffef5 | 13.8:1 | ||
| Secondary text on background | /#ff6b6b / #fffef5 | 2.74:1 | ||
| Muted text on background | /#2c2c2c / #fffef5 | 13.8:1 | ||
| Text on secondary background | /#2c2c2c / #f8f7f0 | 13:1 | ||
| Secondary text on secondary | /#ff6b6b / #f8f7f0 | 2.58:1 | ||
| Button primary | /#fffef5 / #2c2c2c | 13.8:1 | ||
| Text on accent 1 | /#2c2c2c / #ff6b6b | 5.03:1 | ||
| Alt text on accent 1 | /#ff6b6b / #ff6b6b | 1:1 | ||
| Text on accent 2 | /#2c2c2c / #4ecdc4 | 7.22:1 | ||
| Alt text on accent 2 | /#ff6b6b / #4ecdc4 | 1.43:1 | ||
| Text on accent 3 | /#2c2c2c / #ffd93d | 10.14:1 | ||
| Alt text on accent 3 | /#ff6b6b / #ffd93d | 2.01:1 |
Readability
Score
87/100
Font Size
text-sm md:text-base
Font Weight
font-sans font-bold
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.