CSS code for this palette
/* CSS */
.nordic {
color: #1a3a3d;
}
.cyprus-green {
color: #6c9d89;
}
.ginninderra {
color: #b3d5c0;
}
.noodles {
color: #f9e1b4;
}
.sriracha {
color: #f66c60;
}
/* CSS Variables */
:root {
--nordic:#1a3a3d;
--cyprus-green:#6c9d89;
--ginninderra:#b3d5c0;
--noodles:#f9e1b4;
--sriracha:#f66c60;
}