Color names in this palette
CSS code for this palette
/* CSS */
.mulled-wine-red {
color: #3c2a30;
}
.reading-tea-leaves {
color: #7a5c61;
}
.magic-malt {
color: #a68a7d;
}
.peach-temptation {
color: #f4c3b3;
}
.kunzite {
color: #dab9c5;
}
/* CSS Variables */
:root {
--mulled-wine-red:#3c2a30;
--reading-tea-leaves:#7a5c61;
--magic-malt:#a68a7d;
--peach-temptation:#f4c3b3;
--kunzite:#dab9c5;
}