Color names in this palette
CSS code for this palette
/* CSS */
.powder-blush {
color: #d79289;
}
.calabrese {
color: #f1a8a2;
}
.sweetheart {
color: #f3c3d7;
}
.wishy-washy-lilies {
color: #f6dfe5;
}
.pink-frosting {
color: #f9d7e0;
}
/* CSS Variables */
:root {
--powder-blush:#d79289;
--calabrese:#f1a8a2;
--sweetheart:#f3c3d7;
--wishy-washy-lilies:#f6dfe5;
--pink-frosting:#f9d7e0;
}