savvy wealth.json
Savvy Wealth Brand Identity
A complete profile of Savvy Wealth's visual system — colors, typography, components, and personality — extracted from https://www.savvywealth.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/savvy-wealth
- Machine-readable JSON: https://characterquilt.com/branding/savvy-wealth.json
- Per-page llms.txt: https://characterquilt.com/branding/savvy-wealth/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #175242 |
| Accent | #000000 |
| Body Font | Abc Diatype |
| Heading Font | Abc Diatype |
Color Palette
- primary: #175242
- secondary: #8E7E57
- accent: #000000
- background: #FFFFFF
- textPrimary: #000000
- link: #8E7E57
Typography
- primary: Abc Diatype — https://fonts.google.com/specimen/Abc+Diatype
- heading: Abc Diatype — https://fonts.google.com/specimen/Abc+Diatype
Visual Assets
- Logo: https://cdn.prod.website-files.com/6479cdbae84fd9792129c576/647dd6624b8fd164bb0f9637_Savvy%20Logo.svg
- Favicon: https://cdn.prod.website-files.com/6479cdbae84fd9792129c576/662c3d3999f37aeae1adcc56_submark-16.png
- Social card (og:image): https://cdn.prod.website-files.com/6479cdbae84fd9792129c576/6814bfbd0c50310fc9d3b35c_SEO%20Hero.webp
UI Components
- input: background=#FFFFFF, textColor=#4D4D4D, borderColor=#8E7E57, borderRadius=6px, shadow=none
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=3px, shadow=none
- buttonSecondary: background=transparent, textColor=#000000, borderColor=#000000, borderRadius=3px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: affluent individuals seeking wealth management services
Savvy Wealth Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Escape LPL Fees & Hidden Costs | Savvy Wealth RIA Model for Advisors
- Blog Advisors
- Conrad Levesque: Financial Advisor in Marietta, GA | Savvy
- Professional Financial Insights | Savvy Blog | Connect with an Advisor
- Escape LPL Fees & Hidden Costs | Savvy Wealth RIA Model for Advisors
- Blog Advisors
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.