llms.txt
Zuora Brand Identity
A complete profile of Zuora's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #00D2B9 |
| Accent | #00D2B9 |
| Body Font | Arial |
| Heading Font | Arial |
Color Palette
- primary: #00D2B9
- secondary: #3B434A
- accent: #00D2B9
- background: #FFFFFF
- textPrimary: #000000
- link: #103426
Typography
- primary: Arial — https://fonts.google.com/specimen/Arial
- heading: Arial — https://fonts.google.com/specimen/Arial
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#FBFBFB, textColor=#FFFFFF, borderColor=null, borderRadius=32px, shadow=none
- buttonPrimary: background=#00D2B9, textColor=#000000, borderColor=#00D2B9, borderRadius=33554400px, shadow=none
- buttonSecondary: background=#000000, textColor=#FFFFFF, borderColor=#000000, borderRadius=33554400px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals and enterprises
Zuora Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Zuora Revenue Essentials - Open Access
- Making a Global Impact on Giving Tuesday - Zuora
- Revenue Automation: A Complete Guide - Zuora
- Image:
- Source: https://www.zuora.com/glossary/revenue-automation/
- How B2C Companies Benefit from Self-Service Account Management - Zuora
- The 2025 Subscription Economy Index
- Losing news readers? Technology can help - Zuora
Working with these 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.