# 🎨 Crawl4AI Brand Book
A comprehensive design system for building consistent, terminal-inspired experiences
Primary Cyan
#50ffff
Main brand color, links, highlights, CTAs
Primary Teal
#09b5a5
Hover states, dimmed accents, progress bars
Primary Green
#0fbbaa
Alternative primary, buttons, nav links
Accent Pink
#f380f5
Secondary accents, keywords, highlights
Deep Black
#070708
Main background, code blocks, deep containers
Secondary Dark
#1a1a1a
Headers, sidebars, secondary containers
Tertiary Gray
#3f3f44
Cards, borders, code backgrounds, modals
Block Background
#202020
Block elements, alternate rows
Primary Text
#e8e9ed
Headings, body text, primary content
Secondary Text
#d5cec0
Body text, descriptions, warm tone
Tertiary Text
#a3abba
Captions, labels, metadata, cool tone
Dimmed Text
#8b857a
Disabled states, comments, subtle text
Success Green
#50ff50
Success messages, completed states, valid
Error Red
#ff3c74
Errors, warnings, destructive actions
Warning Orange
#f59e0b
Warnings, beta status, caution
Info Blue
#4a9eff
Info messages, external links
Crawl4AI is the #1 trending GitHub repository, actively maintained by a vibrant community. It delivers blazing-fast, AI-ready web crawling tailored for large language models and data pipelines.
async with AsyncWebCrawler() as crawler:
Updated 2 hours ago • v0.7.2
<button class="brand-btn brand-btn-primary">
Launch Editor →
</button>
<button class="brand-btn brand-btn-secondary">
View Documentation
</button>
<button class="brand-btn brand-btn-accent">
Try Beta Features
</button>
<button class="brand-btn brand-btn-ghost">
Learn More
</button>
<span class="brand-badge badge-available">Available</span>
<span class="brand-badge badge-beta">Beta</span>
<span class="brand-badge badge-alpha">Alpha</span>
<span class="brand-badge badge-new">New!</span>
A visual, block-based programming environment for creating browser automation scripts. Perfect for beginners and experts alike!
Generate optimized context files for your favorite LLM when working with Crawl4AI. Get focused, relevant documentation based on your needs.
<div class="brand-card">
<h3 class="brand-card-title">Card Title</h3>
<p class="brand-card-description">Card description...</p>
</div>
$ pip install crawl4ai
Successfully installed crawl4ai-0.7.2
<div class="terminal-window">
<div class="terminal-header">
<div class="terminal-dots">
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
</div>
<span class="terminal-title">Terminal Title</span>
</div>
<div class="terminal-content">
Your content here
</div>
</div>
async with AsyncWebCrawler():
When in doubt, ask yourself: "Does this feel like a terminal?" If yes, you're on brand.