Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f59eb7;
}
.cherry-blossom {
color: #f6c1d6;
}
.soft-cashmere {
color: #e9b4d9;
}
.little-bow-pink {
color: #d17a9a;
}
.beauty-queen {
color: #b95f8c;
}
/* CSS Variables */
:root {
--harmonious-rose:#f59eb7;
--cherry-blossom:#f6c1d6;
--soft-cashmere:#e9b4d9;
--little-bow-pink:#d17a9a;
--beauty-queen:#b95f8c;
}