You want them all to come on at the same time and drop out at different rates?
Code:
PORTB = %11111111
PAUSE XXX
PORTB = %11111110
PAUSE XXX
PORTB = %11111100
...
LOOP OVER...
Something like that?