Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d8;
}
.rose-elegance {
color: #e7a2b5;
}
.dusty-pink {
color: #d78995;
}
.pink-hibiscus {
color: #b86b86;
}
.cosmetic-red {
color: #a45b79;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d8;
--rose-elegance:#e7a2b5;
--dusty-pink:#d78995;
--pink-hibiscus:#b86b86;
--cosmetic-red:#a45b79;
}