Access Denied
tesla.com“The brand presents a stark, utilitarian, and highly restrictive interface, characterized by a rigid adherence to system defaults and a lack of aesthetic embellishment. It conveys a sense of authoritative exclusion and technical precision, prioritizing functional clarity over user engagement or emotional connection. The vibe is cold, impersonal, and strictly governed by underlying protocols.”
Color Palette
Colors
Typography
Fonts
Times New Roman
Times New Roman
The quick brown fox
16pxThe quick brown fox
32pxVoice & Tone
Personality
Visual Energy
Design Era
classic-editorial
Emotional Tone
authoritative-restrictive
Target Audience
Internal administrators, security auditors, or users encountering access restrictions; not a consumer-facing brand but a functional gatekeeper.
Comparable Brands
Brand Rules
Dos & Don'ts
Do
- Use Times New Roman for all text elements; apply weight 400 for body copy and weight 700 for headings.
- Format all headings in title-case (e.g., 'Access Denied') and keep body copy in standard sentence case.
- Maintain a strict monochrome color palette: use #ffffff for backgrounds and #000000 for all text and UI elements.
- Apply a base spacing unit of 2px for all margins and padding to ensure tight, compact layouts.
- Use 0px border-radius for all interactive elements and containers to maintain sharp, square corners.
- Exclude all decorative visual effects: do not use box-shadows, gradients, or images.
- Keep copy concise and matter-of-fact; avoid exclamations, emojis, or enthusiastic language.
- Include technical reference identifiers (e.g., 'Reference #18.896bdc17...') in error states to aid debugging.
Don't
- Do not use any sans-serif fonts (e.g., Arial, Helvetica, Inter); the brand is strictly serif.
- Do not use rounded corners (border-radius > 0px) on buttons, cards, or containers.
- Do not apply any box-shadows or drop-shadows to any element.
- Do not use gradients, patterns, or background colors other than #ffffff.
- Do not use title-case for body text; reserve title-case exclusively for headings.
- Do not include CTA buttons or interactive elements in error states unless explicitly required for navigation.
- Do not use playful, casual, or enthusiastic tones in copy.
- Do not use emojis or special characters in any text content.
How to use this file
1. Save this file as DESIGN.md in your project root (sibling to README.md).
2. AI agents that read project files (Claude Code, Cursor, v0, Lovable, Bolt, Windsurf) will discover it automatically.
3. Validate or export tokens with the official CLI:
npx @google/design.md lint DESIGN.md npx @google/design.md export --format tailwind DESIGN.md
Developer Access
# Fetch the full brand kit
curl https://extractvibe.com/api/brand/tesla.com \
-H "x-api-key: ev_your_key"
# Export as CSS variables
curl https://extractvibe.com/api/extract/JOB_ID/export/css \
-H "x-api-key: ev_your_key"
# Export as Tailwind config
curl https://extractvibe.com/api/extract/JOB_ID/export/tailwind \
-H "x-api-key: ev_your_key"Extract your own brand kit
Get colors, fonts, voice, and personality from any website in seconds. Open source.