Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.pink-marshmallow {
color: #f4b3d4;
}
.sugarwinkle {
color: #f8c4e3;
}
.pork-belly {
color: #f8e2e7;
}
.love-spell {
color: #f7b6c8;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--pink-marshmallow:#f4b3d4;
--sugarwinkle:#f8c4e3;
--pork-belly:#f8e2e7;
--love-spell:#f7b6c8;
}