coderabbit.json
CodeRabbit Brand Identity
A complete profile of CodeRabbit's visual system — colors, typography, components, and personality — extracted from https://www.coderabbit.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/coderabbit
- Machine-readable JSON: https://characterquilt.com/branding/coderabbit.json
- Per-page llms.txt: https://characterquilt.com/branding/coderabbit/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #CBCCDC |
| Accent | #FF570A |
| Body Font | IBM Plex Mono |
| Heading Font | IBM Plex Mono |
Color Palette
- primary: #CBCCDC
- secondary: #ABA7B6
- accent: #FF570A
- background: #09080C
- textPrimary: #09080C
- link: #FF570A
Typography
- primary: IBM Plex Mono — https://fonts.google.com/specimen/IBM+Plex+Mono
- heading: IBM Plex Mono — https://fonts.google.com/specimen/IBM+Plex+Mono
Visual Assets
- Logo: https://www.coderabbit.ai/images/logo-dark.svg?dpl=dpl_4EGaXfdbadu5Dvw7KvvswknjNbQ6
- Favicon: https://www.coderabbit.ai/favicon.ico?favicon.0qlxkc7-4aq~r.ico
- Social card (og:image): https://victorious-bubble-f69a016683.media.strapiapp.com/og_home_3a0c2bf16f.png
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#09080C, textColor=#FF570A, borderColor=#FF570A, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=4px, shadow=rgb(255, 255, 255) 0px 0px 0px 2px inset, rgba(0, 0, 0, 0.2) 0px 0px 0px 3px inset, rgba(0, 0, 0, 0.2) 0px 0px 10px 0px inset
Brand Personality
Tone: modern · Energy: medium · Audience: developers and tech companies
CodeRabbit Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- CodeRabbit CLI | CLIでのAIコードレビュー
- CodeRabbit blog | AI code reviews & tech insights
- CodeRabbit Documentation - AI code reviews on pull requests, IDE, and CLI
- CodeRabbit blog | AI code reviews & tech insights
- Measuring what matters in the age of AI-assisted development
- Our 10 best posts of the year: A CodeRabbit roundup
Working with these fonts
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.