Home · Branding · Kitekraft

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.

Download JSON
Primary
#F4E115
Accent
#F4E115
Body Font
Jost
Heading
Jost

Color Palette

Brand palette extracted from http://www.kitekraft.de.

primary
#F4E115
rgb(244, 225, 21)
accent
#F4E115
rgb(244, 225, 21)
background
#F8F8F8
rgb(248, 248, 248)
textPrimary
#111111
rgb(17, 17, 17)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Jost
heading
Jost
Jost, sans-serif
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:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Visual Assets

Kitekraft logo
Logo
Kitekraft favicon
Favicon
Kitekraft social image
Social Card

UI Components

Live previews rendered using Kitekraft's actual button styles.

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, and marketing materials.

Frequently Asked Questions

What is Kitekraft's primary brand color?

Kitekraft's primary brand color is #F4E115. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Kitekraft use?

Kitekraft uses Jost as the primary typeface across body and headings.

Does Kitekraft use a light or dark theme?

Kitekraft's primary site uses a light color scheme, with a background of #F8F8F8.

Where can I find Kitekraft's logo?

Kitekraft's logo is available directly on their site (http://www.kitekraft.de). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from http://www.kitekraft.de using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Kitekraft.

Methodology

Brand data on this page was extracted from http://www.kitekraft.de on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Kitekraft.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Jost",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#F4E115",
    "accent": "#F4E115",
    "background": "#F8F8F8",
    "textPrimary": "#111111",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Jost",
      "heading": "Jost"
    },
    "fontStacks": {
      "heading": [
        "Jost",
        "sans-serif"
      ],
      "body": [
        "Jost",
        "sans-serif"
      ],
      "paragraph": [
        "Jost",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "40px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#E4E4E4",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F4E115",
      "textColor": "#000000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 2px inset"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/60a7e7bc31a1214a325709bc/610cea6690cb912467729ed6_KitekraftLogo_AllWhite.png",
    "favicon": "https://cdn.prod.website-files.com/60a7e7bc31a1214a325709bc/61111b35fa53fc8338e3785c_KitekraftFavicon_Slashes_Blue_32pxx32px.png",
    "ogImage": "https://cdn.prod.website-files.com/60a7e7bc31a1214a325709bc/66d6f48ef1aa8be87b86ded0_2024-KiteKraft-8995.jpg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Kitekraft'.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 uses the brand's primary color (#F4E115) and has action-oriented text ('Subscribe'), making it the most prominent CTA."
    },
    "secondary": {
      "index": 2,
      "text": "contact us",
      "reasoning": "Button #2 has a different background color (#FFFFFF) and serves as a secondary action with the text 'contact us'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals interested in renewable energy"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Kitekraft'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles