SmartPath Brand: Colors, Fonts, Logo & Visual Identity

SmartPath Brand Identity

A complete profile of SmartPath's visual system — colors, typography, components, and personality — extracted from http://joinsmartpath.com. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from http://joinsmartpath.com.

Color Hex RGB
Primary #FFC107 rgb(255, 193, 7)
Secondary #C6EC32 rgb(198, 236, 50)
Accent #FFC107 rgb(255, 193, 7)
Background #FFFFFF rgb(255, 255, 255)
Text Primary #213452 rgb(33, 52, 82)
Link #213452 rgb(33, 52, 82)

Typography

Fonts

Each font links to its Google Fonts page where available.

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:  
1. Open the company's homepage in a browser with DevTools open.  
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).  
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.  
4. For each captured font URL: right-click → Save As to download the file locally.  
5. 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.

Visual Assets

UI Components

Live previews rendered using SmartPath's actual button styles.

Brand Personality

Tone: professional

Energy: medium

Audience: individuals seeking financial education

SmartPath Brand in the Wild

Image: cdn.prod.website-files.com

Source: joinsmartpath.com

Image: cdn.prod.website-files.com

Source: joinsmartpath.com

Image: cdn.prod.website-files.com

Source: joinsmartpath.com

Image: cdn.prod.website-files.com

Source: joinsmartpath.com

Image: cdn.prod.website-files.com

Source: joinsmartpath.com

Image: cdn.prod.website-files.com

Source: joinsmartpath.com

Frequently Asked Questions

Methodology

Brand data on this page was extracted from http://joinsmartpath.com on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by SmartPath.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{ "colorScheme": "light", "fonts": [ { "family": "Sofia Pro", "role": "body" } ], "colors": { "primary": "#FFC107", "secondary": "#C6EC32", "accent": "#FFC107", "background": "#FFFFFF", "textPrimary": "#213452", "link": "#213452" }, "typography": { "fontFamilies": { "primary": "Sofia Pro", "heading": "Sofia Pro" }, "fontStacks": { "heading": [ "Sofia Pro", "sans-serif" ], "body": [ "Sofia Pro", "sans-serif" ], "paragraph": [ "Sofia Pro", "sans-serif" ] }, "fontSizes": { "h1": "69.6px", "h2": "56px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "12px" }, "components": { "buttonPrimary": { "background": "#FFC107", "textColor": "#213452", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" }, "buttonSecondary": { "background": "#6126DE", "textColor": "#FFFFFF", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/64f205445005fd88ad5ca350/651b212262cb88823df6258b_smartpath-logo.svg", "favicon": "https://cdn.prod.website-files.com/64f205445005fd88ad5ca350/64fb8c256f7b21fc591433c4_favicon-smartpath.svg", "ogImage": "https://cdn.prod.website-files.com/64f205445005fd88ad5ca350/6500b318283ad6f18b0b8f6d_opengraph.webp", "logoHref": "/", "logoAlt": "SmartPath Logo" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "individuals seeking financial education" } }