CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.minor-blue {
color: #b7e0e6;
}
.diamond-white {
color: #e1f2f4;
}
.gentle-glow {
color: #f5e4b8;
}
.ibis {
color: #f1b6c1;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--minor-blue:#b7e0e6;
--diamond-white:#e1f2f4;
--gentle-glow:#f5e4b8;
--ibis:#f1b6c1;
}