Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4b7c9b;
}
.florida-turquoise {
color: #6db6b1;
}
.serendipity {
color: #bae3da;
}
.shrimp-toast {
color: #f7c2a1;
}
.fever-dream {
color: #e25a7a;
}
/* CSS Variables */
:root {
--tech-wave:#4b7c9b;
--florida-turquoise:#6db6b1;
--serendipity:#bae3da;
--shrimp-toast:#f7c2a1;
--fever-dream:#e25a7a;
}