CSS code for this palette
/* CSS */
.roseberry {
color: #f3a4a0;
}
.apricot-freeze {
color: #f5ccb7;
}
.tea-light {
color: #f6e4c1;
}
.eerie-glow {
color: #a7d7b8;
}
.aero {
color: #7abbe6;
}
/* CSS Variables */
:root {
--roseberry:#f3a4a0;
--apricot-freeze:#f5ccb7;
--tea-light:#f6e4c1;
--eerie-glow:#a7d7b8;
--aero:#7abbe6;
}