zepto.json
Zepto Brand Identity
A complete profile of Zepto's visual system — colors, typography, components, and personality — extracted from https://www.zeptonow.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/zepto
- Machine-readable JSON: https://characterquilt.com/branding/zepto.json
- Per-page llms.txt: https://characterquilt.com/branding/zepto/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #F9105E |
| Accent | #F9105E |
| Body Font | Zepto Norms |
| Heading Font | Zepto Norms |
Color Palette
- primary: #F9105E
- accent: #F9105E
- background: #FFFFFF
- textPrimary: #000000
- link: #605668
Typography
- primary: Zepto Norms — https://fonts.google.com/specimen/Zepto+Norms
- heading: Zepto Norms — https://fonts.google.com/specimen/Zepto+Norms
Visual Assets
- Logo: https://cdn.zeptonow.com/web-static-assets-prod/artifacts/15.12.0/images/header/primary-logo.svg
- Favicon: https://www.zepto.com/favicon.ico
- Social card (og:image): https://cdn.zeptonow.com/web-static-assets-prod/artifacts/15.12.0/favicon.png
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#F9105E, borderColor=#F9105E, borderRadius=8px, shadow=rgb(249, 16, 94) 1px 1px 0px 0px
Brand Personality
Tone: modern · Energy: high · Audience: urban consumers in India
Zepto Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Buy Vastramay Men's Cotton Linen Blend Kurta | Purple - XL Online - Price @ ₹1958 | Instant Delivery | Zepto
- Go Performance Tuning at Scale: Zepto's pprof Journey (Part 1) | by Akash Agarwal | Zepto TechXPress
- Customer Support - Zepto
- Lost in Translation? How We Fix Misspelled Multilingual Queries with LLMs | by Kaustabh Datta Choudhury | Zepto TechXPress
- Learning to Build for Millions: My Internship Journey at Zepto | by Govinda Kukna | Zepto TechXPress
- Scaling Culture During Hypergrowth: Lessons from Growing Our Tech & Product Org | by Bhavya Sharma | Zepto TechXPress
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.