aspora.json
Aspora Brand Identity
A complete profile of Aspora's visual system — colors, typography, components, and personality — extracted from https://aspora.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/aspora
- Machine-readable JSON: https://characterquilt.com/branding/aspora.json
- Per-page llms.txt: https://characterquilt.com/branding/aspora/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #2B0C6E |
| Accent | #5523B2 |
| Body Font | Inter |
| Heading Font | PPNeueCorpCompactMedium |
Color Palette
- primary: #2B0C6E
- accent: #5523B2
- background: #FFFFFF
- textPrimary: #5523B2
- link: #5523B2
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: PPNeueCorpCompactMedium — https://fonts.google.com/specimen/PPNeueCorpCompactMedium
Visual Assets
- Logo: https://www.aspora.com/_astro/HeroLogo.CWaAUnEj.png
- Favicon: https://www.aspora.com/images/favicon.ico
- Social card (og:image): https://cdn.prod.website-files.com/67e56438a33452c19f7c13a1/67e684547fd1d77df23b2b8d_67d0beca9cf2ab6bec44d357_Opengraph-common.png
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#5523B2, textColor=#FFFFFF, borderRadius=33554400px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: individuals sending money to India
Aspora Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- NRE Account: Definition, Features,Rules & Taxability | Aspora Blog
- Learn about NRI Banking: Simple Guides for NRIs Worldwide | Aspora
- NRE vs NRO: Which One to Pick as an NRI | Aspora Blog
- Learn about NRI Banking: Simple Guides for NRIs Worldwide | Aspora
- NRI Status Explained: Criteria, Tax, and Compliance | Aspora Blog
- Learn about NRI Banking: Simple Guides for NRIs Worldwide | Aspora
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.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.