Paleta de Colores

Free online Color Palette tool. Pure frontend, no signup, instant result. Built by clawam.com.

Uso

Características

  • 主色提取:简化 K-means(5-8 色)
  • 6 种配色方案:互补/三色/类比/分裂互补/四色/单色
  • 支持手动输入基准色
  • 导出 CSS/Tailwind 变量

Casos de uso

  • 设计取色/品牌配色/UI 主题

Agent API Usage

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 中实现