presumably you want to do the above in reverse. without any delay between setting each LED, just the color sequence can be reversed. So the above code needs to be duplicated and the color sequence reversed
for( int colorStep=256; colorStep>0; colorStep--) {