Bravi Brand: Colors, Fonts, Logo & Visual Identity
Bravi Brand Identity
A complete profile of Bravi's visual system — colors, typography, components, and personality — extracted from https://www.bravi.app/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.bravi.app/.
- primary: #9CA3AF
- rgb: (156, 163, 175)
- secondary: #1A192B
- rgb: (26, 25, 43)
- accent: #18181B
- rgb: (24, 24, 27)
- background: #FDFCFB
- rgb: (253, 252, 251)
- textPrimary: #18181B
- rgb: (24, 24, 27)
- link: #111827
- rgb: (17, 24, 39)
Typography
Each font links to its Google Fonts page where available.
- primary: Manrope ( Google Fonts →)
- heading: Manrope ( Google Fonts →)
{
"Not found on Google Fonts? Agent Instructions": {
"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."
}
}
Visual Assets
Logo
Favicon
Social Card
UI Components
Live previews rendered using Bravi's actual button styles.
Input
- background: #FAFAFA
- textColor: #000000
- borderColor: #E9E9EB
- borderRadius: 6px
- shadow: none
Button Primary
- background: #18181B
- textColor: #D4D4D8
- borderColor: #3F3F46
- borderRadius: 0px
- shadow: none
Button Secondary
- background: #FFFFFF
- textColor: #1A1A1A
- borderColor: #E5E5E5
- borderRadius: 0px
- shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: home service providers
Bravi Brand in the Wild
- Source: bravi.app
- Source: bclozqqnmtatssddbboe.supabase.co
- Source: linkedin.com
- Source: framerusercontent.com
- Source: youtube.com
- Source: apps.shopify.com
Frequently Asked Questions
What is Bravi's primary brand color?
Bravi's primary brand color is #9CA3AF. It anchors the visual identity across their website, product UI, and marketing materials.What accent color does Bravi use?
Bravi uses #18181B as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.What font does Bravi use?
Bravi uses Manrope as the primary typeface across body and headings.Does Bravi use a light or dark theme?
Bravi's primary site uses a light color scheme, with a background of #FDFCFB.Where can I find Bravi's logo?
Bravi's logo is available directly on their site (https://www.bravi.app/).How was this brand profile generated?
This profile was extracted from https://www.bravi.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 Bravi.
Methodology
Brand data on this page was extracted from https://www.bravi.app/ on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Manrope",
"role": "body"
}
],
"colors": {
"primary": "#9CA3AF",
"secondary": "#1A192B",
"accent": "#18181B",
"background": "#FDFCFB",
"textPrimary": "#18181B",
"link": "#111827"
},
"typography": {
"fontFamilies": {
"primary": "Manrope",
"heading": "Manrope"
},
"fontStacks": {
"heading": [
"Manrope",
"sans-serif"
],
"body": [
"Manrope",
"sans-serif"
],
"paragraph": [
"Manrope",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "15px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#FAFAFA",
"textColor": "#000000",
"borderColor": "#E9E9EB",
"borderRadius": "6px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#18181B",
"textColor": "#D4D4D8",
"borderColor": "#3F3F46",
"borderRadius": "0px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#1A1A1A",
"borderColor": "#E5E5E5",
"borderRadius": "0px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.bravi.app/logo.svg?dpl=dpl_AgRhycMhEReQHojYKtrA5MQmvmnP",
"favicon": "https://www.bravi.app/logo.svg",
"ogImage": "https://www.bravi.app/logo.svg",
"logoHref": "/",
"logoAlt": "Bravi Logo"
}
}