Color names in this palette
CSS code for this palette
/* CSS */
.mulled-plum {
color: #793e59;
}
.cosmetic-red {
color: #a45b7d;
}
.sugar-tooth {
color: #d68f9d;
}
.jaguar-rose {
color: #f1b1b8;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--mulled-plum:#793e59;
--cosmetic-red:#a45b7d;
--sugar-tooth:#d68f9d;
--jaguar-rose:#f1b1b8;
--floral-leaf:#ffb84d;
}