diff --git a/assets/css/hero.css b/assets/css/hero.css
index 98e9bd3..6349c04 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -7,7 +7,7 @@
   justify-content: space-between;
   flex-direction: column;
   align-items: center;
-  background: linear-gradient(to bottom right, #F9B208, #E72E77);
+  background: linear-gradient(to bottom right, #F9B208, #F38C29 50%, #E72E77);
 }
 
 .hero-first {
@@ -87,7 +87,7 @@
 .hero-catch-phrase {
   text-align: center;
   font-size: 2.5rem;
-  color: #ff4b92;
+  color: #E72E77;
   margin: 10px 0;
   margin-bottom: 25px;
 }