Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7cae1;
}
.waddles-pink {
color: #f1a7d1;
}
.blushed-bombshell {
color: #e679c9;
}
.sugar-rush {
color: #d65c9f;
}
.exuberant-pink {
color: #b34d81;
}
/* CSS Variables */
:root {
--laelia-pink:#f7cae1;
--waddles-pink:#f1a7d1;
--blushed-bombshell:#e679c9;
--sugar-rush:#d65c9f;
--exuberant-pink:#b34d81;
}