# Prompt Brand Identity

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

## Color Palette

Brand palette extracted from https://www.getprompt.app/.  
**Primary:** #111827  
**Secondary:** #6B7280  
**Accent:** #2D5BFF  
**Background:** #FAFBFC  
**Text Primary:** #2D5BFF  
**Link:** #2D5BFF

## Typography

Each font links to its Google Fonts page where available.  
**Primary:** Inter  
**Heading:** Inter

## Visual Assets

Logo  
  
Favicon

## UI Components

Live previews rendered using Prompt's actual button styles.

**Button Primary**  
- Background: #2D5BFF  
- Text Color: #FFFFFF  
- Border Radius: 10px  
- Shadow: none

**Button Secondary**  
- Background: #FAFBFC  
- Text Color: #111827  
- Border Color: #FFFFFF  
- Border Radius: 10px  
- Shadow: none

## Brand Personality

**Tone:** modern  
**Energy:** medium  
**Audience:** developers and tech enthusiasts

## Prompt Brand in the Wild

Image: [learnprompting.org](https://learnprompting.org/blog/the_prompt_report/taxonomy.webp)  
Source: [learnprompting.org](https://learnprompting.org/blog/the_prompt_report?srsltid=AfmBOoq6jDIRybImLe0cf-rgzKBUl-mXBg5Q6C3oGMCgsTE7VSsht3dy)

Image: [s3-alpha.figma.com](https://s3-alpha.figma.com/hub/file/2248451925906955149/2297dcb0-2317-4967-8a1b-f81940147a14-cover.png)  
Source: [figma.com](https://www.figma.com/community/file/1534222284838453892/prompt-generator-landing-page-website-designs-free-website-templates-web-design-inspiration)

Image: [i.etsystatic.com](https://i.etsystatic.com/59409999/r/il/b9e215/6904051580/il_fullxfull.6904051580_fad6.jpg)  
Source: [etsy.com](https://www.etsy.com/listing/4313579655/ai-landing-page-prompt-pack-write-high)

Image: [promptplaza.store](http://promptplaza.store/cdn/shop/files/PortraitAdGeneratorforBrands-ChatGPTPrompt.webp?v=1748704600)  
Source: [promptplaza.store](https://promptplaza.store/products/portrait-ads-for-brands-chatgpt-prompt?srsltid=AfmBOor-sy8mP0wUUF7aFq2FKxVpSTQplzxKebYBnZNsObqSxKkjiuoX)

## Frequently Asked Questions

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

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

**What font does Prompt use?**  
Prompt uses Inter as the primary typeface across body and headings.

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

**Where can I find Prompt's logo?**  
Prompt's logo is available directly on their site (https://www.getprompt.app/). 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://www.getprompt.app/ 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 Prompt.

## Methodology

Brand data on this page was extracted from [https://www.getprompt.app/](https://www.getprompt.app/) 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 Prompt.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {"family": "Inter", "role": "body"},
    {"family": "Outfit", "role": "unknown"}
  ],
  "colors": {
    "primary": "#111827",
    "secondary": "#6B7280",
    "accent": "#2D5BFF",
    "background": "#FAFBFC",
    "textPrimary": "#2D5BFF",
    "link": "#2D5BFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": ["Inter"],
      "body": ["Inter"],
      "paragraph": ["Inter"]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "20px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2D5BFF",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FAFBFC",
      "textColor": "#111827",
      "borderColor": "#FFFFFF",
      "borderRadius": "10px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://getprompt.app/assets/images/GetPromptLogo-1770953730661.png",
    "favicon": "https://getprompt.app/assets/images/GetPromptLogo-1770953730661.png",
    "ogImage": null,
    "logoHref": "/admin/dashboard",
    "logoAlt": "GetPrompt Logo"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech enthusiasts"
  }
}
```
