jetpack aviation.json
JetPack Aviation Brand Identity
A complete profile of JetPack Aviation's visual system — colors, typography, components, and personality — extracted from http://www.jetpackaviation.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/jetpack-aviation
- Machine-readable JSON: https://characterquilt.com/branding/jetpack-aviation.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #000080 |
| Accent | #2C3E50 |
| Body Font | Lato |
| Heading Font | Raleway |
Color Palette
- primary: #000080
- secondary: #0066FF
- accent: #2C3E50
- background: #000000
- textPrimary: #333333
- link: #2C3E50
Typography
- primary: Lato — https://fonts.google.com/specimen/Lato
- heading: Raleway — https://fonts.google.com/specimen/Raleway
Visual Assets
- Logo: https://jetpackaviation.com/wp-content/uploads/2019/02/JPA_symbol_grad_horz-Transparent.png
- Favicon: https://jetpackaviation.com/wp-content/uploads/2019/03/cropped-jetpack-favicon-32x32.png
Brand Personality
Tone: professional · Energy: medium · Audience: aviation enthusiasts and professionals
JetPack Aviation Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Why Are We Humans So Fascinated By Personal Flight? | JetPack Aviation
- Blog / News | JetPack Aviation
- The History Of Personal VTOL Technology | JetPack Aviation
- Blog / News | JetPack Aviation
- Samsung Case
- iPhone Case "Flying Man"
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the 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.
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.