kitekraft.json
Kitekraft Brand Identity
A complete profile of Kitekraft's visual system — colors, typography, components, and personality — extracted from http://www.kitekraft.de. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/kitekraft
- Machine-readable JSON: https://characterquilt.com/branding/kitekraft.json
- Per-page llms.txt: https://characterquilt.com/branding/kitekraft/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #F4E115 |
| Accent | #F4E115 |
| Body Font | Jost |
| Heading Font | Jost |
Color Palette
- primary: #F4E115
- accent: #F4E115
- background: #F8F8F8
- textPrimary: #111111
- link: #0000EE
Typography
- primary: Jost — https://fonts.google.com/specimen/Jost
- heading: Jost — https://fonts.google.com/specimen/Jost
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#333333, borderColor=#E4E4E4, borderRadius=10px, shadow=none
- buttonPrimary: background=#F4E115, textColor=#000000, borderRadius=10px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#FFFFFF, borderRadius=10px, shadow=rgb(255, 255, 255) 0px 0px 0px 2px inset
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals interested in renewable energy
Kitekraft Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Kitekraft
- Image:
- Source: https://www.kitekraft.de/
- Blog
- Image:
- Source: https://www.kitekraft.de/blog
- Kitekraft
- Blog
- Image:
- Source: https://www.kitekraft.de/blog
- Kitekraft
- Image:
- Source: https://www.kitekraft.de/blog-posts-deu/die-naechste-phase
- Blog
- Image:
- Source: https://www.kitekraft.de/blog
Working with these fonts
Not found on Google Fonts? Here are some steps to 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.