Skip to content

Commit 4bb863e

Browse files
committed
fff
1 parent f7634c2 commit 4bb863e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

client/src/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
--ring: 142 77% 73%;
7272
--radius: 0.5rem;
7373

74-
/* Custom colors - Coolors.co Palette: https://coolors.co/palette/3c1642-086375-1dd3b0-affc41-b2ff9e */
74+
/* Custom colors - Palette: teal #1DD3B0, coral #FF4D4D, purple #3C1642, blue #086375 */
7575
--mayache-purple: 287 50% 17%; /* Dark purple #3C1642 */
7676
--mayache-blue: 190 88% 24%; /* Teal blue #086375 */
7777
--mayache-teal: 167 77% 47%; /* Bright teal #1DD3B0 */
78-
--mayache-green: 84 97% 62%; /* Bright lime #AFFC41 */
78+
--mayache-green: 0 100% 65%; /* Hot coral #FF4D4D */
7979
--mayache-light-green: 103 100% 81%; /* Light lime #B2FF9E */
8080

8181
/* Additional complementary colors to maintain variety */
@@ -125,7 +125,7 @@
125125

126126
/* Color utility classes */
127127
.bg-mayache-green {
128-
background-color: hsl(84, 97%, 62%); /* Bright lime #AFFC41 */
128+
background-color: hsl(0, 100%, 65%); /* Hot coral #FF4D4D */
129129
}
130130

131131
.bg-mayache-purple {
@@ -149,7 +149,7 @@
149149
}
150150

151151
.text-mayache-green {
152-
color: hsl(84, 97%, 62%); /* Bright lime #AFFC41 */
152+
color: hsl(0, 100%, 65%); /* Hot coral #FF4D4D */
153153
}
154154

155155
.text-mayache-purple {

0 commit comments

Comments
 (0)