调色板生成器
無料オンラインColor Palette。画像やデザインから美しい配色を自動抽出し、HEX・RGB・HSLコードをすぐに取得できる無料ツールです。デザイナーやクリエイターに欠かせない機能を備えています。提供:clawam.com。
使い方
機能
- 主色提取:简化 K-means(5-8 色)
- 6 种配色方案:互补/三色/类比/分裂互补/四色/单色
- 支持手动输入基准色
- 导出 CSS/Tailwind 变量
利用シーン
- 设计取色/品牌配色/UI 主题
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/color_palette/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/color_palette/schema.json // Step 2: 在浏览器中执行工具逻辑 // 调色板 在工具页 JS 中实现