Skip to content

generating color palettes and tools for frontend developers from CLI

License

Notifications You must be signed in to change notification settings

nehemiah-negussie/hexCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexCLI

This tool allows you to easily create color palettes for your designs by choosing from a variety of color schemes. Simply use the generate command and specify the --scheme flag with your desired color scheme.

To gain a full experience, use a Terminal with support for true color so you can have outputs like this:

You can choose from the following options:

  • Monochromatic: Creates a unified look by using variations of a single hue. Great for single page design.
  • Analogous: Uses colors that are adjacent to each other on the color wheel, creating a harmonious and cohesive look.
  • Complementary: Uses colors that are opposite each other on the color wheel, creating a bold, high-contrast look.
  • Triadic: Uses colors that are evenly spaced around the color wheel. Great for high contrast designs.
  • Square: Uses four colors that are evenly spaced around the color wheel. Useful for finding a base color to work off of.

Here's an example of how to use the generate command to create a monochromatic color palette:

hexcli generate --scheme=M

You can also use the --info flag to get more information about the different color schemes and their common applications.

Try it out and see what beautiful color palettes you can create!

About

generating color palettes and tools for frontend developers from CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages