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

Design System: Airtable

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

Airtable's website is a clean, enterprise-friendly platform that communicates "sophisticated simplicity" through a white canvas with deep navy text (#181d26) and Airtable Blue (#1b61c9) as the primary interactive accent. The Haas font family (display + text variants) creates a Swiss-precision typography system with positive letter-spacing throughout.

Key Characteristics: - White canvas with deep navy text (#181d26) - Airtable Blue (#1b61c9) as primary CTA and link color - Haas + Haas Groot Disp dual font system - Positive letter-spacing on body text (0.08px–0.28px) - 12px radius buttons, 16px–32px for cards - Multi-layer blue-tinted shadow: rgba(45,127,249,0.28) 0px 1px 3px - Semantic theme tokens: --theme_* CSS variable naming

2. Color Palette & Roles

Primary

Semantic

Neutral

Shadows

3. Typography Rules

Font Families

Hierarchy

Role Font Size Weight Line Height Letter Spacing
Display Hero Haas 48px 400 1.15 normal
Display Bold Haas Groot Disp 48px 900 1.50 normal
Section Heading Haas 40px 400 1.25 normal
Sub-heading Haas 32px 400–500 1.15–1.25 normal
Card Title Haas 24px 400 1.20–1.30 0.12px
Feature Haas 20px 400 1.25–1.50 0.1px
Body Haas 18px 400 1.35 0.18px
Body Medium Haas 16px 500 1.30 0.08–0.16px
Button Haas 16px 500 1.25–1.30 0.08px
Caption Haas 14px 400–500 1.25–1.35 0.07–0.28px

4. Component Stylings

Buttons

Cards: 1px solid #e0e2e6, 16px–24px radius

Inputs: Standard Haas styling

5. Layout

6. Depth

7. Do's and Don'ts

Do: Use Airtable Blue for CTAs, Haas with positive tracking, 12px radius buttons

Don't: Skip positive letter-spacing, use heavy shadows

8. Responsive Behavior

Breakpoints: 425–1664px (23 breakpoints)

9. Agent Prompt Guide