CSS code for this palette
/* CSS */
.citron {
color: #d3c55a;
}
.hemp-tea {
color: #b5b15e;
}
.exotic-palm {
color: #8f9e6b;
}
.edward {
color: #5b807d;
}
.rosemary {
color: #3b5e5e;
}
/* CSS Variables */
:root {
--citron:#d3c55a;
--hemp-tea:#b5b15e;
--exotic-palm:#8f9e6b;
--edward:#5b807d;
--rosemary:#3b5e5e;
}