diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 63a0aceac4ebf08f1a5667e6880be56553a3c789..b0d242722bdca488cc7b5f9031e162ad1ebca0ef 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -346,14 +346,6 @@ $gl-btn-small-line-height: 18px;
 */
 $badge-bg: rgba($black, 0.07);
 
-/*
-* Social Icons
-*/
-$discord: #5865f2;
-$linkedin: #2867b2;
-$mastodon: #6364ff;
-$skype: #0078d7;
-
 /*
  *  Award emoji
  */
diff --git a/app/assets/stylesheets/page_bundles/profile.scss b/app/assets/stylesheets/page_bundles/profile.scss
index d19d6a4841fdf1997a9ed2f299e1f99233ab7207..ee59c8ee7816326376f3d4c914fcb0cd862f6fea 100644
--- a/app/assets/stylesheets/page_bundles/profile.scss
+++ b/app/assets/stylesheets/page_bundles/profile.scss
@@ -117,26 +117,6 @@
   }
 }
 
-.linkedin-icon {
-  color: $linkedin;
-}
-
-.skype-icon {
-  color: $skype;
-}
-
-.x-icon {
-  color: var(--gl-text-color, $gl-text-color);
-}
-
-.discord-icon {
-  color: $discord;
-}
-
-.mastodon-icon {
-  color: $mastodon;
-}
-
 .key-created-at {
   line-height: 42px;
 }