pastel

Generate, analyze, convert and manipulate colors from the CLI

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool to generate, analyze, convert and manipulate colors

Commands

pastel

Examples

Generate a random color$ pastel random
Convert a hex color to RGB format$ pastel format rgb '#FF5733'
Lighten a color by 20%$ pastel lighten 0.2 '#FF5733'