From 3d9b1d58b3d5a4deb7bb0170d7250b1933ff38de Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Fri, 25 Oct 2019 10:12:19 +0200 Subject: [PATCH] pastel: add page (#3443) --- pages/common/pastel.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/pastel.md diff --git a/pages/common/pastel.md b/pages/common/pastel.md new file mode 100644 index 000000000..e519b7e20 --- /dev/null +++ b/pages/common/pastel.md @@ -0,0 +1,24 @@ +# pastel + +> Generate, analyze, convert and manipulate colors. +> More information: . + +- 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`