Color names in this palette
CSS code for this palette
/* CSS */
.embarrassed {
color: #e47799;
}
.princess {
color: #f1a7b3;
}
.pale-petunia {
color: #f6c1c9;
}
.pink-frosting {
color: #f9d7e0;
}
.hepatica {
color: #fce3e8;
}
/* CSS Variables */
:root {
--embarrassed:#e47799;
--princess:#f1a7b3;
--pale-petunia:#f6c1c9;
--pink-frosting:#f9d7e0;
--hepatica:#fce3e8;
}