Color names in this palette
CSS code for this palette
/* CSS */
.fallen-blossoms {
color: #f0b2c5;
}
.sweet-lilac {
color: #eab8d1;
}
.cherry-blossom {
color: #f2c0d5;
}
.lovely-breeze {
color: #f7d9e4;
}
.rose-mallow {
color: #f2a6c4;
}
/* CSS Variables */
:root {
--fallen-blossoms:#f0b2c5;
--sweet-lilac:#eab8d1;
--cherry-blossom:#f2c0d5;
--lovely-breeze:#f7d9e4;
--rose-mallow:#f2a6c4;
}