Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e898f;
}
.crystalsong-blue {
color: #4db3b1;
}
.sea-of-tranquility {
color: #84d0d7;
}
.everest {
color: #a2e7e1;
}
.candied-snow {
color: #d7f9f3;
}
/* CSS Variables */
:root {
--river-fountain:#1e898f;
--crystalsong-blue:#4db3b1;
--sea-of-tranquility:#84d0d7;
--everest:#a2e7e1;
--candied-snow:#d7f9f3;
}