Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f4b3c2;
}
.iced-vovo {
color: #e1a3b2;
}
.powder-blush {
color: #d79289;
}
.impatient-heart {
color: #c57c7c;
}
.pink-hibiscus {
color: #b16886;
}
/* CSS Variables */
:root {
--ibis:#f4b3c2;
--iced-vovo:#e1a3b2;
--powder-blush:#d79289;
--impatient-heart:#c57c7c;
--pink-hibiscus:#b16886;
}