Color names in this palette
CSS code for this palette
/* CSS */
.retina-soft-blue {
color: #b7c5e1;
}
.blue-dam {
color: #a1c6d4;
}
.buoyancy {
color: #79b2b4;
}
.crisp-lettuce {
color: #4c9a8a;
}
.mordant-blue {
color: #2c696d;
}
/* CSS Variables */
:root {
--retina-soft-blue:#b7c5e1;
--blue-dam:#a1c6d4;
--buoyancy:#79b2b4;
--crisp-lettuce:#4c9a8a;
--mordant-blue:#2c696d;
}