Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rose-mallow {
color: #f2a6c6;
}
.medium-pink {
color: #f15b99;
}
.rosy-cheeks {
color: #da4e6f;
}
.valentine {
color: #aa3c4c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rose-mallow:#f2a6c6;
--medium-pink:#f15b99;
--rosy-cheeks:#da4e6f;
--valentine:#aa3c4c;
}