CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.k-k-riki-green {
color: #2a7e5b;
}
.diroset {
color: #5bd7a1;
}
.gilded {
color: #f5e14d;
}
.plastic-carrot {
color: #f45b1f;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--k-k-riki-green:#2a7e5b;
--diroset:#5bd7a1;
--gilded:#f5e14d;
--plastic-carrot:#f45b1f;
}