CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.mirage-lake {
color: #4b918d;
}
.heaven {
color: #b3cfd6;
}
.peach-damask {
color: #f8c6a5;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--mirage-lake:#4b918d;
--heaven:#b3cfd6;
--peach-damask:#f8c6a5;
--sun-orange:#f47b1f;
}