llms.txt
Corvus Robotics Brand Identity
A complete profile of Corvus Robotics's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #32A2F8 |
| Accent | #32A2F8 |
| Body Font | Nunito Sans |
| Heading Font | Nunito Sans |
Color Palette
- primary: #32A2F8
- secondary: #688195
- accent: #32A2F8
- background: #FFFFFF
- textPrimary: #000000
- link: #007BFF
Typography
- primary: Nunito Sans — https://fonts.google.com/specimen/Nunito+Sans
- heading: Nunito Sans — https://fonts.google.com/specimen/Nunito+Sans
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=#32A2F8, textColor=#FFFFFF, borderRadius=11.2px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: warehouse and logistics professionals
Corvus Robotics Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Staci Americas Goes Lights-Out With Corvus One, Saving Costs and Space
- Image:
- Source: Source
- MSI Surfaces boosts inventory accuracy with Corvus Robotics drones
- Image:
- Source: Source
- Corvus Robotics at ProMat 2025
- Image:
- Source: Source
Working with these fonts
Not found on Google Fonts? Here are some instructions that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around to capture the font URLs.
- Download the font files locally.
- Copy out the matching @font-face declarations from the CSS.
Only do this if you have permission to use the brand assets.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Nunito Sans",
"role": "body"
}
],
"colors": {
"primary": "#32A2F8",
"secondary": "#688195",
"accent": "#32A2F8",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#007BFF"
},
"typography": {
"fontFamilies": {
"primary": "Nunito Sans",
"heading": "Nunito Sans"
},
"fontStacks": {
"heading": [
"Nunito Sans",
"sans-serif"
],
"body": [
"Nunito Sans",
"sans-serif"
],
"paragraph": [
"Nunito Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "32px",
"body": "18.4px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"buttonPrimary": {
"background": "#32A2F8",
"textColor": "#FFFFFF",
"borderRadius": "11.2px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "0px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.corvus-robotics.com/assets/imgs/logos/Corvus_Robotics_Logo_New.svg",
"favicon": "https://www.corvus-robotics.com/favicon-v2.ico",
"ogImage": null,
"logoHref": "/",
"logoAlt": "corvus robotics"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "warehouse and logistics professionals"
},
"designSystem": {
"framework": "bootstrap",
"componentLibrary": ""
}
}