color-palette-extractor

Extract dominant and complementary color palettes from images and websites.

276|46|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/nicepkg/ai-workflow --skill color-palette-extractor-nicepkg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: color-palette-extractor
Source: https://github.com/nicepkg/ai-workflow/tree/main/workflows/talk-to-slidev-workflow/.claude/skills/color-palette-extractor
Command: npx skills add https://github.com/nicepkg/ai-workflow --skill color-palette-extractor-nicepkg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of extracting color palettes from various sources, generating harmonious schemes, and exporting them in multiple formats, saving designers and developers significant time.

Core Features & Use Cases

  • Multi-Source Extraction: Works with image files, website URLs, screenshots, and design mockups.
  • Palette Generation: Creates primary, extended, and scaled palettes.
  • Color Harmony: Generates complementary, analogous, triadic, and other schemes.
  • Format Export: Outputs in HEX, RGB, HSL, Tailwind CSS, CSS variables, SCSS, JSON, and more.
  • Accessibility Checks: Includes WCAG contrast ratio analysis and color blindness simulation.
  • Use Case: A user provides a screenshot of a website and asks for a Tailwind CSS color palette based on its dominant colors.

Quick Start

Extract the color palette from the provided image URL.

Frequently Asked Questions about color-palette-extractor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract a color palette from an image and export it as Tailwind CSS variables?

To extract a color palette from an image, you provide the image file or URL to the Skill. It analyzes the image to identify dominant and complementary colors, then generates a harmonious color scheme exported directly as Tailwind CSS variables and configuration code.

Can I generate color schemes from a website URL?

Yes, you can generate color schemes from a website URL. The Skill uses web scraping techniques to analyze the target website, extract its dominant colors, and group them into primary, extended, and scaled palettes ready for design use.

What color formats are supported when exporting an extracted color palette?

Extracted color palettes can be exported in multiple formats including HEX, RGB, HSL, Tailwind CSS, CSS variables, SCSS, and JSON. This allows direct integration into various design and development workflows without manual conversion.

Does the palette extractor include accessibility checks for color contrast?

Yes, the palette extractor includes built-in accessibility checks. It performs WCAG contrast ratio analysis on the generated color combinations and provides color blindness simulation to ensure your design meets accessibility standards.

What is the best way to create a harmonious color palette from an existing design mockup?

The best way to create a harmonious color palette from a design mockup is to input the mockup file into the extractor. It identifies dominant colors and automatically generates complementary, analogous, and triadic color schemes based on color harmony analysis.

How does color extraction work when processing multiple design inputs?

Color extraction works by utilizing image analysis and web scraping techniques to process multiple design inputs like screenshots and mockups. It identifies and groups dominant and complementary colors from the provided sources to build a unified palette.