Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.48 KB

README.md

File metadata and controls

30 lines (21 loc) · 2.48 KB

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!