CSS code for this palette
/* CSS */
.apricotta {
color: #d8a68d;
}
.lavender-phlox {
color: #a8b5e1;
}
.chlorite {
color: #5f8c80;
}
.calabrese {
color: #f1a8a2;
}
.pinenut {
color: #f6dab6;
}
/* CSS Variables */
:root {
--apricotta:#d8a68d;
--lavender-phlox:#a8b5e1;
--chlorite:#5f8c80;
--calabrese:#f1a8a2;
--pinenut:#f6dab6;
}