Home · Branding · Voodoo Manufacturing

Voodoo Manufacturing Brand Identity

A complete profile of Voodoo Manufacturing's visual system — colors, typography, components, and personality — extracted from http://www.voodoomfg.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#00A3E8
Accent
#7300FF
Body Font
Niveau Grotesk
Heading
Neue Kabel W01

Color Palette

Brand palette extracted from http://www.voodoomfg.com.

primary
#00A3E8
rgb(0, 163, 232)
secondary
#01C9AD
rgb(1, 201, 173)
accent
#7300FF
rgb(115, 0, 255)
background
#2D2D36
rgb(45, 45, 54)
textPrimary
#2D2D36
rgb(45, 45, 54)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Niveau Grotesk
Niveau Grotesk Google Fonts →
heading
Neue Kabel W01
Neue Kabel W01 Google Fonts →
Neue Kabel W01, Verdana, 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

Voodoo Manufacturing logo
Logo
Voodoo Manufacturing favicon
Favicon
Voodoo Manufacturing social image
Social Card

UI Components

Live previews rendered using Voodoo Manufacturing's actual button styles.

buttonPrimary
background #7300FF textColor #FFFFFF borderRadius 6px shadow none
buttonSecondary
background #00A3E8 textColor #E0E0E1 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy professionals and businesses looking for 3D printing services

Voodoo Manufacturing Brand in the Wild

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

Frequently Asked Questions

What is Voodoo Manufacturing's primary brand color?

Voodoo Manufacturing's primary brand color is #00A3E8. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Voodoo Manufacturing use?

Voodoo Manufacturing uses #7300FF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Voodoo Manufacturing use?

Voodoo Manufacturing uses Niveau Grotesk for body text and Neue Kabel W01 for headings. Fonts were detected on http://www.voodoomfg.com as part of their live design system.

Does Voodoo Manufacturing use a light or dark theme?

Voodoo Manufacturing's primary site uses a dark color scheme, with a background of #2D2D36.

Where can I find Voodoo Manufacturing's logo?

Voodoo Manufacturing's logo is available directly on their site (http://www.voodoomfg.com). 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 http://www.voodoomfg.com 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 Voodoo Manufacturing.

Methodology

Brand data on this page was extracted from http://www.voodoomfg.com 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 Voodoo Manufacturing.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Niveau Grotesk",
      "role": "body"
    },
    {
      "family": "Neue Kabel W01",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#00A3E8",
    "secondary": "#01C9AD",
    "accent": "#7300FF",
    "background": "#2D2D36",
    "textPrimary": "#2D2D36",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Niveau Grotesk",
      "heading": "Neue Kabel W01"
    },
    "fontStacks": {
      "heading": [
        "Neue Kabel W01",
        "Verdana",
        "sans-serif"
      ],
      "body": [
        "Niveau Grotesk",
        "Verdana",
        "sans-serif"
      ],
      "paragraph": [
        "Niveau Grotesk",
        "Verdana",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "70px",
      "h2": "45px",
      "body": "22px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#7300FF",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#00A3E8",
      "textColor": "#E0E0E1",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/5f5c172b7b486377ac7582d2/5f5eaced7557c1bb20df59a9_Logo.svg",
    "favicon": "https://cdn.prod.website-files.com/5f5c172b7b486377ac7582d2/5f5eef5ff3638cec40ecb147_favicon.ico",
    "ogImage": "https://cdn.prod.website-files.com/5f5c172b7b486377ac7582d2/5f5eeaefeee0ea5912b01a29_open%20graph.jpg",
    "logoHref": "/",
    "logoAlt": "Voodoo Manufacturing logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'Voodoo Manufacturing'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 with text 'Get Started' uses a vibrant brand color (#7300FF) and has action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Learn More",
      "reasoning": "Button #1 with text 'Learn More' uses a different vibrant color (#00A3E8) and serves as a secondary action, providing additional information."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy professionals and businesses looking for 3D printing services"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'Voodoo Manufacturing'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles