Notion Avatar Brand Styling - Hand-Drawn Minimalist Style
Overview
To access Notion Avatar's official brand identity and style resources, use this skill.
Keywords: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, hand-drawn style, minimalist design, visual formatting, visual design
Brand Guidelines
Design Philosophy
Notion Avatar follows a hand-drawn minimalist aesthetic characterized by:
- Clean, simple layouts with generous white space
- Hand-drawn SVG illustrations and decorative elements
- Bold, confident strokes and borders
- Playful yet refined visual language
- Emphasis on clarity and ease of use
Colors
Primary Colors:
- Background:
#fffefc - Warm off-white background (primary surface)
- Primary Text/Border:
#000000 - Pure black for text and borders
- Secondary Text:
#6b7280 (gray-500) - For secondary information
- Body Text:
#374151 (gray-700) - For body content
- Heading Text:
#111827 (gray-900) - For headings
Interactive States:
- Hover Background:
#f9fafb (gray-50) - Subtle hover states
- Active Background:
#f3f4f6 (gray-100) - Active/pressed states
- Border Hover:
#000000 - Black borders on hover
Accent Colors:
- Use sparingly for special elements
- Maintain high contrast with background
- Prefer black/white/gray palette for consistency
Typography
- Primary Font: Quicksand (font-weight: 600, semi-bold)
- Font Stack:
'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif
- Font Weight: 600 (semi-bold) for all text
- Font Style: Hand-drawn, friendly, approachable
- Note: Quicksand font file is located at
/fonts/Quicksand.ttf
Visual Elements
Borders:
- Use thick borders for emphasis:
border-3 (3px) or border-4 (4px)
- Border color:
#000000 (black)
- Border style:
solid for most elements
- Border radius:
rounded or rounded-full for buttons and cards
Buttons:
- Primary (filled):
bg-black text-white font-bold py-2 px-4 rounded-full hover:bg-gray-800
- Secondary (outlined):
border-3 border-black text-black font-bold py-2 px-4 rounded-full hover:bg-gray-50
- Tab buttons:
px-6 py-2 rounded-full border-2 border-black transition-colors
- Active:
bg-black text-white
- Inactive:
bg-transparent text-black hover:bg-gray-100
Cards & Containers:
- Background:
bg-white
- Border:
border-3 border-black or border-4 border-black
- Border radius:
rounded-lg
- Shadow: Minimal or none (prefer borders over shadows)
Icons & Illustrations:
- SVG format with hand-drawn style
- Stroke width: 24px for avatar parts, variable for icons
- Stroke color:
#000000 (black)
- Fill: Transparent or white for faces
- Line caps:
round
- Line joins:
round
Features
Hand-Drawn Aesthetic
- All SVG graphics use hand-drawn, organic lines
- Avoid perfect geometric shapes - slight imperfections add character
- Use rounded line caps and joins for softer appearance
- Decorative elements (like header decoration) add visual interest
Minimalist Layout
- Generous white space (
#fffefc background)
- Clean, uncluttered interfaces
- Clear visual hierarchy through size and weight
- Simple, intuitive navigation
Bold Borders
- Thick borders (3-4px) create strong visual definition
- Black borders provide high contrast
- Rounded corners soften the boldness
- Borders replace shadows for depth
Typography Application
- Quicksand font throughout for consistency
- Semi-bold weight (600) maintains readability
- Generous line height for body text
- Clear hierarchy through size, not weight variation
Technical Details
Font Management
- Quicksand font is loaded via
@font-face in global.css
- Font file location:
/public/fonts/Quicksand.ttf
- Font display:
swap for better performance
- Fallback to system fonts ensures compatibility
Color Application
- Use Tailwind CSS classes for consistency
- Custom colors defined in
tailwind.config.js if needed
- Background color applied to
html element: #fffefc
- Maintain high contrast ratios for accessibility
Border Implementation
- Tailwind border width utilities:
border-3, border-4
- Border color:
border-black (#000000)
- Border radius:
rounded, rounded-lg, rounded-full
- Border style:
border-solid (default)
SVG Guidelines
- Use hand-drawn style paths, not perfect shapes
- Stroke width: 24px for avatar components, 2-4px for icons
- Stroke color:
#000000
- Fill: Transparent or
#ffffff for faces
- ViewBox should match intended size
- Optimize SVGs with SVGO when possible
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: brand-guidelines-113description: Applies Notion Avatar's hand-drawn minimalist style to any artifact that may benefit from having the project's look-and-feel. Use it when brand colors, style guidelines, visual formatting, or design standards apply. Use when this capability is needed.4---56# Notion Avatar Brand Styling - Hand-Drawn Minimalist Style78## Overview910To access Notion Avatar's official brand identity and style resources, use this skill.1112**Keywords**: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, hand-drawn style, minimalist design, visual formatting, visual design1314## Brand Guidelines1516### Design Philosophy1718Notion Avatar follows a **hand-drawn minimalist aesthetic** characterized by:19- Clean, simple layouts with generous white space20- Hand-drawn SVG illustrations and decorative elements21- Bold, confident strokes and borders22- Playful yet refined visual language23- Emphasis on clarity and ease of use2425### Colors2627**Primary Colors:**2829- Background: `#fffefc` - Warm off-white background (primary surface)30- Primary Text/Border: `#000000` - Pure black for text and borders31- Secondary Text: `#6b7280` (gray-500) - For secondary information32- Body Text: `#374151` (gray-700) - For body content33- Heading Text: `#111827` (gray-900) - For headings3435**Interactive States:**3637- Hover Background: `#f9fafb` (gray-50) - Subtle hover states38- Active Background: `#f3f4f6` (gray-100) - Active/pressed states39- Border Hover: `#000000` - Black borders on hover4041**Accent Colors:**4243- Use sparingly for special elements44- Maintain high contrast with background45- Prefer black/white/gray palette for consistency4647### Typography4849- **Primary Font**: Quicksand (font-weight: 600, semi-bold)50- **Font Stack**: `'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif`51- **Font Weight**: 600 (semi-bold) for all text52- **Font Style**: Hand-drawn, friendly, approachable53- **Note**: Quicksand font file is located at `/fonts/Quicksand.ttf`5455### Visual Elements5657**Borders:**5859- Use thick borders for emphasis: `border-3` (3px) or `border-4` (4px)60- Border color: `#000000` (black)61- Border style: `solid` for most elements62- Border radius: `rounded` or `rounded-full` for buttons and cards6364**Buttons:**6566- Primary (filled): `bg-black text-white font-bold py-2 px-4 rounded-full hover:bg-gray-800`67- Secondary (outlined): `border-3 border-black text-black font-bold py-2 px-4 rounded-full hover:bg-gray-50`68- Tab buttons: `px-6 py-2 rounded-full border-2 border-black transition-colors`69 - Active: `bg-black text-white`70 - Inactive: `bg-transparent text-black hover:bg-gray-100`7172**Cards & Containers:**7374- Background: `bg-white`75- Border: `border-3 border-black` or `border-4 border-black`76- Border radius: `rounded-lg`77- Shadow: Minimal or none (prefer borders over shadows)7879**Icons & Illustrations:**8081- SVG format with hand-drawn style82- Stroke width: 24px for avatar parts, variable for icons83- Stroke color: `#000000` (black)84- Fill: Transparent or white for faces85- Line caps: `round`86- Line joins: `round`8788## Features8990### Hand-Drawn Aesthetic9192- All SVG graphics use hand-drawn, organic lines93- Avoid perfect geometric shapes - slight imperfections add character94- Use rounded line caps and joins for softer appearance95- Decorative elements (like header decoration) add visual interest9697### Minimalist Layout9899- Generous white space (`#fffefc` background)100- Clean, uncluttered interfaces101- Clear visual hierarchy through size and weight102- Simple, intuitive navigation103104### Bold Borders105106- Thick borders (3-4px) create strong visual definition107- Black borders provide high contrast108- Rounded corners soften the boldness109- Borders replace shadows for depth110111### Typography Application112113- Quicksand font throughout for consistency114- Semi-bold weight (600) maintains readability115- Generous line height for body text116- Clear hierarchy through size, not weight variation117118## Technical Details119120### Font Management121122- Quicksand font is loaded via `@font-face` in `global.css`123- Font file location: `/public/fonts/Quicksand.ttf`124- Font display: `swap` for better performance125- Fallback to system fonts ensures compatibility126127### Color Application128129- Use Tailwind CSS classes for consistency130- Custom colors defined in `tailwind.config.js` if needed131- Background color applied to `html` element: `#fffefc`132- Maintain high contrast ratios for accessibility133134### Border Implementation135136- Tailwind border width utilities: `border-3`, `border-4`137- Border color: `border-black` (`#000000`)138- Border radius: `rounded`, `rounded-lg`, `rounded-full`139- Border style: `border-solid` (default)140141### SVG Guidelines142143- Use hand-drawn style paths, not perfect shapes144- Stroke width: 24px for avatar components, 2-4px for icons145- Stroke color: `#000000`146- Fill: Transparent or `#ffffff` for faces147- ViewBox should match intended size148- Optimize SVGs with SVGO when possible149150---151> Converted and distributed by [TomeVault](https://tomevault.io/claim/mayandev) — claim your Tome and manage your conversions.152<!-- tomevault:4.0:skill_md:2026-04-11 -->