diff --git a/public/Source/App.js b/public/Source/App.js
index 90093ff15347fef53f65cec94143fbea6dcd3a52..c73f0c2986642d6b715ab6e39f7af81bba23fcde 100644
--- a/public/Source/App.js
+++ b/public/Source/App.js
@@ -94,14 +94,14 @@
 	 	var pvstyle = new Cesium.Cesium3DTileStyle({
          color : {
             conditions : [
-					["(${PVPotential} > 0)  && (${PVPotential} < 5)", "color('#FFFFD4')"],
-					["(${PVPotential} >= 5)  && (${PVPotential} < 10)", "color('#FEE391')"],
-                    ["(${PVPotential} >= 10) && (${PVPotential} < 15)", "color('#FEC44F')"],
-                    ["(${PVPotential} >= 15) && (${PVPotential} < 20)", "color('#FE9929')"],
-                    ["(${PVPotential} >= 20) && (${PVPotential} < 25)", "color('#EC7014')"],
-					["(${PVPotential} >= 25) && (${PVPotential} < 30)", "color('#CC4C02')"],
-                    ["(${PVPotential} >= 30)", "color('#8C2D04')"],
-					["true", "color('#000000')"]
+					["(${PVPotential} > 0)  && (${PVPotential} < 5)", "color('#fc4f00')"],
+					["(${PVPotential} >= 5)  && (${PVPotential} < 10)", "color('#f27600')"],
+                    ["(${PVPotential} >= 10) && (${PVPotential} < 15)", "color('#e29700')"],
+                    ["(${PVPotential} >= 15) && (${PVPotential} < 20)", "color('#cab500')"],
+                    ["(${PVPotential} >= 20) && (${PVPotential} < 25)", "color('#aad000')"],
+					["(${PVPotential} >= 25) && (${PVPotential} < 30)", "color('#7de800')"],
+                    ["(${PVPotential} >= 30)", "color('#00ff00')"],
+					["true", "color('#ff0000')"]
              ]
          },
 		 show: true
@@ -276,4 +276,4 @@ function active3DTilePicker() {
     }, Cesium.ScreenSpaceEventType.LEFT_CLICK);
 }
 
-active3DTilePicker();
\ No newline at end of file
+active3DTilePicker();