CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.fuchsia-kiss {
color: #c76b9e;
}
.byzantium {
color: #7a2a63;
}
.acai {
color: #492960;
}
.elderberry {
color: #2c1d4e;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--fuchsia-kiss:#c76b9e;
--byzantium:#7a2a63;
--acai:#492960;
--elderberry:#2c1d4e;
}