extract_brand_dna

Extract colors, fonts, logos, and design tokens from any site

Overview

Your clone should look and feel like the original. This tool extracts the complete visual identity from a live WordPress site — colors, fonts, logo URLs, spacing patterns, and UI component styles — including styles loaded by JavaScript.

How It Works

  1. Fetches the target WordPress site's homepage and renders it fully, including JavaScript.
  2. Extracts primary, secondary, and accent colors from stylesheets and inline styles.
  3. Identifies font families, sizes, and weights used across the site.
  4. Locates logo images and favicon URLs.
  5. Analyzes JavaScript-rendered content to catch dynamically-loaded branding.

Input Parameters

ParameterTypeRequiredDescription
url string required The homepage URL of the site to analyze

What You Get Back

Example Use Case

Before building your React clone, run this on the original WordPress site. It returns the exact hex colors, Google Font names, and logo URLs so your Tailwind config matches perfectly from day one.

Tips

Run this early in your cloning project — it informs your design system setup.
JavaScript-rendered styles are included automatically, so nothing gets missed.
The output includes CSS custom property names, so you can map them directly to Tailwind or CSS variables.

Related Tools