arena.json
Arena Brand Identity
A complete profile of Arena's visual system — colors, typography, components, and personality — extracted from https://www.usearena.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/arena
- Machine-readable JSON: https://characterquilt.com/branding/arena.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #C2B68E |
| Accent | #EDDBBC |
| Body Font | Outfit |
| Heading Font | DM Serif Display |
Color Palette
- primary: #C2B68E
- secondary: #A89968
- accent: #EDDBBC
- background: #FAF7F5
- textPrimary: #0A0A0F
- link: #EDDBBC
Typography
- primary: Outfit — https://fonts.google.com/specimen/Outfit
- heading: DM Serif Display — https://fonts.google.com/specimen/DM+Serif+Display
Visual Assets
- Logo: https://www.usearena.com/assets/arena_logo_v1-B2Zy1gcj.png
- Favicon: https://www.usearena.com/favicon.svg
- Social card (og:image): https://usearena.com/og-image.png
UI Components
- input: background=#111118, textColor=#F5F0E8, borderColor=#EDDBBC, borderRadius=12px, shadow=none
- buttonPrimary: background=#0A0A0F, textColor=#0A0A0F, borderRadius=8px, shadow=none
- buttonSecondary: background=#0E0E16, textColor=#0A0A0F, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Arena Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Arena | Evaluate vendors on your terms
- ARENA Launches New Swimwear Technology: Powerskin Carbon- Ultra - Swimming World
- Arena Reports and Utilization Control
- I saw a few landing pages lately and wanted to show mine. Explanation and translation of german words are in the comments : r/FoundryVTT
- Arena: Shark • Ads of the World™ | Part of The Clio Network
- IEE 475: Getting Data out of Arena Simulation Models - Record, ReadWrite, and Reports
Working with these fonts
Not found on Google Fonts? 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.