Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8e8e;
}
.crystalsong-blue {
color: #4eb7b7;
}
.limpet-shell {
color: #91d9d9;
}
.ice-citadel {
color: #b2f5f5;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--river-fountain:#1f8e8e;
--crystalsong-blue:#4eb7b7;
--limpet-shell:#91d9d9;
--ice-citadel:#b2f5f5;
--vapor:#f0ffff;
}