diff --git a/src/styles/admin-circles/_index.scss b/src/styles/admin-circles/_index.scss
index 7ac883df750b81ed4a9abe1357e4bdd8d5c7634b..3fc6e8aa6c4e54158be59fb2e05a62d6c165c171 100644
--- a/src/styles/admin-circles/_index.scss
+++ b/src/styles/admin-circles/_index.scss
@@ -287,7 +287,7 @@
     }
 
     .community-profile-logo {
-      border-bottom: 1px solid #D6CECE;
+      border-bottom: 1px solid #E4E9F1;
     }
 
     hubl-communities-profile-logo {
diff --git a/src/styles/content/_index.scss b/src/styles/content/_index.scss
index 0bca0a62fd822b11b798eb81d988ec78c4c0edfb..115f927023f54635a407c9452378a98944b467bc 100644
--- a/src/styles/content/_index.scss
+++ b/src/styles/content/_index.scss
@@ -124,7 +124,7 @@ main {
 /* Works on Firefox*/
 .scrollbar-nav {
   scrollbar-width: thin;
-  scrollbar-color:#D6CECE var(--color-heading);
+  scrollbar-color:#E4E9F1 var(--color-heading);
 }
 
 /* Works on Chrome, Edge, and Safari */
@@ -138,7 +138,7 @@ main {
   }
 
   &::-webkit-scrollbar-thumb {
-    background-color:#D6CECE;                /* color of the scroll thumb */
+    background-color:#E4E9F1;                /* color of the scroll thumb */
     border-radius: 6px;                        /* roundness of the scroll thumb */
     border: 3px solid var(--color-heading);    /* creates padding around scroll thumb */
   }
@@ -148,7 +148,7 @@ main {
 /* Works on Firefox */
 .scrollbar-content {
   scrollbar-width: thin;
-  scrollbar-color:#D6CECE white;            /* scroll thumb and track */
+  scrollbar-color:#E4E9F1 white;            /* scroll thumb and track */
 }
 
 /* Works on Chrome, Edge, and Safari */
@@ -162,7 +162,7 @@ main {
   }
 
   &::-webkit-scrollbar-thumb {
-    background-color:#D6CECE;                 /* color of the scroll thumb */
+    background-color:#E4E9F1;                 /* color of the scroll thumb */
     border-radius: 6px;                         /* roundness of the scroll thumb */
     border: 3px solid white;                  /* creates padding around scroll thumb */
   }
diff --git a/src/styles/header/_index.scss b/src/styles/header/_index.scss
index 48650795e5295fa363550768b4586ea46cdfc2bc..44e490f9b8d2e4a7769fc2a6c4885acf2906218b 100644
--- a/src/styles/header/_index.scss
+++ b/src/styles/header/_index.scss
@@ -393,7 +393,7 @@ header {
             box-shadow: none;
 
             >ul>li:last-child {
-              border-bottom: 1px solid #d6cece;
+              border-bottom: 1px solid #E4E9F1;
             }
           }
         }