CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rogue-pink {
color: #f6a2bf;
}
.carnation {
color: #f67e92;
}
.pink-pepper {
color: #f05670;
}
.azalea {
color: #d63860;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rogue-pink:#f6a2bf;
--carnation:#f67e92;
--pink-pepper:#f05670;
--azalea:#d63860;
}