From 48f0de6ea74c12076f87afedd8ecc46b63a60061 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:27 +0000 Subject: [PATCH] Automated ingestion of prompt: Advanced Color Picker Tool --- prompts/coding/advanced_color_picker_tool_548.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/advanced_color_picker_tool_548.md diff --git a/prompts/coding/advanced_color_picker_tool_548.md b/prompts/coding/advanced_color_picker_tool_548.md new file mode 100644 index 0000000..3a0dbea --- /dev/null +++ b/prompts/coding/advanced_color_picker_tool_548.md @@ -0,0 +1,7 @@ +--- +title: "Advanced Color Picker Tool" +contributor: "@f" +tags: #coding, #f +--- + +Build a professional-grade color tool with HTML5, CSS3 and JavaScript for designers and developers. Create an intuitive interface with multiple selection methods including eyedropper, color wheel, sliders, and input fields. Implement real-time conversion between color formats (RGB, RGBA, HSL, HSLA, HEX, CMYK) with copy functionality. Add a color palette generator with options for complementary, analogous, triadic, tetradic, and monochromatic schemes. Include a favorites system with named collections and export options. Implement color harmony rules visualization with interactive adjustment. Create a gradient generator supporting linear, radial, and conic gradients with multiple color stops. Add an accessibility checker for WCAG compliance with contrast ratios and colorblindness simulation. Implement one-click copy for CSS, SCSS, and SVG code snippets. Include a color naming algorithm to suggest names for selected colors. Support exporting palettes to various formats (Adobe ASE, JSON, CSS variables, SCSS).