ghost.json
Ghost Brand Identity
A complete profile of Ghost's visual system — colors, typography, components, and personality — extracted from https://ghost.org/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/ghost
- Machine-readable JSON: https://characterquilt.com/branding/ghost.json
- Per-page llms.txt: https://characterquilt.com/branding/ghost/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #94A3B8 |
| Accent | #D1FF19 |
| Body Font | InterVariable |
| Heading Font | InterDisplay |
Color Palette
- primary: #94A3B8
- accent: #D1FF19
- background: #FFFFFF
- textPrimary: #000000
- link: #1A2E05
Typography
- primary: InterVariable — https://fonts.google.com/specimen/InterVariable
- heading: InterDisplay — https://fonts.google.com/specimen/InterDisplay
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20800%20294%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20class%3D%22ghost-orb-logo%22%20height%3D%2240px%22%20data-fc-idx%3D%220%22%3E%0A%3Cstyle%3E%0Asvg.ghost-orb-logo%20%7B%0A%20%20%20%20background-size%3A%20100%25%20100%25%3B%0A%20%20%20%20background-repeat%3A%20no-repeat%3B%0A%20%20%20%20background-image%3A%20url(%2Fimages%2Flogos%2Flogo-black-1.webp)%3B%0A%7D%0A%3C%2Fstyle%3E%0A%3C%2Fsvg%3E
- Social card (og:image): https://ghost.org/images/meta/ghost-6.png
UI Components
- buttonPrimary: background=#D1FF19, textColor=#000000, borderRadius=8px, shadow=none
- buttonSecondary: background=#15171A, textColor=#FFFFFF, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.03) 0px 2px 6px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: content creators and bloggers
Ghost Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Ghost: The local news platform
- How to come up with great blog post ideas consistently
- Drowned in Sound - Ghost Explore
- Weblog — a seriously old-school ghost theme - Marketplace - Ghost Forum
- Green Mountain Film Festival - Ghost Explore
- How to turn your amateur blogging into a real business
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.