← Về thư mục
📄 / / root / .hermes / profiles / glv-director / skills / creative / popular-web-designs / templates / webflow.md

Design System: Webflow

Hermes Agent — Implementation Notes

The original site uses proprietary fonts. For self-contained HTML output, use these CDN substitutes: - Primary: Inter | Mono: system monospace stack - Font stack (CSS): font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; - Mono stack (CSS): font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; html <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> Use write_file to create HTML, serve via generative-widgets skill (cloudflared tunnel). Verify visual accuracy with browser_vision after generating.

1. Visual Theme & Atmosphere

Webflow's website is a visually rich, tool-forward platform that communicates "design without code" through clean white surfaces, the signature Webflow Blue (#146ef5), and a rich secondary color palette (purple, pink, green, orange, yellow, red). The custom WF Visual Sans Variable font creates a confident, precise typographic system with weight 600 for display and 500 for body.

Key Characteristics: - White canvas with near-black (#080808) text - Webflow Blue (#146ef5) as primary brand + interactive color - WF Visual Sans Variable — custom variable font with weight 500–600 - Rich secondary palette: purple #7a3dff, pink #ed52cb, green #00d722, orange #ff6b00, yellow #ffae13, red #ee1d36 - Conservative 4px–8px border-radius — sharp, not rounded - Multi-layer shadow stacks (5-layer cascading shadows) - Uppercase labels: 10px–15px, weight 500–600, wide letter-spacing (0.6px–1.5px) - translate(6px) hover animation on buttons

2. Color Palette & Roles

Primary

Secondary Accents

Neutral

Shadows

3. Typography Rules

Font: WF Visual Sans Variable, fallback: Arial

Role Size Weight Line Height Letter Spacing Notes
Display Hero 80px 600 1.04 -0.8px
Section Heading 56px 600 1.04 normal
Sub-heading 32px 500 1.30 normal
Feature Title 24px 500–600 1.30 normal
Body 20px 400–500 1.40–1.50 normal
Body Standard 16px 400–500 1.60 -0.16px
Button 16px 500 1.60 -0.16px
Uppercase Label 15px 500 1.30 1.5px uppercase
Caption 14px 400–500 1.40–1.60 normal
Badge Uppercase 12.8px 550 1.20 normal uppercase
Micro Uppercase 10px 500–600 1.30 1px uppercase
Code: Inconsolata (companion monospace font)

4. Component Stylings

Buttons

Cards: 1px solid #d8d8d8, 4px–8px radius

Badges: Blue-tinted bg at 10% opacity, 4px radius

5. Layout

6. Depth: 5-layer cascading shadow system

7. Do's and Don'ts

8. Responsive: 479px, 768px, 992px

9. Agent Prompt Guide