Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d4;
}
.soft-cashmere {
color: #f3b4d6;
}
.watermelon-juice {
color: #f05c8b;
}
.fruit-dove {
color: #c94f6e;
}
.raspberry-romantic {
color: #9b2c4d;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d4;
--soft-cashmere:#f3b4d6;
--watermelon-juice:#f05c8b;
--fruit-dove:#c94f6e;
--raspberry-romantic:#9b2c4d;
}