llms.txt

Veracode Brand Identity

A complete profile of Veracode's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #FAD100
Accent #FAD100
Body Font Public Sans
Heading Font Public Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: software developers and IT professionals

Veracode Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Instructions for working with the fonts:

  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.

Machine-Readable Profile

{
 "colorScheme": "dark",
 "fonts": [
 {
  "family": "Public Sans",
  "role": "body"
 }
],
 "colors": {
  "primary": "#FAD100",
  "secondary": "#00B3E6",
  "accent": "#FAD100",
  "background": "#000416",
  "textPrimary": "#000416",
  "link": "#000416"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Public Sans",
   "heading": "Public Sans"
  },
  "fontStacks": {
   "heading": [
    "Public Sans",
    "sans-serif"
   ],
   "body": [
    "Public Sans",
    "sans-serif"
   ],
   "paragraph": [
    "Public Sans",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "62px",
   "h2": "48px",
   "body": "22px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "10px"
 },
 "components": {
  "input": {
   "background": "transparent",
   "textColor": "#FFFFFF",
   "borderColor": null,
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#FAD100",
   "textColor": "#0D1117",
   "borderRadius": "10px",
   "borderRadiusCorners": {
    "topLeft": "10px",
    "topRight": "10px",
    "bottomRight": "10px",
    "bottomLeft": "10px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "transparent",
   "textColor": "#FAD100",
   "borderColor": "#3B3E49",
   "borderRadius": "10px",
   "borderRadiusCorners": {
    "topLeft": "10px",
    "topRight": "10px",
    "bottomRight": "10px",
    "bottomLeft": "10px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.veracode.com/wp-content/uploads/2024/11/veracode_logo.svg",
  "favicon": "https://www.veracode.com/wp-content/themes/berg-theme-child/assets/images/favicon/apple-touch-icon.png",
  "ogImage": "https://www.veracode.com/wp-content/uploads/2025/01/opengraphic-social-image-02.png",
  "logoHref": "https://www.veracode.com",
  "logoAlt": "Veracode"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "software developers and IT professionals"
 },
 "designSystem": {
  "framework": "custom",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}