Palette
0
Converts hexadecimal color codes to their closest matching CSS color names.
Acerca de
Palette is a command-line tool written in Go that identifies the closest matching CSS color name for any given hexadecimal color code. It operates by calculating the Euclidean distance between the input color's RGB values and a comprehensive predefined list of standard CSS colors, providing its output in a clean, machine-readable JSON format for easy integration with other scripts and systems, including Gemini and Forge MCP servers.
Características Principales
- Can run as a Gemini Model Context Protocol (MCP) server.
- 0 GitHub stars
- Convert any hex color code to its nearest color name.
- Outputs in a clean, machine-readable JSON format.
- Includes a comprehensive list of standard CSS colors.
- Simple and easy-to-use command-line interface.
Casos de Uso
- Identifying color names from hex codes via command line.
- Integrating color lookup functionality into Gemini CLI workflows.
- Leveraging color conversion within Forge MCP automation tasks.