Color names in this palette
CSS code for this palette
/* CSS */
.pleasing-pink {
color: #f6cbd3;
}
.rose-mallow {
color: #f1a7c7;
}
.harmonious-rose {
color: #f89bb7;
}
.pink-carnation {
color: #f37c9c;
}
.ripe-malinka {
color: #f2506b;
}
/* CSS Variables */
:root {
--pleasing-pink:#f6cbd3;
--rose-mallow:#f1a7c7;
--harmonious-rose:#f89bb7;
--pink-carnation:#f37c9c;
--ripe-malinka:#f2506b;
}