1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/common/pastel.md
2019-10-25 09:12:19 +01:00

24 lines
499 B
Markdown

# pastel
> Generate, analyze, convert and manipulate colors.
> More information: <https://github.com/sharkdp/pastel>.
- Convert colors from one format to another. Here from RGB to HSL:
`pastel format {{hsl}} {{ff8000}}`
- Show and analyze colors on the terminal:
`pastel color "{{rgb(255,50,127)}}"`
- Pick a color from somewhere on the screen:
`pastel pick`
- Generate a set of N visually distinct colors:
`pastel distinct {{8}}`
- Get a list of all X11 / CSS color names:
`pastel list`