CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.blue-dam {
color: #a1c6d4;
}
.frost-wind {
color: #d7eaef;
}
.white-solid {
color: #f5f8fa;
}
.hopeful {
color: #f2d4e1;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--blue-dam:#a1c6d4;
--frost-wind:#d7eaef;
--white-solid:#f5f8fa;
--hopeful:#f2d4e1;
}