werkbank
    Preparing search index...

    Function generateGreys

    • Generates a scale of grey colors based on a hue.

      Parameters

      • hue: string | number

        The hue to tint the greys with.

      Returns {
          "100": string;
          "200": string;
          "300": string;
          "400": string;
          "50": string;
          "500": string;
          "600": string;
          "700": string;
          "800": string;
          "900": string;
      }

      An object mapping shade keys (50-900) to OKLCH color strings.