# PullRequest Brand Identity

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

## Color Palette

Brand palette extracted from http://www.pullrequest.com.

- **primary**: `#1832FE`
- **secondary**: `#28557A`
- **accent**: `#F922A3`
- **background**: `#FFFFFF`
- **textPrimary**: `#000000`
- **link**: `#F922A3`

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Arial [Google Fonts →](https://fonts.google.com/specimen/Arial)
- **heading**: Arial [Google Fonts →](https://fonts.google.com/specimen/Arial)

## Visual Assets

## UI Components

Live previews rendered using PullRequest's actual button styles.

### Button Primary

```json
{
  "background": "#1832FE",
  "textColor": "#FFFFFF",
  "borderColor": "#1832FE",
  "borderRadius": "3px",
  "shadow": "none"
}
```

### Button Secondary

```json
{
  "background": "#000000",
  "textColor": "#F8F9FA",
  "borderColor": "#F8F9FA",
  "borderRadius": "3px",
  "shadow": "none"
}
```

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** developers and security professionals

## Frequently Asked Questions

1. **What is PullRequest's primary brand color?**  
   PullRequest's primary brand color is `#1832FE`.

2. **What accent color does PullRequest use?**  
   PullRequest uses `#F922A3` as an accent color.

3. **What font does PullRequest use?**  
   PullRequest uses Arial as the primary typeface.

4. **Does PullRequest use a light or dark theme?**  
   PullRequest's primary site uses a light color scheme, with a background of `#FFFFFF`.

5. **Where can I find PullRequest's logo?**  
   PullRequest's logo is available directly on their site (http://www.pullrequest.com).

6. **How was this brand profile generated?**  
   This profile was extracted using the Firecrawl branding extraction API from http://www.pullrequest.com.
