Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f1b1c7;
}
.summer-cosmos {
color: #f8cedf;
}
.hepatica {
color: #f9e6ea;
}
.mixed-fruit {
color: #f7bbb6;
}
.iced-vovo {
color: #e1a3b1;
}
/* CSS Variables */
:root {
--rhodonite:#f1b1c7;
--summer-cosmos:#f8cedf;
--hepatica:#f9e6ea;
--mixed-fruit:#f7bbb6;
--iced-vovo:#e1a3b1;
}