Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a8cc;
}
.hope {
color: #e77e9d;
}
.pink-garnet {
color: #d2708d;
}
.cosmetic-red {
color: #a45b74;
}
.parma-plum-red {
color: #5e3b57;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a8cc;
--hope:#e77e9d;
--pink-garnet:#d2708d;
--cosmetic-red:#a45b74;
--parma-plum-red:#5e3b57;
}