CSS code for this palette
/* CSS */
.dark {
color: #1b2032;
}
.ensign-blue {
color: #3a4d6e;
}
.sailor-s-bay {
color: #4a6d8c;
}
.pond-blue {
color: #8db6c4;
}
.white-chalk {
color: #f7f4f2;
}
/* CSS Variables */
:root {
--dark:#1b2032;
--ensign-blue:#3a4d6e;
--sailor-s-bay:#4a6d8c;
--pond-blue:#8db6c4;
--white-chalk:#f7f4f2;
}