xkit.json

Xkit Brand Identity

A complete profile of Xkit's visual system — colors, typography, components, and personality — extracted from https://xkit.co. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #0066FF
Accent #0066FF
Body Font Arial
Heading Font Arial

Color Palette

Typography

Brand Personality

Tone: professional · Energy: medium · Audience: unknown

Xkit Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Here’s a suggested flow for use:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and navigate to various sections to capture specific font weights.
  4. For each captured font URL, right-click → Save As to download the file locally.
  5. View the page's CSS and copy the relevant @font-face declarations. Rewrite each src: url(...) to point to your local file path.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Arial",
      "count": 14
    },
    {
      "family": "sans-serif",
      "count": 14
    }
  ],
  "colors": {
    "primary": "#0066FF",
    "accent": "#0066FF",
    "background": "#F4F4F4",
    "textPrimary": "#555555",
    "link": "#0066FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Arial"
    },
    "fontStacks": {
      "body": [
        "Arial",
        "sans-serif"
      ],
      "heading": [
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0,
    "overall": 0
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "LLM failed",
        "confidence": 0
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false,
      "error": "LLM call failed or returned fallback values"
    }
  }
}