Home · Branding · Rosebud AI

Rosebud AI Brand Identity

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

Download JSON
Primary
#251507
Accent
#AD46D5
Body Font
Montserrat
Heading
Montserrat

Color Palette

Brand palette extracted from http://rosebud.ai.

primary
#251507
rgb(37, 21, 7)
secondary
#CB52FB
rgb(203, 82, 251)
accent
#AD46D5
rgb(173, 70, 213)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#AD46D5
rgb(173, 70, 213)

Typography

Each font links to its Google Fonts page where available.

primary
Montserrat
heading
Montserrat
Source Code Pro
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

Rosebud AI logo
Logo
Rosebud AI favicon
Favicon
Rosebud AI social image
Social Card

UI Components

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

input
background transparent textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #636363 textColor #8F8F8F borderColor #636363 borderRadius 3.2px shadow none
buttonSecondary
background #0D000A textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: high Audience: game developers and designers

Rosebud AI Brand in the Wild

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

Frequently Asked Questions

What is Rosebud AI's primary brand color?

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

What accent color does Rosebud AI use?

Rosebud AI uses #AD46D5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Rosebud AI use?

Rosebud AI uses Montserrat as the primary typeface across body and headings.

Does Rosebud AI use a light or dark theme?

Rosebud AI's primary site uses a dark color scheme, with a background of #000000.

Where can I find Rosebud AI's logo?

Rosebud AI's logo is available directly on their site (http://rosebud.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 http://rosebud.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 Rosebud AI.

Methodology

Brand data on this page was extracted from http://rosebud.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 Rosebud AI.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Source Code Pro",
      "role": "monospace"
    },
    {
      "family": "Montserrat",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#251507",
    "secondary": "#CB52FB",
    "accent": "#AD46D5",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#AD46D5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Montserrat",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Source Code Pro"
      ],
      "body": [
        "Source Code Pro"
      ],
      "paragraph": [
        "Source Code Pro"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "32px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#636363",
      "textColor": "#8F8F8F",
      "borderColor": "#636363",
      "borderRadius": "3.2px",
      "borderRadiusCorners": {
        "topLeft": "3.2px",
        "topRight": "3.2px",
        "bottomRight": "3.2px",
        "bottomLeft": "3.2px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0D000A",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://rosebud.ai/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Frosebud-icon.0oqusdqtl1t60.png&w=64&q=75",
    "favicon": "https://rosebud.ai/icon-xg4ifa.ico?icon.0d3p2e8o79igb.ico",
    "ogImage": "https://rosebud.ai/assets/rosebud-og-img.jpg?timestamp=1777245998538"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Logo rejected: Red flags detected (UI icon). Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 10,
      "text": "Create",
      "reasoning": "Button #10 ('Create') stands out due to its unique neutral color (#636363) compared to the other buttons, which are all dark. It also has action-oriented text, making it a likely primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "RPG",
      "reasoning": "Button #0 ('RPG') is selected as secondary because it is part of the dark color group (#0D000A) and does not have the 'coming soon' label, making it more actionable than others in the same group."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "game developers and designers"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles