Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #f0b7c7;
}
.love-at-first-sight {
color: #e5a4b2;
}
.sugar-tooth {
color: #d48ca0;
}
.pinky-pickle {
color: #b86b8b;
}
.cosmetic-red {
color: #a35c7b;
}
/* CSS Variables */
:root {
--chantilly:#f0b7c7;
--love-at-first-sight:#e5a4b2;
--sugar-tooth:#d48ca0;
--pinky-pickle:#b86b8b;
--cosmetic-red:#a35c7b;
}