Home · Branding · Sorcerer

Sorcerer Brand Identity

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

Download JSON
Primary
#F7ED57
Accent
#F7ED57
Body Font
Mona Sans Alternative
Heading
Big Shoulders Display

Color Palette

Brand palette extracted from https://sorcerer.earth.

primary
#F7ED57
rgb(247, 237, 87)
secondary
#3898EC
rgb(56, 152, 236)
accent
#F7ED57
rgb(247, 237, 87)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#F9F281
rgb(249, 242, 129)

Typography

Each font links to its Google Fonts page where available.

primary
Mona Sans Alternative
Mona Sans Alternative Google Fonts →
heading
Big Shoulders Display
Big Shoulders Display Google Fonts →
Mona Sans Alternative, sans-serif
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

Sorcerer logo
Logo
Sorcerer favicon
Favicon

UI Components

Live previews rendered using Sorcerer's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 0px shadow none
buttonPrimary
background #F7ED57 textColor #000000 borderColor #000000 borderRadius 32px shadow none
buttonSecondary
background transparent textColor #000000 borderColor #000000 borderRadius 32px shadow none

Brand Personality

Tone: playful Energy: high Audience: tech-savvy individuals interested in innovative solutions

Sorcerer Brand in the Wild

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

Frequently Asked Questions

What is Sorcerer's primary brand color?

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

What font does Sorcerer use?

Sorcerer uses Mona Sans Alternative for body text and Big Shoulders Display for headings. Fonts were detected on https://sorcerer.earth as part of their live design system.

Does Sorcerer use a light or dark theme?

Sorcerer's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Sorcerer's logo?

Sorcerer's logo is available directly on their site (https://sorcerer.earth). 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://sorcerer.earth 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 Sorcerer.

Methodology

Brand data on this page was extracted from https://sorcerer.earth 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 Sorcerer.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Mona Sans Alternative",
      "role": "body"
    },
    {
      "family": "Big Shoulders Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#F7ED57",
    "secondary": "#3898EC",
    "accent": "#F7ED57",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#F9F281"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Mona Sans Alternative",
      "heading": "Big Shoulders Display"
    },
    "fontStacks": {
      "heading": [
        "Mona Sans Alternative",
        "sans-serif"
      ],
      "body": [
        "Mona Sans Alternative",
        "sans-serif"
      ],
      "paragraph": [
        "Mona Sans Alternative",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "18px",
      "h2": "56.88px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F7ED57",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "32px",
      "borderRadiusCorners": {
        "topLeft": "32px",
        "topRight": "32px",
        "bottomRight": "32px",
        "bottomLeft": "32px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "32px",
      "borderRadiusCorners": {
        "topLeft": "32px",
        "topRight": "32px",
        "bottomRight": "32px",
        "bottomLeft": "32px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66be5954bbf7a2e5430e6260/682d3062404e89e5597b3260_palantir-logo.png",
    "favicon": "https://cdn.prod.website-files.com/66be5954bbf7a2e5430e6260/66c16f3519a9bbe9022d1f72_Sorcerer%20Logos-05.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it matches the favicon and is a medium-sized logo with a source URL indicating it is the main logo.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "Find A Time",
      "reasoning": "Button #4 has a vibrant background color (#F7ED57) which matches the brand's primary color, making it the most prominent CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Learn More",
      "reasoning": "Button #0 has a transparent background with a border, making it a suitable secondary option distinct from the primary button's vibrant color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "tech-savvy individuals interested in innovative solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it matches the favicon and is a medium-sized logo with a source URL indicating it is the main logo.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles