Color names in this palette
CSS code for this palette
/* CSS */
.oleander-pink {
color: #f25a9c;
}
.mango-orange {
color: #ff8a5c;
}
.vibrant {
color: #ffd54d;
}
.tender-turquoise {
color: #84dcc6;
}
.lambent-lagoon {
color: #3b5b91;
}
/* CSS Variables */
:root {
--oleander-pink:#f25a9c;
--mango-orange:#ff8a5c;
--vibrant:#ffd54d;
--tender-turquoise:#84dcc6;
--lambent-lagoon:#3b5b91;
}