llms.txt
Fifth Door Brand Identity
A complete profile of Fifth Door's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #D97757 |
| Accent | #074030 |
| Body Font | Instrument Sans |
| Heading Font | Bricolage Grotesque |
Color Palette
- primary: #D97757
- secondary: #E85D3F
- accent: #074030
- background: #FFFFFF
- textPrimary: #074030
- link: #074030
Typography
- primary: Instrument Sans — https://fonts.google.com/specimen/Instrument+Sans
- heading: Bricolage Grotesque — https://fonts.google.com/specimen/Bricolage+Grotesque
Visual Assets
- Logo:
- Favicon: .png)
- Social card (og:image):
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#074030, borderRadius=9999px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=9999px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals interested in early access to innovative products
Fifth Door Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Fifth Door
- Image:
- Source: fifthdoor.com
- Fifth Door
- Image:
- Source: fifthdoor.com
- Fifth Door
- Image:
- Source: fifthdoor.com
- Fifth Door
- Image:
- Source: fifthdoor.com
- Fifth Door
- Image:
- Source: fifthdoor.com
- Fifth Door
- Image:
- Source: fifthdoor.com
Working with these fonts
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Instrument Sans",
"role": "body"
},
{
"family": "Bricolage Grotesque",
"role": "heading"
},
{
"family": "Bungee",
"role": "display"
}
],
"colors": {
"primary": "#D97757",
"secondary": "#E85D3F",
"accent": "#074030",
"background": "#FFFFFF",
"textPrimary": "#074030",
"link": "#074030"
},
"typography": {
"fontFamilies": {
"primary": "Instrument Sans",
"heading": "Bricolage Grotesque"
},
"fontStacks": {
"heading": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"body": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"Instrument Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "16px",
"h2": "48px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#074030",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.magicpatterns.com/uploads/8dB8M4GqHB66FgPhzt2tyW/Group_44.png",
"favicon": "https://cdn.magicpatterns.com/uploads/nP28ZfUEx7Skx8Az26kaMa/Group_147_(1).png",
"ogImage": "https://cdn.magicpatterns.com/uploads/uE1x64XXGWkWodM5MrdtS7/Screenshot_2026-03-26_at_2.23.09_PM.png",
"logoAlt": "Fifth Door Logo"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals interested in early access to innovative products"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
}
}