Color names in this palette
CSS code for this palette
/* CSS */
.prestige-mauve {
color: #4c1f3e;
}
.mulled-plum {
color: #7a3e5c;
}
.cosmetic-red {
color: #a15e7c;
}
.madagascar-pink {
color: #d3929f;
}
.in-the-pink {
color: #f2c5d1;
}
/* CSS Variables */
:root {
--prestige-mauve:#4c1f3e;
--mulled-plum:#7a3e5c;
--cosmetic-red:#a15e7c;
--madagascar-pink:#d3929f;
--in-the-pink:#f2c5d1;
}