Color names in this palette
CSS code for this palette
/* CSS */
.powder-rose {
color: #f7b1bf;
}
.rose-mallow {
color: #f5a8c3;
}
.harmonious-rose {
color: #f094b7;
}
.fuchsia-blush {
color: #e77eb4;
}
.liseran-purple {
color: #d76a9d;
}
/* CSS Variables */
:root {
--powder-rose:#f7b1bf;
--rose-mallow:#f5a8c3;
--harmonious-rose:#f094b7;
--fuchsia-blush:#e77eb4;
--liseran-purple:#d76a9d;
}