Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.pink-marshmallow {
color: #f5b8d1;
}
.laelia-pink {
color: #f7c5e0;
}
.just-pink-enough {
color: #feecee;
}
.lavender-blush {
color: #fdf2f7;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--pink-marshmallow:#f5b8d1;
--laelia-pink:#f7c5e0;
--just-pink-enough:#feecee;
--lavender-blush:#fdf2f7;
}