Hello there, the way to fade the UILabels it's very simple:
UILabel label;
label.color = new Color(R,G,B,A);
The only thing you must do it's animate the Alpha Value from the Color and the UILabel will fade out.
Very simple in deed. ;)
If you are working with PlayMaker don't forget to download the NGUI-PlayMaker Actions. 8)