Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 2.6 KB

README-EN.md

File metadata and controls

56 lines (34 loc) · 2.6 KB

GHS Color: Open Source Color Management Library

English| 中文

GHS Color is an open-source color manager developed by Garbage Human Studio, designed to provide a convenient platform for designers, developers, and anyone in need of color inspiration. It not only boasts a rich color library, but also supports copying various color formats and a favorites feature, allowing you to easily manage and use your favorite colors. 🎉

Light Mode

Dark Mode

Features

  • Rich and Customizable Color Library: You can freely add your own colors in the js code for unified management. 🌈
  • Multiple Color Format Support: Just add the HEX format, and you can easily copy HEX, RGB, and HSL formats for use in various software with one click. 🎨
  • Favorites Feature: One-click favorite your preferred colors. ❤️
  • Theme and Language Switching: Switch between light and dark themes, with support for both English and Chinese. 🌐
  • Smooth Animation Effects: Enhance your user experience. ✨

Development Guide

This application is a pure front-end application built using HTML, CSS, and JavaScript, and can be run directly in a browser without the need for a back-end server.

Deploying on Vercel

The Vercel platform provides a simple and easy-to-use Serverless deployment solution.

If you are an individual developer, I recommend deploying this project on Vercel.

Contribution

Bug reports and improvement suggestions are welcome. If you would like to contribute to this project, feel free to submit a Pull Request.

GHS Color is still under development, and we need and accept more color libraries.

If you have good color ideas, you can submit a Pull Request using the following format:

    {
        name: "Box Yellow",
        nameZh: "盒子黄",
        hex: "#f6dc50",
        description: "The exclusive yellow color of BoxWorld, the logo color of GHS.",
        descriptionZh: "盒王的专属黄色,GHS的标志颜色。",
        temperature: "warm"
    }

License

This project is licensed under the MIT License.

Star History

Star History Chart