Color names in this palette
CSS code for this palette
/* CSS */
.lover-s-tryst {
color: #b48e9f;
}
.kunzite {
color: #dab9c5;
}
.pink-frosting {
color: #f7d4e1;
}
.coral-bisque {
color: #f7c7b0;
}
.candlelight-peach {
color: #f8a3a0;
}
/* CSS Variables */
:root {
--lover-s-tryst:#b48e9f;
--kunzite:#dab9c5;
--pink-frosting:#f7d4e1;
--coral-bisque:#f7c7b0;
--candlelight-peach:#f8a3a0;
}