diff --git a/CI-ColorWebs/wwwroot/js/site.js b/CI-ColorWebs/wwwroot/js/site.js
index 4e54593d99c0f6226cc43cd53485568880cc4589..771e6b48ed8e80e27e2c497aeb71df51f91113e9 100644
--- a/CI-ColorWebs/wwwroot/js/site.js
+++ b/CI-ColorWebs/wwwroot/js/site.js
@@ -6,7 +6,7 @@ const canvas = document.querySelector("canvas");
 const context = canvas.getContext("2d");
 const cre = () => {
     var ranColor = [];
-    const namesFirst = ["Beautiful ", "Splash of ", "Colorful ", "Dreary ", "Radiant " ,"Vibrant ", "Awe Struck ", "Taste of ", "True "];
+    const namesFirst = ["Beautiful ", "Splash of ", "Colorful ", "Dreary ", "Radiant " ,"Vibrant ", "Awe Struck ", "Taste of ", "True ", "Fresh", "Vivid", "Daring", "Sweet";
     const namesLast = ["Morning", "Color", "Dreams", "Inspiration", "Wonder", "Midnight", "Hue" , "Paradise", "Passion"];
     const genNameFirst = namesFirst[Math.floor(Math.random() * 9)];
     const genNameLast = namesLast[Math.floor(Math.random() * 9)];
diff --git a/CI-ColorWebs/wwwroot/js/truepalette.js b/CI-ColorWebs/wwwroot/js/truepalette.js
index 22b96f9028cc0285a56e3a9724aa51eea4920b09..b2593c98ff0fa9e66e788e43e18498882cbe15eb 100644
--- a/CI-ColorWebs/wwwroot/js/truepalette.js
+++ b/CI-ColorWebs/wwwroot/js/truepalette.js
@@ -63,7 +63,7 @@ const bre = () => {
     {
         leColor.push(words[i]);
     }
-    const namesFirst = ["Beautiful ", "Splash of ", "Colorful ", "Dreary ", "Radiant " ,"Vibrant ", "Awe Struck ", "Taste of ", "True "];
+    const namesFirst = ["Beautiful ", "Splash of ", "Colorful ", "Dreary ", "Radiant " ,"Vibrant ", "Awe Struck ", "Taste of ", "True ", "Fresh", "Vivid", "Daring", "Sweet"];
     const namesLast = ["Morning", "Color", "Dreams", "Inspiration", "Wonder", "Midnight", "Hue" , "Paradise", "Passion"];
     const genNameFirst = namesFirst[Math.floor(Math.random() * 9)];
     const genNameLast = namesLast[Math.floor(Math.random() * 9)];