Color names in this palette
CSS code for this palette
/* CSS */
.prestige-mauve {
color: #4d1e3d;
}
.crushed-violets {
color: #683b49;
}
.china-rose {
color: #a64e6d;
}
.real-raspberry {
color: #e2799c;
}
.palace-rose {
color: #f9c8d6;
}
/* CSS Variables */
:root {
--prestige-mauve:#4d1e3d;
--crushed-violets:#683b49;
--china-rose:#a64e6d;
--real-raspberry:#e2799c;
--palace-rose:#f9c8d6;
}