Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e4b9d2;
}
.laelia-pink {
color: #f9c8e0;
}
.pink-fit {
color: #f6a7b3;
}
.lick-and-kiss {
color: #f15b79;
}
.pink-punch {
color: #d44e6e;
}
/* CSS Variables */
:root {
--eau-de-rose:#e4b9d2;
--laelia-pink:#f9c8e0;
--pink-fit:#f6a7b3;
--lick-and-kiss:#f15b79;
--pink-punch:#d44e6e;
}