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

Typography

Visual Assets

UI Components

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.

Working with these fonts

Not found on Google Fonts? Here are some instructions that can help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and click around to capture the font URLs.
  4. Download the font files locally.
  5. 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": ""
 }
}