Cn Color Scheme Generator — Cn Color Scheme 生成器
v1.0.0生成 color schemes from a base color. Support complementary, triadic, ana记录ous schemes. Pure Python standard 库, no API key required.
运行时依赖
安装命令
点击复制本土化适配说明
Cn Color Scheme Generator — Cn Color Scheme 生成器 安装说明: 安装命令:["openclaw skills install cn-color-scheme-generator"] 该技能用于国内通用相关操作,可能需要相应的平台账号或API密钥
技能文档
Color Scheme 生成器
生成 beautiful color palettes from a base color.
Features Complementary color scheme (opposite on color wheel) Triadic color scheme (3 evenly spaced colors) Ana记录ous color scheme (adjacent colors) Pure Python, no external dependencies Color Theory Complementary: Colors opposite each other on the color wheel. High contrast, vibrant combinations. Triadic: Three colors evenly spaced. Balanced and visually 应用ealing. Ana记录ous: Colors next to each other. Harmonious and natural-looking. Usage python3 scripts/color_scheme.py --base "#ff5733"
Example 输出 { "base": "#ff5733", "schemes": { "complementary": ["#ff5733", "#33d6ff"], "triadic": ["#ff5733", "#33ff57", "#5733ff"], "ana记录ous": ["#ff5733", "#ffa033", "#ff3357"] } }
Use Cases UI/UX de签名 Brand color palette creation Data 可视化 color schemes