CSS code for this palette
/* CSS */
.light-sage {
color: #b2afa3;
}
.salt-scrub {
color: #cfc7af;
}
.figurine {
color: #e3d6c0;
}
.alyssa {
color: #f4e3d7;
}
.frolic {
color: #f9e8e1;
}
/* CSS Variables */
:root {
--light-sage:#b2afa3;
--salt-scrub:#cfc7af;
--figurine:#e3d6c0;
--alyssa:#f4e3d7;
--frolic:#f9e8e1;
}