weebly.json
Weebly Brand Identity
A complete profile of Weebly's visual system — colors, typography, components, and personality — extracted from http://weebly.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/weebly
- Machine-readable JSON: https://characterquilt.com/branding/weebly.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #3374FF |
| Accent | #3374FF |
| Body Font | Helvetica Neue |
| Heading Font | SQMarket |
Color Palette
- primary: #3374FF
- secondary: #323B44
- accent: #3374FF
- background: #161B1F
- textPrimary: #161B1F
- link: #2990EA
Typography
- primary: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
- heading: SQMarket — https://fonts.google.com/specimen/SQMarket
Visual Assets
- Logo:
- Social card (og:image):
UI Components
- buttonPrimary: background=#3374FF, textColor=#FFFFFF, borderRadius=3px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: small business owners and individuals looking to create websites
Weebly Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- How To Put Ads On The Sides Of Your Weebly Site - Editor Tricks
- Image:
- Source: Editor Tricks
- How to report a Weebly website - Red Points
- Image:
- Source: Red Points
- How To Create A Free Weebly Landing Page (Weebly Landing Page Tutorial)
- Image:
- Source: YouTube
- Use Weebly Promote to Easily Achieve Powerful and Effective Social Marketing
- Image:
- Source: Weebly Blog
- 3 Landing Page Templates for Your Website
- Image:
- Source: Weebly Blog
- How To Put Ads On The Sides Of Your Weebly Site - Editor Tricks
- Image:
- Source: Editor Tricks
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
- 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.