llms.txt

Cribl Brand Identity

A complete profile of Cribl's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #FF4D4F
Accent #FAAD14
Body Font Open Sans
Heading Font Open Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech professionals

Cribl Brand in the Wild

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

Working with these fonts

  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 and copy out the matching @font-face declarations.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FF4D4F",
    "secondary": "#52C41A",
    "accent": "#FAAD14",
    "background": "#FFFFFF",
    "textPrimary": "#595959",
    "link": "#FAAD14"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Open Sans"
    },
    "fontStacks": {
      "heading": [
        "Open Sans",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "13px",
      "h2": "13px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#595959",
      "borderColor": null,
      "borderRadius": "2px",
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://packs.cribl.io/favicon.ico",
    "ogImage": null
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}