Color names in this palette
CSS code for this palette
/* CSS */
.lavender-soap {
color: #f1c0e7;
}
.unbleached-calico {
color: #f7d7bb;
}
.gentle-glow {
color: #f7e4bb;
}
.canton-jade {
color: #b9e9c8;
}
.pale-wisteria {
color: #b9c8e9;
}
/* CSS Variables */
:root {
--lavender-soap:#f1c0e7;
--unbleached-calico:#f7d7bb;
--gentle-glow:#f7e4bb;
--canton-jade:#b9e9c8;
--pale-wisteria:#b9c8e9;
}