Home · Branding · Miniswap

Miniswap Brand Identity

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

Download JSON
Primary
#750E13
Accent
#750E13
Body Font
IM Fell English
Heading
IM Fell DW Pica SC

Color Palette

Brand palette extracted from https://miniswap.gg/.

primary
#750E13
rgb(117, 14, 19)
secondary
#B1AFC5
rgb(177, 175, 197)
accent
#750E13
rgb(117, 14, 19)
background
#FAF9F7
rgb(250, 249, 247)
textPrimary
#000000
rgb(0, 0, 0)
link
#4F0341
rgb(79, 3, 65)

Typography

Each font links to its Google Fonts page where available.

primary
IM Fell English
IM Fell English Google Fonts →
heading
IM Fell DW Pica SC
IM Fell DW Pica SC Google Fonts →
IM Fell English, 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

Miniswap logo
Logo
Miniswap favicon
Favicon
Miniswap social image
Social Card

UI Components

Live previews rendered using Miniswap's actual button styles.

input
background transparent textColor #161616 borderColor null borderRadius 0px shadow none
buttonPrimary
background #750E13 textColor #F8F9FA borderRadius 0px shadow none
buttonSecondary
background #4F0341 textColor #F8F9FA borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tabletop gaming enthusiasts

Miniswap Brand in the Wild

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

Frequently Asked Questions

What is Miniswap's primary brand color?

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

What font does Miniswap use?

Miniswap uses IM Fell English for body text and IM Fell DW Pica SC for headings. Fonts were detected on https://miniswap.gg/ as part of their live design system.

Does Miniswap use a light or dark theme?

Miniswap's primary site uses a light color scheme, with a background of #FAF9F7.

Where can I find Miniswap's logo?

Miniswap's logo is available directly on their site (https://miniswap.gg/). 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://miniswap.gg/ 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 Miniswap.

Methodology

Brand data on this page was extracted from https://miniswap.gg/ 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 Miniswap.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "IM Fell English",
      "role": "body"
    },
    {
      "family": "IM Fell DW Pica SC",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#750E13",
    "secondary": "#B1AFC5",
    "accent": "#750E13",
    "background": "#FAF9F7",
    "textPrimary": "#000000",
    "link": "#4F0341"
  },
  "typography": {
    "fontFamilies": {
      "primary": "IM Fell English",
      "heading": "IM Fell DW Pica SC"
    },
    "fontStacks": {
      "heading": [
        "IM Fell English",
        "serif"
      ],
      "body": [
        "IM Fell English",
        "serif"
      ],
      "paragraph": [
        "IM Fell English",
        "serif"
      ]
    },
    "fontSizes": {
      "h1": "20.7px",
      "h2": "35.7696px",
      "body": "20.7px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#161616",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#750E13",
      "textColor": "#F8F9FA",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#4F0341",
      "textColor": "#F8F9FA",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://miniswap.gg/assets/svg/logo-h.svg",
    "favicon": "https://miniswap.gg/assets/favicon/favicon-96x96.png",
    "ogImage": "https://miniswap.gg/assets/favicon/web-app-manifest-512x512.png",
    "logoHref": "/us",
    "logoAlt": "Miniswap Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Miniswap'. It is the most prominent logo fitting the brand identity.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get\n                            Started",
      "reasoning": "Button #1 'Get Started' uses the vibrant brand color #750E13, which is consistent with a primary call-to-action. The text is action-oriented, encouraging users to begin using the service."
    },
    "secondary": {
      "index": 5,
      "text": "Join\n                    Discord",
      "reasoning": "Button #5 'Join Discord' uses a different vibrant color #4F0341, making it suitable as a secondary action. It offers a community engagement option, which is typically secondary to the main service engagement."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tabletop gaming enthusiasts"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Miniswap'. It is the most prominent logo fitting the brand identity.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles