Color names in this palette
CSS code for this palette
/* CSS */
.plum-blossom {
color: #f0a19e;
}
.mixed-fruit {
color: #f6b6b1;
}
.ballet {
color: #f7d5d4;
}
.bride-s-blush {
color: #f9e4e1;
}
.rose-reminder {
color: #f2c0c6;
}
/* CSS Variables */
:root {
--plum-blossom:#f0a19e;
--mixed-fruit:#f6b6b1;
--ballet:#f7d5d4;
--bride-s-blush:#f9e4e1;
--rose-reminder:#f2c0c6;
}