🎨 Find the name of the color given a hex, rgb and hsl string! This package provides a function to find the closest color to a given one from an array of colors. It uses the Euclidean distance formula to calculate the distance between colors in the RGB color space.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This JavaScript package provides functions to find the closest named color from a hex, RGB, or HSL color string, using the Euclidean distance formula in RGB color space. It's designed for developers building color pickers, accessibility tools, or applications that need to map colors to human-readable names.