CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.tax-break {
color: #496869;
}
.acapulco-aqua {
color: #80a8a4;
}
.mint-mist {
color: #b8e0d6;
}
.chef-s-hat {
color: #f2f7f5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--tax-break:#496869;
--acapulco-aqua:#80a8a4;
--mint-mist:#b8e0d6;
--chef-s-hat:#f2f7f5;
}