CSS code for this palette
/* CSS */
.jemima {
color: #f6d47e;
}
.lemon-dream {
color: #f0a400;
}
.wilted-brown {
color: #a94d3d;
}
.siren {
color: #6b2e3b;
}
.dark-purple {
color: #380a43;
}
/* CSS Variables */
:root {
--jemima:#f6d47e;
--lemon-dream:#f0a400;
--wilted-brown:#a94d3d;
--siren:#6b2e3b;
--dark-purple:#380a43;
}