Most color tools stop at "here are some pretty colors together." Coolors, Adobe Color, Realtime Colors — they're palette pickers. You spin a wheel, get some hexes, copy them, done. They solve the wrong problem.
The hard part was never finding colors. The hard part is turning colors into a system that works in production.
🩺 Diagnostic, Not Decorative
The name says it — it's a prescription. Feed it colors from anywhere (a hex code, an image, a competitor's website URL) and it tells you what's wrong and how to fix it. Balance scans catch saturation outliers. WCAG compliance isn't a sidebar — it's an entire step you can't skip. The health score synthesizes six checkpoints into a single grade.
🏷️ Roles, Not Just Swatches
Every other tool gives you a flat list of colors. PaletteRx makes you assign semantic meaning — Primary, Secondary, Light Base, Dark Base — with priority ordering within each group. That's the difference between "here are 8 colors" and "here's a design system." The roles flow directly into exports.
↓ 33 Exports That Actually Work
Not hex lists in different syntax. The Bricks export is real JSON the Color Manager imports. ACSS maps roles to their 6-slot system intelligently. Etch decomposes every color into H/S/L and R/G/B channels. theme.json is valid WordPress config. Each format matches what that platform actually expects.
🖌️ Live Theme — See It Instantly
The entire app UI re-skins itself in real-time to your palette — including while you drag the color picker. Then the demo website preview renders a full SaaS landing page in your colors, or fetches any URL and re-themes it live.
🌐 Website Color Extraction
Other tools give you an eyedropper. PaletteRx fetches raw CSS, clusters colors algorithmically, extracts design tokens, and presents them in three tiers — all unique colors, core palette clusters, and CSS variable tokens. Cherry-pick individual colors into your working palette.
🔒 Zero Backend, Total Privacy
Everything lives in your browser's localStorage. No accounts, no databases, no subscriptions. Your palette data never touches a server. It's fast, private, and free — removing every barrier to adoption.