Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.manga-pink {
color: #f3b9d5;
}
.laelia-pink {
color: #f4c8e2;
}
.petal-poise {
color: #f6dff0;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--manga-pink:#f3b9d5;
--laelia-pink:#f4c8e2;
--petal-poise:#f6dff0;
--lynx-white:#f7f7f7;
}