diff --git a/core/themes/bartik/color/color.inc b/core/themes/bartik/color/color.inc
index e946d378dfa2b96f687d0b1dd5cf20dbb94b958b..1313afdf54d03534fead14c184b94a8ebe6ef01a 100644
--- a/core/themes/bartik/color/color.inc
+++ b/core/themes/bartik/color/color.inc
@@ -28,8 +28,8 @@
     'default' => array(
       'title' => t('Blue Lagoon (default)'),
       'colors' => array(
-        'top' => '#055a8e',
-        'bottom' => '#1971a7',
+        'top' => '#0779bf',
+        'bottom' => '#48a9e4',
         'bg' => '#ffffff',
         'sidebar' => '#f6f6f2',
         'sidebarborders' => '#f9f9f9',
diff --git a/core/themes/bartik/css/colors.css b/core/themes/bartik/css/colors.css
index d509a2d1bdfd59759044ea229e031c8e44efe5bb..324215a50079217b3c4ce6b924679bf49a215265 100644
--- a/core/themes/bartik/css/colors.css
+++ b/core/themes/bartik/css/colors.css
@@ -20,13 +20,13 @@ body {
   border-bottom: 1px solid #ffffff;
 }
 #header {
-  background-color: #1971a7;
-  background-image: -moz-linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
-  background-image: -ms-linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
-  background-image: -o-linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
-  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #055a8e), color-stop(1, #1971a7));
-  background-image: -webkit-linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
-  background-image: linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
+  background-color: #48a9e4;
+  background-image: -moz-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+  background-image: -ms-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+  background-image: -o-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0779bf), color-stop(1, #48a9e4));
+  background-image: -webkit-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
+  background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%);
 }
 a,
 .link {