Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.in-the-pink {
color: #f2c5d2;
}
.pink-frosting {
color: #f6d5e2;
}
.banana-br-l-e {
color: #f7e8bb;
}
.blended-fruit {
color: #f9e5a4;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--in-the-pink:#f2c5d2;
--pink-frosting:#f6d5e2;
--banana-br-l-e:#f7e8bb;
--blended-fruit:#f9e5a4;
}