You can use this CSS code to change the color of the Cluster icons:
CSS
.open-user-map .marker-cluster {
background-color: rgba(34,113,177,0.6);
}
.open-user-map .marker-cluster div {
background-color: rgba(34,113,177,1);
}
This code will show the clusters in blue color instead of red.