Color names in this palette
CSS code for this palette
/* CSS */
.lusty-gallant {
color: #ffcdcc;
}
.harvest-wreath {
color: #f8d5c4;
}
.pink-bubble-tea {
color: #f9b9c0;
}
.posy-petal {
color: #f188a3;
}
.carmine-rose {
color: #e65b8c;
}
/* CSS Variables */
:root {
--lusty-gallant:#ffcdcc;
--harvest-wreath:#f8d5c4;
--pink-bubble-tea:#f9b9c0;
--posy-petal:#f188a3;
--carmine-rose:#e65b8c;
}