https://github.com/tecdrop/color_hap
Endless random colors! An open source random color generator written in Flutter.
https://github.com/tecdrop/color_hap
color flutter flutter-apps generator random random-color random-color-generator
Last synced: 4 months ago
JSON representation
Endless random colors! An open source random color generator written in Flutter.
- Host: GitHub
- URL: https://github.com/tecdrop/color_hap
- Owner: tecdrop
- License: mit
- Created: 2022-11-03T15:17:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T15:44:15.000Z (5 months ago)
- Last Synced: 2026-01-11T04:48:57.750Z (5 months ago)
- Topics: color, flutter, flutter-apps, generator, random, random-color, random-color-generator
- Language: Dart
- Homepage: https://colorhap.tecdrop.com
- Size: 1.69 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ColorHap
[](https://github.com/tecdrop/color_hap/releases)
[](https://colorhap.tecdrop.com/)
[](LICENSE)
[](https://github.com/tecdrop/color_hap)
[](https://pub.dev/packages/flutter_lints)
[](#Contributing)
[](https://github.com/tecdrop/color_hap/releases)
ColorHap is a random color generator for developers and creatives. It allows you to generate a vast array of colors, including basic, web, named, attractive, and true random colors. Stuck on a design decision? Spark your inspiration with unexpected color combinations.
Beyond randomization, ColorHap lets you browse and select specific colors with ease, get precise color information (including hex codes, RGB, HSV, HSL, and more), or save your favorite generated colors for later use. Share color codes and visual swatches directly with collaborators, or simply send yourself colors you discover and like!
Available as a native Android app and a Progressive Web App (PWA), ColorHap runs on multiple platforms without ads or internet access. It's a free and open-source project built with Flutter for exploring endless color possibilities and finding inspiration for any project.

## Try ColorHap
### On any platform
[Run the web app](https://colorhap.tecdrop.com/) and/or install it from your browser on Android, ChromeOS, iOS, Linux, macOS, Windows, etc.
### On Android
## Learn More
* **Blog Post:** [The random color generator: More useful than you think](https://www.tecdrop.com/blog/the-random-color-generator-more-useful-than-you-think/) - Discover a wide range of use cases and surprising applications for a random color generator like ColorHap.
### Development
1. Clone the repo from GitHub
```bash
git clone https://github.com/tecdrop/color_hap
```
2. Install [Flutter](https://docs.flutter.dev/get-started/install)
3. Restore the dependencies
```bash
flutter pub get
```
4. Start the app:
```bash
flutter run
```
## Contributions
Contributions are welcome: code, text, documentation, design, graphics, suggestions. Please fork this repository and contribute back using [pull requests](https://github.com/tecdrop/color_hap/pulls), [submit an issue](https://github.com/tecdrop/color_hap/issues), or [send an email](https://www.tecdrop.com/support/).
## Support Us
ColorHap is free, and we love creating and sharing projects like this with the community. If you find ColorHap useful and want to support Tecdrop, explore our pro apps - they revolve around the simplicity and elegance of solid colors, making them a natural choice for ColorHap users.
| Our Pro Apps | [Pitch Black Wallpaper Pro](https://www.tecdrop.com/pitchblackwallpaperpro/) | [RGB Color Wallpaper Pro](https://www.tecdrop.com/rgbcolorwallpaperpro/) |
| ------------ | ------------------------- | --- |
|
|
**Your support helps us keep creating [free apps](https://www.tecdrop.com/apps/free/)!**
## License
ColorHap is licensed under the [MIT license](LICENSE).

