CSS code for this palette
/* CSS */
.unreal-teal {
color: #5c6c70;
}
.harrow-s-gate {
color: #7a8c90;
}
.holly-glen {
color: #9fb7b4;
}
.geyser {
color: #c3d5d0;
}
.cloud {
color: #e4f1f0;
}
/* CSS Variables */
:root {
--unreal-teal:#5c6c70;
--harrow-s-gate:#7a8c90;
--holly-glen:#9fb7b4;
--geyser:#c3d5d0;
--cloud:#e4f1f0;
}