# Mage Brand Identity

A complete profile of **Mage**'s visual system — colors, typography, components, and personality — extracted from [https://magemarket.com](https://magemarket.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://magemarket.com.

- **Primary:**  #2563EB
- **Secondary:** #6B7280
- **Accent:** #111827
- **Background:** #F3F4F6
- **Text Primary:** #111827
- **Link:** #111827

## Typography

Each font links to its Google Fonts page where available.

- **Primary:** ui-sans-serif ([Google Fonts →](https://fonts.google.com/specimen/ui-sans-serif))
- **Heading:** ui-sans-serif ([Google Fonts →](https://fonts.google.com/specimen/ui-sans-serif))

```
ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
```

## Visual Assets

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** business professionals

## Mage Brand in the Wild

Source: [goatlings.fandom.com](https://goatlings.fandom.com/wiki/Mage_AD)

Source: [reddit.com](https://www.reddit.com/r/Roll20/comments/hc0stv/my_first_landing_page_for_dungeon_of_the_mad_mage/)

Source: [goatlings.fandom.com](https://goatlings.fandom.com/wiki/Mage_AD)

Source: [reddit.com](https://www.reddit.com/r/DungeonoftheMadMage/comments/s2m0wd/my_foundryvtt_landing_page_for_dotmm/)

## Frequently Asked Questions

- **What is Mage's primary brand color?**  
  Mage's primary brand color is #2563EB. It anchors the visual identity across their website, product UI, and marketing materials.

- **What accent color does Mage use?**  
  Mage uses #111827 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

- **What font does Mage use?**  
  Mage uses ui-sans-serif as the primary typeface across body and headings.

- **Does Mage use a light or dark theme?**  
  Mage's primary site uses a light color scheme, with a background of #F3F4F6.

- **How was this brand profile generated?**  
  This profile was extracted from https://magemarket.com 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 Mage.

## Methodology

Brand data on this page was extracted from [https://magemarket.com](https://magemarket.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 Mage.

## Machine-Readable Profile

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

```
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "ui-sans-serif",
      "count": 15
    },
    {
      "family": "system-ui",
      "count": 15
    },
    {
      "family": "sans-serif",
      "count": 15
    },
    {
      "family": "Apple Color Emoji",
      "count": 15
    },
    {
      "family": "Segoe UI Emoji",
      "count": 15
    },
    {
      "family": "Segoe UI Symbol",
      "count": 15
    },
    {
      "family": "Noto Color Emoji",
      "count": 15
    }
  ],
  "colors": {
    "primary": "#2563EB",
    "secondary": "#6B7280",
    "accent": "#111827",
    "background": "#F3F4F6",
    "textPrimary": "#111827",
    "link": "#111827"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ui-sans-serif",
      "heading": "ui-sans-serif"
    },
    "fontStacks": {
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "30px",
      "h2": "30px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": "https://www.flexoffers.com/favicon.ico",
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.8,
    "colors": 0.9,
    "overall": 0.8500000000000001
  }
}
```
