Home · Branding · Moots AI

Moots AI Brand Identity

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

Download JSON
Primary
#B8755E
Accent
#B8755E
Body Font
DM Sans
Heading
Playfair Display

Color Palette

Brand palette extracted from https://www.moots.ai/.

primary
#B8755E
rgb(184, 117, 94)
secondary
#2F4F3F
rgb(47, 79, 63)
accent
#B8755E
rgb(184, 117, 94)
background
#FAF9F7
rgb(250, 249, 247)
textPrimary
#1C1C1E
rgb(28, 28, 30)
link
#F0E5E0
rgb(240, 229, 224)

Typography

Each font links to its Google Fonts page where available.

primary
DM Sans
heading
Playfair Display
Playfair Display Google Fonts →
Playfair Display, 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

Moots AI favicon
Favicon
Moots AI social image
Social Card

UI Components

Live previews rendered using Moots AI's actual button styles.

buttonPrimary
background #B8755E textColor #FFFFFF borderRadius 28px shadow rgba(184, 117, 94, 0.25) 0px 8px 20px 0px
buttonSecondary
background #FAF9F7 textColor #B8755E borderColor #B8755E borderRadius 28px shadow none

Brand Personality

Tone: modern Energy: medium Audience: event organizers and businesses

Moots AI Brand in the Wild

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

Frequently Asked Questions

What is Moots AI's primary brand color?

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

What font does Moots AI use?

Moots AI uses DM Sans for body text and Playfair Display for headings. Fonts were detected on https://www.moots.ai/ as part of their live design system.

Does Moots AI use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://www.moots.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 Moots AI.

Methodology

Brand data on this page was extracted from https://www.moots.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 Moots AI.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    },
    {
      "family": "Playfair Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#B8755E",
    "secondary": "#2F4F3F",
    "accent": "#B8755E",
    "background": "#FAF9F7",
    "textPrimary": "#1C1C1E",
    "link": "#F0E5E0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "Playfair Display"
    },
    "fontStacks": {
      "heading": [
        "Playfair Display",
        "serif"
      ],
      "body": [
        "DM Sans",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "52px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#B8755E",
      "textColor": "#FFFFFF",
      "borderRadius": "28px",
      "borderRadiusCorners": {
        "topLeft": "28px",
        "topRight": "28px",
        "bottomRight": "28px",
        "bottomLeft": "28px"
      },
      "shadow": "rgba(184, 117, 94, 0.25) 0px 8px 20px 0px"
    },
    "buttonSecondary": {
      "background": "#FAF9F7",
      "textColor": "#B8755E",
      "borderColor": "#B8755E",
      "borderRadius": "28px",
      "borderRadiusCorners": {
        "topLeft": "28px",
        "topRight": "28px",
        "bottomRight": "28px",
        "bottomLeft": "28px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.moots.ai/favicon.ico",
    "ogImage": "https://www.moots.ai/api/og?type=homepage"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The candidate logo is too small and lacks clear branding elements. It does not effectively represent the brand 'Moots'.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get Started Free",
      "reasoning": "Button #0 'Get Started Free' uses the vibrant brand color #B8755E, making it the most prominent CTA. The text is action-oriented, encouraging users to begin using the service."
    },
    "secondary": {
      "index": 3,
      "text": "Book a Demo",
      "reasoning": "Button #8 'Book a Demo' has a different background color (#FAF9F7) and serves as a secondary action, offering an alternative engagement option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "event organizers and businesses"
  },
  "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": -1,
        "selectedLogoReasoning": "The candidate logo is too small and lacks clear branding elements. It does not effectively represent the brand 'Moots'.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles