CSS code for this palette
/* CSS */
.dirty-pink {
color: #c87e7e;
}
.gnu-tan {
color: #b29f85;
}
.lamplit {
color: #e4b267;
}
.yellow-cream {
color: #f1d46a;
}
.folk-tales {
color: #a4c6b4;
}
/* CSS Variables */
:root {
--dirty-pink:#c87e7e;
--gnu-tan:#b29f85;
--lamplit:#e4b267;
--yellow-cream:#f1d46a;
--folk-tales:#a4c6b4;
}