Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 677 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 677 Bytes

Color Scheme Generator

Generated Colors

Usage

Go to 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! ❤