CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.brittany-blue {
color: #4b7f86;
}
.donnegal {
color: #8cb1a2;
}
.tide-pools {
color: #c4d9d1;
}
.milk-glass {
color: #f9f7f0;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--brittany-blue:#4b7f86;
--donnegal:#8cb1a2;
--tide-pools:#c4d9d1;
--milk-glass:#f9f7f0;
}