https://adevade.github.io/color-scheme-generator/
When you just need some UI colors, fast.
https://adevade.github.io/color-scheme-generator/
color-scheme color-theme generator hacktoberfest
Last synced: about 1 year ago
JSON representation
When you just need some UI colors, fast.
- Host: GitHub
- URL: https://adevade.github.io/color-scheme-generator/
- Owner: adevade
- License: mit
- Created: 2018-03-02T17:39:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T06:47:10.000Z (over 2 years ago)
- Last Synced: 2025-03-19T21:39:50.430Z (about 1 year ago)
- Topics: color-scheme, color-theme, generator, hacktoberfest
- Language: HTML
- Homepage: https://adevade.github.io/color-scheme-generator/
- Size: 1.91 MB
- Stars: 85
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Color Scheme Generator

## Usage
Go to [adevade.github.io/color-scheme-generator](https://adevade.github.io/color-scheme-generator).
Enter a brand color, or randomly generate one, and the rest of the colors will match. The grays also subtly tints with your brand color.
The input accepts most color formats, for example:
- Hex - `#f93, FF9933`
- RGB - `rgb(255, 200, 50)`
- HSL - `hsl(10, 66%, 70%)`
- Named CSS colors - `tomato, royalBlue`
## Contributing
Feel free to submit issues or pull requests with ideas, suggestions and improvements! ❤