# Flapping Airplanes Brand Identity A complete profile of **Flapping Airplanes**'s visual system — colors, typography, components, and personality — extracted from https://flappingairplanes.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/flapping-airplanes - Machine-readable JSON: https://characterquilt.com/branding/flapping-airplanes.json - Per-page llms.txt: https://characterquilt.com/branding/flapping-airplanes/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #B2DCFA | | Accent | #1A1A2E | | Body Font | Bahnschrift | | Heading Font | Bahnschrift | ## Color Palette - primary: #B2DCFA - secondary: #1B2636 - accent: #1A1A2E - background: #ECEADE - textPrimary: #1A1A2E - link: #1A1A2E ## Typography - primary: Bahnschrift — https://fonts.google.com/specimen/Bahnschrift - heading: Bahnschrift — https://fonts.google.com/specimen/Bahnschrift ## Visual Assets - Favicon: https://flappingairplanes.com/logo.png ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Flapping Airplanes Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Flapping Airplanes** - Image: https://flappingairplanes.com/clouds/cloud3.png - Source: https://flappingairplanes.com/ - **New foundational AI research lab "Flapping Airplanes" devoted to solving the data-efficiency problem in modern AI : r/accelerate** - Image: https://preview.redd.it/new-foundational-ai-research-lab-flapping-airplanes-devoted-v0-5tv0aqd046gg1.png?width=598&format=png&auto=webp&s=9cf5e2ba0b85980eee6397032041aef8b73fdef3 - Source: https://www.reddit.com/r/accelerate/comments/1qpqh44/new_foundational_ai_research_lab_flapping/ - **Flapping Airplanes and the promise of research-driven AI** - Image: https://s.yimg.com/ny/api/res/1.2/KTw3G2j7PML9hCvc2_PHuw--/YXBwaWQ9aGlnaGxhbmRlcjt3PTY0MDtoPTQxNQ--/https://media.zenfs.com/en/techcrunch_finance_785/1a5d61a1e2e51be8088c9eaa3454c063 - Source: https://finance.yahoo.com/news/flapping-airplanes-promise-research-driven-152229164.html - **Partnering With Flapping Airplanes | Sequoia Capital** - Image: https://sequoiacap.com/wp-content/uploads/sites/6/2026/01/New_Flapping-OG.jpg - Source: https://sequoiacap.com/article/partnering-with-flapping-airplanes/ ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Bahnschrift", "count": 3 }, { "family": "DIN Alternate", "count": 3 }, { "family": "Segoe UI", "count": 3 }, { "family": "-apple-system", "count": 3 }, { "family": "BlinkMacSystemFont", "count": 3 }, { "family": "sans-serif", "count": 3 } ], "colors": { "primary": "#B2DCFA", "secondary": "#1B2636", "accent": "#1A1A2E", "background": "#ECEADE", "textPrimary": "#1A1A2E", "link": "#1A1A2E" }, "typography": { "fontFamilies": { "primary": "Bahnschrift", "heading": "Bahnschrift" }, "fontStacks": { "body": [ "Bahnschrift", "DIN Alternate", "Segoe UI", "-apple-system", "BlinkMacSystemFont", "sans-serif" ], "heading": [ "Bahnschrift", "DIN Alternate", "Segoe UI", "-apple-system", "BlinkMacSystemFont", "sans-serif" ], "paragraph": [ "Bahnschrift", "DIN Alternate", "Segoe UI", "-apple-system", "BlinkMacSystemFont", "sans-serif" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": {}, "images": { "logo": null, "favicon": "https://flappingairplanes.com/logo.png", "ogImage": null }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```