llms.txt

CreativeMode Brand Identity

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

Quick Facts

Field Value
Primary #51FF70
Accent #51FF70
Body Font IBM Plex Mono
Heading Font IBM Plex Mono

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: playful · Energy: medium · Audience: Minecraft enthusiasts and modders

CreativeMode Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here’s a 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 — some weights 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.

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.

Only do this if you have permission to use the assets — most proprietary fonts are licensed and may not be redistributable.

Machine-Readable Profile

{
 "colorScheme": "dark",
 "fonts": [
  {
   "family": "IBM Plex Mono",
   "role": "monospace"
  }
 ],
 "colors": {
  "primary": "#51FF70",
  "secondary": "#FF79C6",
  "accent": "#51FF70",
  "background": "#101011",
  "textPrimary": "#101011",
  "link": "#3B1F1F"
 },
 "typography": {
  "fontFamilies": {
   "primary": "IBM Plex Mono",
   "heading": "IBM Plex Mono"
  },
  "fontStacks": {
   "heading": [
    "IBM Plex Mono",
    "monospace"
   ],
   "body": [
    "IBM Plex Mono",
    "monospace"
   ],
   "paragraph": [
    "IBM Plex Mono",
    "monospace"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "24px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 6,
  "borderRadius": "0px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#404041",
   "textColor": "#FFFFFF",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "transparent",
   "textColor": "#FFFFFF",
   "borderColor": "#FFFFFF",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://creativemode.net/_next/image?url=%2Fpng%2Flogo.png&w=96&q=75&dpl=dpl_JAgUZKzaPX2LTpkwLynhBTfEnQhW",
  "favicon": "https://creativemode.net/favicon.ico?favicon.0d7wdob7.d2ow.ico",
  "ogImage": "https://creativemode.net/png/highlight.png",
  "logoHref": "/",
  "logoAlt": "CreativeMode"
 },
 "personality": {
  "tone": "playful",
  "energy": "medium",
  "targetAudience": "Minecraft enthusiasts and modders"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 }
}