Color names in this palette
CSS code for this palette
/* CSS */
.beauty-queen {
color: #c0598c;
}
.prominent-pink {
color: #d89dc5;
}
.soft-cashmere {
color: #f1b1d9;
}
.almond-cream {
color: #f3c4a0;
}
.pink-blush {
color: #f6acb7;
}
/* CSS Variables */
:root {
--beauty-queen:#c0598c;
--prominent-pink:#d89dc5;
--soft-cashmere:#f1b1d9;
--almond-cream:#f3c4a0;
--pink-blush:#f6acb7;
}