Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 11 days ago
JSON representation

When you just need some UI colors, fast.

Awesome Lists containing this project

README

        

# Color Scheme Generator

![Generated Colors](https://user-images.githubusercontent.com/1066486/56159605-6b020000-5fc5-11e9-951f-b0b631ebd57b.png)

## 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! ❤