Color names in this palette
CSS code for this palette
/* CSS */
.powder-rose {
color: #f6b1bf;
}
.palace-rose {
color: #f8c9d5;
}
.iced-vovo {
color: #e1a8b5;
}
.haute-pink {
color: #d69aab;
}
.wild-rose {
color: #c77f92;
}
/* CSS Variables */
:root {
--powder-rose:#f6b1bf;
--palace-rose:#f8c9d5;
--iced-vovo:#e1a8b5;
--haute-pink:#d69aab;
--wild-rose:#c77f92;
}