CSS code for this palette
/* CSS */
.splatter {
color: #a95b6c;
}
.artemis {
color: #d5a86c;
}
.sprouted {
color: #f2d48c;
}
.eerie-glow {
color: #a9d6bb;
}
.polar-ice {
color: #6da8d5;
}
/* CSS Variables */
:root {
--splatter:#a95b6c;
--artemis:#d5a86c;
--sprouted:#f2d48c;
--eerie-glow:#a9d6bb;
--polar-ice:#6da8d5;
}