Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d5;
}
.prism-pink {
color: #f2a1c5;
}
.fuchsia-blush {
color: #e571b8;
}
.crushed-berries {
color: #d65c99;
}
.plum-dust {
color: #a84d8d;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d5;
--prism-pink:#f2a1c5;
--fuchsia-blush:#e571b8;
--crushed-berries:#d65c99;
--plum-dust:#a84d8d;
}