Palette from URL

This tool needs a server — and it's on its way!

The Palette from URL tool will let you paste any website URL and automatically extract a color palette from the page's CSS, images, and design tokens.

Because this requires fetching and parsing remote pages, it needs a backend server component (e.g., an Astro API endpoint or a separate worker) to handle CORS, fetch the page, and run color extraction algorithms.

What's planned:

  • 🌐 Paste any URL and extract the dominant colors
  • 🎨 Detect CSS custom properties and Tailwind theme colors
  • 🖼 Analyze favicon and Open Graph images for brand colors
  • 📊 Generate a full palette with accessibility checks
  • 📋 Export as CSS variables, JSON, or Tailwind config

Estimated release: TBD — this will ship once the backend infrastructure is in place. Star or watch the repository to stay updated.

https://example.com Extract Palette →