CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.sinkhole {
color: #4b6f72;
}
.deco-grey {
color: #8a998e;
}
.wax-way {
color: #d8b569;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--sinkhole:#4b6f72;
--deco-grey:#8a998e;
--wax-way:#d8b569;
--mandarin-red:#e74d3c;
}