Home · Branding · Velt

Velt Brand Identity

A complete profile of Velt's visual system — colors, typography, components, and personality — extracted from https://velt.dev. Built for designers, agents, and AI tools.

Download JSON
Primary
#0000EE
Accent
#3F11A0
Body Font
Urbanist
Heading
Urbanist

Color Palette

Brand palette extracted from https://velt.dev.

primary
#0000EE
rgb(0, 0, 238)
secondary
#262291
rgb(38, 34, 145)
accent
#3F11A0
rgb(63, 17, 160)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#625DF5
rgb(98, 93, 245)

Typography

Each font links to its Google Fonts page where available.

primary
Urbanist
heading
Urbanist
Urbanist, sans-serif
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:

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.

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.

Visual Assets

Velt logo
Logo
Velt favicon
Favicon
Velt social image
Social Card

UI Components

Live previews rendered using Velt's actual button styles.

buttonPrimary
background #3F11A0 textColor #0000EE borderRadius 6px shadow none
buttonSecondary
background #0D0D0D textColor #0000EE borderRadius 10px shadow none

Brand Personality

Tone: modern Energy: high Audience: B2B professionals

Velt Brand in the Wild

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

Frequently Asked Questions

What is Velt's primary brand color?

Velt's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Velt use?

Velt uses #3F11A0 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Velt use?

Velt uses Urbanist as the primary typeface across body and headings.

Does Velt use a light or dark theme?

Velt's primary site uses a dark color scheme, with a background of #000000.

Where can I find Velt's logo?

Velt's logo is available directly on their site (https://velt.dev). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://velt.dev 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 Velt.

Methodology

Brand data on this page was extracted from https://velt.dev on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Velt.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Urbanist",
      "role": "body"
    },
    {
      "family": "Fira Mono",
      "role": "monospace"
    },
    {
      "family": "IBM Plex Mono",
      "role": "monospace"
    },
    {
      "family": "Inter",
      "role": "unknown"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#262291",
    "accent": "#3F11A0",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#625DF5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Urbanist",
      "heading": "Urbanist"
    },
    "fontStacks": {
      "heading": [
        "Urbanist",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Urbanist",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "52px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "14px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#3F11A0",
      "textColor": "#0000EE",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0D0D0D",
      "textColor": "#0000EE",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/dIC08gnx4q6ah14XC0m5I9e1KJ0.svg?width=675&height=288",
    "favicon": "https://framerusercontent.com/images/vCF2hcxqRxsOmGcdO72Zk3CMbU.svg",
    "ogImage": "https://framerusercontent.com/images/fKXD4tWdcYJRhG0GLv4acqwzsII.png",
    "logoHref": "./",
    "logoAlt": "Velt logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #0 because it has the alt text 'Velt logo', is visible, and links to the homepage, aligning with the brand 'Velt'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Free API Key",
      "reasoning": "Button #2 'Get Free API Key' has a vibrant blue background (#3F11A0) and action-oriented text, making it a strong primary CTA."
    },
    "secondary": {
      "index": 7,
      "text": "Compliance Tools",
      "reasoning": "Button #6 'Compliance Tools' has a different dark background (#0D0D0D) and serves as a secondary action, fitting the criteria for a secondary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "B2B professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it has the alt text 'Velt logo', is visible, and links to the homepage, aligning with the brand 'Velt'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles