getaccept.json
GetAccept Brand Identity
A complete profile of GetAccept's visual system — colors, typography, components, and personality — extracted from https://www.getaccept.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/getaccept
- Machine-readable JSON: https://characterquilt.com/branding/getaccept.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #0D0038 |
| Accent | #FF7900 |
| Body Font | Figtree |
| Heading Font | Figtree |
Color Palette
- primary: #0D0038
- secondary: #FFCB9E
- accent: #FF7900
- background: #FCFCFC
- textPrimary: #253141
- link: #253141
Typography
- primary: Figtree — https://fonts.google.com/specimen/Figtree
- heading: Figtree — https://fonts.google.com/specimen/Figtree
Visual Assets
- Logo: https://www.getaccept.com/hubfs/CMS%20Imagery%20-%20Global/GetAccept%20Brand/GetAccept_Logo.svg
- Favicon: https://www.getaccept.com/hubfs/GetAccept-Logo-2023%20Screen.png
- Social card (og:image): https://www.getaccept.com/hubfs/CMS%20Imagery%20-%20Global/Featured%20Images/home_featured_img.webp
UI Components
- buttonPrimary: background=#0D0038, textColor=#FFFFFF, borderRadius=9999px, shadow=none
- buttonSecondary: background=#FF7900, textColor=#FFFFFF, borderColor=#FF7900, borderRadius=9999px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: sales professionals and businesses
GetAccept Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Tracking & Analytics in your Digital Sales Room | GetAccept
- Introducing AI-powered Smart Content in GetAccept
- GetAccept | Blog - Signature électronique et automatisation des ventes
- GetAccept Blog | Sales Tips
- GetAccept + HubSpot | Create, send, and track proposals inside HubSpot
- What's New at GetAccept
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.