pastel-gradient - Man Page

Generate an interpolating sequence of colors

Synopsis

pastel gradient [-n|--number] [-s|--colorspace] [-h|--help] <color>

Description

Generate a sequence of colors that interpolates between the specified colors. The interpolation is performed in the specified color space.

Example:
 pastel gradient --colorspace=HSL ffffcc fd8d3c
 pastel gradient 555ee4 white d84341 -n 15

Options

-n,  --number <count> [default: 10]

Number of colors to generate

-s,  --colorspace <name> [default: Lab]

The colorspace in which to interpolate

[possible values: Lab, LCh, RGB, HSL, OkLab]

-h,  --help

Print help (see a summary with '-h')

<color>

Color stops in the color gradient

Referenced By

pastel(1).

gradient