CSS code for this palette
/* CSS */
.nordic {
color: #1a3a3d;
}
.microwave-blue {
color: #305055;
}
.peabody {
color: #406c72;
}
.folk-tales {
color: #a2c3b5;
}
.artifice {
color: #e5e3d1;
}
/* CSS Variables */
:root {
--nordic:#1a3a3d;
--microwave-blue:#305055;
--peabody:#406c72;
--folk-tales:#a2c3b5;
--artifice:#e5e3d1;
}