blitz.json
Blitz Brand Identity
A complete profile of Blitz's visual system — colors, typography, components, and personality — extracted from https://www.blitznocode.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/blitz
- Machine-readable JSON: https://characterquilt.com/branding/blitz.json
- Per-page llms.txt: https://characterquilt.com/branding/blitz/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0C1D37 |
| Accent | #3898EC |
| Body Font | DM Sans |
| Heading Font | Poppins |
Color Palette
- primary: #0C1D37
- secondary: #FF6501
- accent: #3898EC
- background: #000000
- textPrimary: #000000
- link: #3898EC
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo: https://cdn.prod.website-files.com/6172b37d28ea19091991f9a4/61d553178debd1122387da4d_blitz_black%4010x.png
- Favicon: https://cdn.prod.website-files.com/6172b37d28ea19091991f9a4/652924e5c576df93df4f1a3d_logo-all%20(7)%20(1).png
- Social card (og:image): https://cdn.prod.website-files.com/6172b37d28ea19091991f9a4/624af976aee621eac575af0d_logo.png
UI Components
- buttonPrimary: background=#3898EC, textColor=#000000, borderRadius=8px, shadow=none
- buttonSecondary: background=#000000, textColor=#FFFFFF, borderRadius=8px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals looking for internal tool solutions
Blitz Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- How to build a culture of innovation at work? | Blitz
- Blitz | Blog
- Best Airtable Alternatives for Customer-Facing Portals | Blitz
- No-Code for Marketing Teams: How Can it Help? | Blitz
- Building a KYC portal without developers: Full Guide | Blitz
- Blitz | Blog
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.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "DM Sans",
"role": "body"
},
{
"family": "Poppins",
"role": "heading"
},
{
"family": "Space Grotesk",
"role": "display"
}
],
"colors": {
"primary": "#0C1D37",
"secondary": "#FF6501",
"accent": "#3898EC",
"background": "#000000",
"textPrimary": "#000000",
"link": "#3898EC"
}
}