llms.txt
Zip Phone Brand Identity
A complete profile of Zip Phone's visual system — colors, typography, components, and personality — extracted from http://zipphone.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #4E73B7 |
| Accent | #2AA527 |
| Body Font | Noto Sans |
| Heading Font | Noto Sans |
Color Palette
- primary: #4E73B7
- secondary: #0166FE
- accent: #2AA527
- background: #FFFFFF
- textPrimary: #2AA527
- link: #2AA527
Typography
- primary: Noto Sans — https://fonts.google.com/specimen/Noto+Sans
- heading: Noto Sans — https://fonts.google.com/specimen/Noto+Sans
Visual Assets
- Logo:
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=#2C4B79, borderRadius=0px, shadow=none
- buttonPrimary: background=#2AA527, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#2AA527, borderColor=#2AA527, borderRadius=2px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses looking to purchase domains
Zip Phone Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- I Bought a New $99 Smartphone! - Is it any Good?
- Image:
- Source: YouTube
- HOW TO CREATE A ZIP FILE USING ANDROID PHONE - TUTORIAL 2025
- Image:
- Source: YouTube
- 4,248 Mobile Zip Royalty-Free Images, Stock Photos & Pictures | Shutterstock
- Image:
- Source: Shutterstock
- Buy Now Pay Later App | Zip
- Image:
- Source: Zip
- Disputes and Complaints | Zip
- Image:
- Source: Zip
- 1,241 Zip Phone Royalty-Free Images, Stock Photos & Pictures | Shutterstock
- Image:
- Source: Shutterstock
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.