Home · Branding · Miniloop

Miniloop Brand Identity

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

Download JSON
Primary
#2364EF
Accent
#2364EF
Body Font
Manrope
Heading
Manrope

Color Palette

Brand palette extracted from https://miniloop.ai.

primary
#2364EF
rgb(35, 100, 239)
secondary
#6A7282
rgb(106, 114, 130)
accent
#2364EF
rgb(35, 100, 239)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#19191A
rgb(25, 25, 26)
link
#4A5565
rgb(74, 85, 101)

Typography

Each font links to its Google Fonts page where available.

primary
Manrope
heading
Manrope
Manrope
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

Miniloop logo
Logo
Miniloop favicon
Favicon
Miniloop social image
Social Card

UI Components

Live previews rendered using Miniloop's actual button styles.

input
background #FFFFFF textColor #19191A borderColor #E7E5E4 borderRadius 14px shadow none
buttonPrimary
background #2364EF textColor #FAFAFA borderRadius 33554400px shadow none
buttonSecondary
background #FFFFFF textColor #19191A borderColor #E5E5E5 borderRadius 33554400px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 3px 0px

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Miniloop Brand in the Wild

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

Frequently Asked Questions

What is Miniloop's primary brand color?

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

What font does Miniloop use?

Miniloop uses Manrope as the primary typeface across body and headings.

Does Miniloop use a light or dark theme?

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

Where can I find Miniloop's logo?

Miniloop's logo is available directly on their site (https://miniloop.ai). 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://miniloop.ai 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 Miniloop.

Methodology

Brand data on this page was extracted from https://miniloop.ai 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 Miniloop.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Manrope",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2364EF",
    "secondary": "#6A7282",
    "accent": "#2364EF",
    "background": "#FFFFFF",
    "textPrimary": "#19191A",
    "link": "#4A5565"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Manrope",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope"
      ],
      "body": [
        "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": "66px",
      "h2": "42px",
      "body": "22px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#19191A",
      "borderColor": "#E7E5E4",
      "borderRadius": "14px",
      "borderRadiusCorners": {
        "topLeft": "14px",
        "topRight": "14px",
        "bottomRight": "14px",
        "bottomLeft": "14px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#2364EF",
      "textColor": "#FAFAFA",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#19191A",
      "borderColor": "#E5E5E5",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 3px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221731%22%20height%3D%22930%22%20fill%3D%22none%22%20viewBox%3D%220%200%201731%20930%22%20class%3D%22size-6%20text-primary%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1091.21%20120.815c94.46-61.481%20207.05-95.508%20338.4-52.65%20110.89%2036.186%20187.82%20116.117%20226.88%20234.798%2018.33%2055.719%2026.66%20110.189%2026.5%20162.037h-185.76c.01-.845.02-1.692.01-2.54-2.41-81.024-32.37-141.792-76.43-178.107-43.98-36.26-103.71-49.576-168.92-32.65-51.29%2013.313-99.9%2045.757-145.96%2086.873-43.35%2038.687-83.34%2084.015-120.523%20126.315l.104.109H746.338c-14.963-15.714-29.855-32.023-44.715-48.2-17.537-19.09-35.083-38.052-53.076-56.138-36.056-36.243-73.212-68.244-114.027-89.776-77.933-41.112-152.226-31.212-207.138%207.931-54.334%2038.731-90.821%20106.965-91.933%20186.183H50c.311-152.726%2075.349-282.836%20184.475-354.734%20112.056-73.829%20259.596-85.866%20396.723%201.09%2086.018%2054.546%20159.053%20134.2%20235.113%20219.561%2060.202-67.297%20134.919-151.543%20224.899-210.102%22%20style%3D%22fill%3A%20lab(45.1543%2021.8614%20-77.2504)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1683%20465c-.4%20131.584-55.43%20246.287-140.16%20321.672-118.38%20105.319-294.1%20133.055-455.31%2023.754-77.63-52.633-144.599-124.409-221.218-210.569-87.346%2097.488-184.664%20205.366-304.922%20252.424l-2.919%201.129c-127.2%2048.579-252.921%2031.188-347.796-37.776-94.796-68.907-157.094-188.014-160.57-339.725v-.028Q49.99%20470.421%2050%20465H235.45q-.03%202.131-.027%204.273c3.812%2084.006%2034.739%20143.58%2078.177%20178.625%2043.489%2035.087%20101.313%2047.075%20162.05%2032.539%2052.544-12.576%20101.887-44.732%20148.671-86.086%2044.004-38.897%2084.639-84.905%20122.892-128.432l-.874-.919h239.173c47.858%2050.235%2097.108%20109.582%20153.698%20155.223%2058.71%2047.36%20121.54%2076.588%20192.5%2063.362%2093.84-17.49%20164.58-108.097%20165.52-218.585z%22%20opacity%3D%220.65%22%20style%3D%22fill%3A%20lab(45.1543%2021.8614%20-77.2504)%20!important%3B%20opacity%3A%200.65%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.miniloop.ai/favicon.ico?favicon.79bc9ce2.ico",
    "ogImage": "https://www.miniloop.ai/cover.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which is a strong indicator of being the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try for free",
      "reasoning": "Button #2 'Try for free' uses the vibrant brand color #2364EF and has strong CTA text, making it the primary call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Contact sales",
      "reasoning": "Button #7 'Contact sales' has a different background color (#FFFFFF) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 links to the homepage, which is a strong indicator of being the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles