The colors of axes can be controlled via the set axescolor. The following example would set axes to be drawn in blue:
set axescolor blue
Any of the color names listed in Section 7.4 can be used, as can any object of type color, e.g. rgb(0.2,0.1,0.8).