legionfarm.json

Legionfarm Brand Identity

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

Quick Facts

Field Value
Primary #1F2937
Accent #22C55E
Body Font Inter
Heading Font Orbitron

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: high · Audience: gamers and gaming professionals

Legionfarm Brand in the Wild

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

Working with these fonts

Not found on Google 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.

Machine-Readable Profile

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Orbitron",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#1F2937",
    "secondary": "#9CA3AF",
    "accent": "#22C55E",
    "background": "#0D0D11",
    "textPrimary": "#FFFFFF",
    "link": "#22C55E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Orbitron"
    },
    "fontStacks": {
      "heading": [
        "Orbitron",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "24px",
      "h2": "72px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#22C55E",
      "textColor": "#000000",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 255, 135, 0.3) 0px 0px 15px 0px, rgba(0, 255, 135, 0.2) 0px 0px 5px 0px inset"
    },
    "buttonSecondary": {
      "background": "#131319",
      "textColor": "#E0E0E0",
      "borderColor": "#252529",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://legionfarm.com/lf3-assets/img/Logo_LF.png",
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join the Waitlist",
      "reasoning": "Button #0 is the primary CTA because it uses a vibrant green color (#22C55E), which is the accent color, and has action-oriented text 'Join the Waitlist'. This aligns with the site's goal to engage users."
    },
    "secondary": {
      "index": 3,
      "text": "FORBES\n                                Y Combinator Startup Enables Amateurs To Be Trained By Pros",
      "reasoning": "Button #3 is selected as the secondary button because it has a different background color (#131319) and serves a less prominent role, providing additional information rather than a direct call to action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "gamers and gaming professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}