Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f8c4d5;
}
.rogue-pink {
color: #f6a7c1;
}
.harmonious-rose {
color: #f39bb8;
}
.pink-carnation {
color: #f27d9c;
}
.heather-berry {
color: #e5577b;
}
/* CSS Variables */
:root {
--cherry-blossom:#f8c4d5;
--rogue-pink:#f6a7c1;
--harmonious-rose:#f39bb8;
--pink-carnation:#f27d9c;
--heather-berry:#e5577b;
}