Color names in this palette
CSS code for this palette
/* CSS */
.lake-red {
color: #b84c6e;
}
.i-pink-i-can {
color: #d57b8c;
}
.love-at-first-sight {
color: #e5a4b2;
}
.pale-petunia {
color: #f9c3c6;
}
.watermelon-mousse {
color: #fde2e8;
}
/* CSS Variables */
:root {
--lake-red:#b84c6e;
--i-pink-i-can:#d57b8c;
--love-at-first-sight:#e5a4b2;
--pale-petunia:#f9c3c6;
--watermelon-mousse:#fde2e8;
}