CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c6;
}
.hindu-lotus {
color: #e64c8a;
}
.plum-dust {
color: #a64e8c;
}
.majesty {
color: #6c3e6f;
}
.jagger {
color: #3e2b50;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c6;
--hindu-lotus:#e64c8a;
--plum-dust:#a64e8c;
--majesty:#6c3e6f;
--jagger:#3e2b50;
}