airalo.json
Airalo Brand Identity
A complete profile of Airalo's visual system — colors, typography, components, and personality — extracted from https://www.airalo.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/airalo
- Machine-readable JSON: https://characterquilt.com/branding/airalo.json
- Per-page llms.txt: https://characterquilt.com/branding/airalo/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #F4EBE2 |
| Accent | #FF8832 |
| Body Font | Satoshi-Regular |
| Heading Font | Satoshi-Regular |
Color Palette
- primary: #F4EBE2
- secondary: #FF8832
- accent: #FF8832
- background: #F4EBE2
- textPrimary: #000000
- link: #6BBA8C
Typography
- primary: Satoshi-Regular — https://fonts.google.com/specimen/Satoshi-Regular
- heading: Satoshi-Regular — https://fonts.google.com/specimen/Satoshi-Regular
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=null, borderRadius=8px, shadow=none
- buttonPrimary: background=#FF8832, textColor=#000000, borderRadius=9999px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#AEB4B7, borderRadius=9999px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: travelers and tech-savvy individuals
Airalo Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Airalo Partners Blog
- Image:
- Source: https://blog.partners.airalo.com/blog
- The best business travel eSIM: Stay connected and productive on the go
- Airalo Partners Blog
- Image:
- Source: https://blog.partners.airalo.com/blog
- Building affiliate success: Traveltomtom's journey with Airalo
- Image: .png?width=5000&height=2500&name=Other%20Graphics_1%20(1).png)
- Source: https://blog.partners.airalo.com/blog/case-study-traveltomtom-airalo
- Airalo Partners Blog
- Image:
- Source: https://blog.partners.airalo.com/blog
- What is Airalo's Partner Platform?
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:
- 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.