Home · Branding · CreativeMode

CreativeMode Brand Identity

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

Download JSON
Primary
#51FF70
Accent
#51FF70
Body Font
IBM Plex Mono
Heading
IBM Plex Mono

Color Palette

Brand palette extracted from https://creativemode.net.

primary
#51FF70
rgb(81, 255, 112)
secondary
#FF79C6
rgb(255, 121, 198)
accent
#51FF70
rgb(81, 255, 112)
background
#101011
rgb(16, 16, 17)
textPrimary
#101011
rgb(16, 16, 17)
link
#3B1F1F
rgb(59, 31, 31)

Typography

Each font links to its Google Fonts page where available.

primary
IBM Plex Mono
IBM Plex Mono Google Fonts →
heading
IBM Plex Mono
IBM Plex Mono Google Fonts →
IBM Plex Mono, monospace
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the 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.

Visual Assets

CreativeMode logo
Logo
CreativeMode favicon
Favicon
CreativeMode social image
Social Card

UI Components

Live previews rendered using CreativeMode's actual button styles.

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, and marketing materials.

Frequently Asked Questions

What is CreativeMode's primary brand color?

CreativeMode's primary brand color is #51FF70. It anchors the visual identity across their website, product UI, and marketing materials.

What font does CreativeMode use?

CreativeMode uses IBM Plex Mono as the primary typeface across body and headings.

Does CreativeMode use a light or dark theme?

CreativeMode's primary site uses a dark color scheme, with a background of #101011.

Where can I find CreativeMode's logo?

CreativeMode's logo is available directly on their site (https://creativemode.net). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://creativemode.net using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by CreativeMode.

Methodology

Brand data on this page was extracted from https://creativemode.net on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by CreativeMode.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "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"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'CreativeMode'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join our community",
      "reasoning": "Button #0 ('Join our community') is the primary CTA due to its unique neutral background color (#404041) and action-oriented text, which encourages user engagement."
    },
    "secondary": {
      "index": 8,
      "text": "Create Account",
      "reasoning": "Button #8 ('Create Account') is selected as the secondary CTA because it has a transparent background, differentiating it from the primary button, and it supports user onboarding."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "playful",
    "energy": "medium",
    "targetAudience": "Minecraft enthusiasts and modders"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'CreativeMode'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles