Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c4d2;
}
.sweet-lilac {
color: #eab8d1;
}
.prominent-pink {
color: #dea1c4;
}
.love-at-first-sight {
color: #e7a7b4;
}
.ibis {
color: #f3b4c1;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c4d2;
--sweet-lilac:#eab8d1;
--prominent-pink:#dea1c4;
--love-at-first-sight:#e7a7b4;
--ibis:#f3b4c1;
}