Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f5c7e2;
}
.violet-kiss {
color: #f1a7d3;
}
.blushed-bombshell {
color: #e88cc3;
}
.middle-purple {
color: #d57bb6;
}
.satin-flower {
color: #b78fbc;
}
/* CSS Variables */
:root {
--laelia-pink:#f5c7e2;
--violet-kiss:#f1a7d3;
--blushed-bombshell:#e88cc3;
--middle-purple:#d57bb6;
--satin-flower:#b78fbc;
}