CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.bleached-apricot {
color: #f9c7ae;
}
.wickerware {
color: #fce4b0;
}
.cruise {
color: #b5e3d7;
}
.sinbad {
color: #a4d6d1;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--bleached-apricot:#f9c7ae;
--wickerware:#fce4b0;
--cruise:#b5e3d7;
--sinbad:#a4d6d1;
}