Converts hexadecimal color codes to their closest matching CSS color names.
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.