workramp.json
WorkRamp Brand Identity
A complete profile of WorkRamp's visual system — colors, typography, components, and personality — extracted from https://www.workramp.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/workramp
- Machine-readable JSON: https://characterquilt.com/branding/workramp.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #CDE3FC |
| Body Font | Geist |
| Heading Font | Geist |
Color Palette
- primary: #0000EE
- secondary: #CDE3FC
- accent: #CDE3FC
- background: #FFFFFF
- textPrimary: #202124
- link: #FFF3EC
Typography
- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Geist — https://fonts.google.com/specimen/Geist
Visual Assets
- Logo: https://framerusercontent.com/images/m0fqGg2225NdVdexXK7yDovXW8.png?width=1737&height=626
- Favicon: https://framerusercontent.com/images/3IoCD8VizEw5nE23ZgT8wBi6DvQ.svg
- Social card (og:image): https://framerusercontent.com/assets/9tow84OIewnpREvFNQh4iwU7S8.png
UI Components
- buttonPrimary: background=#CDE3FC, textColor=#0000EE, borderRadius=10px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#0000EE, borderRadius=8px, shadow=rgba(0, 0, 0, 0.08) 0px 6px 12px -4px, rgba(0, 0, 0, 0.08) 0px 1px 2px 0px, rgba(0, 0, 0, 0.32) 0px 0px 1px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: corporate professionals
WorkRamp Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Demo the All-in-One Learning Platform | WorkRamp | WorkRamp, a Learning Pool company
- Image:
- Source: LinkedIn
- WorkRamp Reviews 2026: Details, Pricing, & Features | G2
- Image:
- Source: G2
- Aligning Sales and Marketing for the Evolving Buyer's Journey | WorkRamp Blog
- Image:
- Source: WorkRamp Blog
- Learning Pool strengthens US footprint and market reach with WorkRamp acquisition - Learning News
- Image:
- Source: Learning News
- WorkRamp Announces WorkRamp Content Management System (CMS) to Reimagine Revenue Enablement as a Unified Content and Learning Experience - Silicon Canals
- Image:
- Source: Silicon Canals
- WorkRamp Winter Release: Advanced Group Automations, New Admin UI, and More | WorkRamp Blog
- Image:
- Source: WorkRamp Blog
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.