jet admin.json
Jet Admin Brand Identity
A complete profile of Jet Admin's visual system — colors, typography, components, and personality — extracted from https://jetadmin.io. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #02051A |
| Accent | #2B50ED |
| Body Font | Maisonneue Medium |
| Heading Font | Maisonneue Demi |
Color Palette
- primary: #02051A
- secondary: #EEF1FF
- accent: #2B50ED
- background: #FFFFFF
- textPrimary: #141414
- link: #2B50ED
Typography
- primary: Maisonneue Medium — https://fonts.google.com/specimen/Maisonneue+Medium
- heading: Maisonneue Demi — https://fonts.google.com/specimen/Maisonneue+Demi
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#FFFFFF, textColor=#333333, borderColor=#CCCCCC, borderRadius=15.82px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
Jet Admin Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- How to build business apps for your Xano backend without code
- Image:
- Source: Link
- Build an Approval Task Queue for your app
- Image:
- Source: Link
- How VIVART is Building the World's Largest Online Gallery with Jet Admin
- Image:
- Source: Link
- How to Build a CRUD App in Minutes
- Image:
- Source: Link
- How VIVART is Building the World's Largest Online Gallery with Jet Admin
- Image:
- Source: Link
- Empower your Firebase with SQL features: Sync data from Firebase or Firestore to PostgreSQL database in real-time
- Image:
- Source: Link
Working with these fonts
Not found on Google Fonts? 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.