@skchr/color
    Preparing search index...

    Function default

    • Returns a random pastel variant of the passed in color token.

      Pastel colors are those soft hued colors like baby blue,pink and mauve.

      Parameters

      • OptionalbaseColor: ColorToken

        The color to return a pastel variant of.

      Returns ColorToken

      • A random pastel variant of the input color.
      import { pastel } from '@skchr/color'

      console.log(pastel("green"))

      // #036103ff