Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a2b3;
}
.in-the-pink {
color: #f4c3d2;
}
.poetic-princess {
color: #f9e1e5;
}
.cor-de-pele {
color: #f6c2c1;
}
.princess {
color: #f3a5b5;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a2b3;
--in-the-pink:#f4c3d2;
--poetic-princess:#f9e1e5;
--cor-de-pele:#f6c2c1;
--princess:#f3a5b5;
}