Skip to content

Commit 01e11d9

Browse files
committed
Update color palette from purple to teal
1 parent 0069f30 commit 01e11d9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
11-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%23663399%22>E</text></svg>">
11+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%23008080%22>E</text></svg>">
1212
</head>
1313
<body>
1414
<header>

styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
}
77

88
:root {
9-
--primary-color: #663399; /* Purple */
10-
--secondary-color: #ff6b6b; /* Coral */
11-
--accent-color: #4ecdc4; /* Teal */
9+
--primary-color: #008080; /* Teal */
10+
--secondary-color: #FF8C42; /* Orange - complementary to teal */
11+
--accent-color: #4ECDC4; /* Light Teal */
1212
--dark-color: #292f36; /* Almost Black */
1313
--light-color: #f7f9fc; /* Off White */
1414
--text-color: #333333; /* Dark Gray */
@@ -107,7 +107,7 @@ nav ul li a:hover::after {
107107

108108
/* Hero Section */
109109
#hero {
110-
background: linear-gradient(135deg, var(--primary-color), #9370DB);
110+
background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
111111
color: #fff;
112112
text-align: center;
113113
padding: 150px 0 100px;

0 commit comments

Comments
 (0)