spellbook.json
Spellbook Brand Identity
A complete profile of Spellbook's visual system — colors, typography, components, and personality — extracted from https://www.spellbook.legal/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/spellbook
- Machine-readable JSON: https://characterquilt.com/branding/spellbook.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #05111B |
| Accent | #F94D1E |
| Body Font | Soehne |
| Heading Font | Soehne |
Color Palette
- primary: #05111B
- secondary: #029CFF
- accent: #F94D1E
- background: #121719
- textPrimary: #121719
- link: #F94D1E
Typography
- primary: Soehne — https://fonts.google.com/specimen/Soehne
- heading: Soehne — https://fonts.google.com/specimen/Soehne
Visual Assets
- Logo: https://cdn.prod.website-files.com/66fc4a00d70e086034b6699f/67296a796f9b9a12470af11b_spellbook-logo.svg
- Favicon: https://cdn.prod.website-files.com/66fc4a00d70e086034b6699f/67194c71632aa74c8b08c797_favicon.png
- Social card (og:image): https://cdn.prod.website-files.com/66fc4a00d70e086034b6699f/673fa3324b6c0b26078d4620_open-graph-screen.png
UI Components
- input: background=#2B3133, textColor=#FFFFFF, borderColor=null, borderRadius=4px, shadow=none
- buttonPrimary: background=#F94D1E, textColor=#FFFFFF, borderRadius=1600px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#121719, borderRadius=1600px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: legal professionals and businesses
Spellbook Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- GPT-5 for Law
- Spellbook Blog: AI Contract Drafting & Review
- Introducing Spellbook's 2026 State of Contracts Report - Spellbook
- Spellbook Blog: AI Contract Drafting & Review
- Contract Prompt Library - Spellbook
- Using Spellbook: Crafting Email Contract Summaries - Spellbook
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.