diff --git a/css/styles.css b/css/styles.css
index 5af3e9e8088509642cae3b4b4240bc675a2fdb9e..358b3dec690e5b07a451fb30933605bf30263842 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -2662,6 +2662,7 @@ svg:not(:root) {
       .uw-site-footer__wrapper {
         padding: 16px 0; } }
   .uw-site-footer__title {
+    color: #fff;
     font-family: "BureauGrotCond Book", impact, "avenir next condensed heavy", "Droid Sans", sans-serif;
     font-size: 1.424rem;
     grid-column: 1 / 2;
@@ -2707,6 +2708,8 @@ svg:not(:root) {
     grid-row: 2 / 3;
     padding-bottom: 24px;
     text-align: center; }
+    .uw-site-footer__content h2, .uw-site-footer__content h2, .uw-site-footer__content h3, .uw-site-footer__content h4, .uw-site-footer__content h5, .uw-site-footer__content h6 {
+      color: #fff; }
     @media (min-width: 48.06rem) {
       .uw-site-footer__content {
         grid-column: 1 / 3;
diff --git a/source/_patterns/03-layouts/site-footer/_site-footer.scss b/source/_patterns/03-layouts/site-footer/_site-footer.scss
index 420e9b8456a1b4c5c20dcf4e0e8f3291af54e077..5aeac84bab07438f11bfa3818d9ed3307fbb6217 100644
--- a/source/_patterns/03-layouts/site-footer/_site-footer.scss
+++ b/source/_patterns/03-layouts/site-footer/_site-footer.scss
@@ -19,8 +19,9 @@
     }
   }
   &__title {
+    color:gesso-brand(org-default,uw-white,primary);
     a{
-      color:#fff;
+      color:gesso-brand(org-default,uw-white,primary);
       text-decoration:underline;
 
 
@@ -79,7 +80,10 @@
   }
 
   &__content {
-    color: $uw-white;
+    h2,h2,h3,h4,h5,h6{
+      color:gesso-brand(org-default,uw-white,primary);
+    }
+    color:gesso-brand(org-default,uw-white,primary);
     grid-column: 1 / 2;
     grid-row: 2 / 3;
     padding-bottom: gesso-spacing(md);