Color names in this palette
CSS code for this palette
/* CSS */
.powder-blush {
color: #d79289;
}
.ibis {
color: #f1b1bf;
}
.pink-frosting {
color: #f7d4e1;
}
.sweet-lilac {
color: #eab8d1;
}
.tutti-frutti {
color: #c05978;
}
/* CSS Variables */
:root {
--powder-blush:#d79289;
--ibis:#f1b1bf;
--pink-frosting:#f7d4e1;
--sweet-lilac:#eab8d1;
--tutti-frutti:#c05978;
}