CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.luxurious {
color: #d4b95e;
}
.creed {
color: #bfa54f;
}
.koke-moss {
color: #8c7c3b;
}
.nightingale {
color: #5d4928;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--luxurious:#d4b95e;
--creed:#bfa54f;
--koke-moss:#8c7c3b;
--nightingale:#5d4928;
}