Returns a random pastel variant of the passed in color token.
Pastel colors are those soft hued colors like baby blue,pink and mauve.
Optional
The color to return a pastel variant of.
import { pastel } from '@skchr/color'console.log(pastel("green"))// #036103ff Copy
import { pastel } from '@skchr/color'console.log(pastel("green"))// #036103ff
Returns a random pastel variant of the passed in color token.
Pastel colors are those soft hued colors like baby blue,pink and mauve.