You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A JavaScript library created by Me to retrieve color names from HEX color codes. Easily convert color codes to human-readable names for your projects. Published and available on npm. 195+ downloads on npm
Package hexcolor provides tools for working with hex color codes, for the Go programming language. Hex Color Codes look like these: #1B2A34, 1E5AA8, #fd0304, and 00852b.
Simple website displaying a text message that tells you the hex code of the background color. Clicking on the button on the screen/pressing "Enter" or the spacebar generates a new background color and a new hex code.
A React app for generating and managing color palettes. Users can generate random palettes, lock colors, save favorites with names, and copy hex codes. Saved palettes persist via local storage. Features a responsive design for smooth user interaction.