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
- primary: #51FF70
- secondary: #FF79C6
- accent: #51FF70
- background: #101011
- textPrimary: #101011
- link: #3B1F1F
Typography
- primary: IBM Plex Mono — Google Fonts
- heading: IBM Plex Mono — Google Fonts
Visual Assets
- Logo:
- Favicon: Favicon
- Social card (og:image):
UI Components
- buttonPrimary: background=#404041, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=0px, shadow=none
Brand Personality
Tone: playful · Energy: medium · Audience: Minecraft enthusiasts and modders
CreativeMode Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Cave of Wonders | Free Bedrock Addon | CreativeMode
- Image:
- Source: Source
- ModJams return to CreativeMode! | Blog | CreativeMode
- Image:
- Source: Source
- Garfield | Free Bedrock Addon | CreativeMode
- Image:
- Source: Source
- From Idea to Mod in <5 Minutes (No coding!) | Blog | CreativeMode
- Image:
- Source: Source
- Floatater Block | Free Bedrock Addon | CreativeMode
- Image:
- Source: Source
- What Can You Actually Build with CreativeMode? | Blog | CreativeMode
- Image:
- Source: Source
Working with these fonts
Not found on Google Fonts? Here’s a flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around — some weights load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
}
}