Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.cherry-brandy {
color: #e76e82;
}
.rosy-cheeks {
color: #d84f6b;
}
.heart-s-desire {
color: #aa3c5b;
}
.windsor-wine {
color: #5e2b40;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--cherry-brandy:#e76e82;
--rosy-cheeks:#d84f6b;
--heart-s-desire:#aa3c5b;
--windsor-wine:#5e2b40;
}