Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f7c5e0;
}
.dream-land {
color: #f1b1e7;
}
.blushed-bombshell {
color: #e48bc6;
}
.pearly-purple {
color: #bd6b9f;
}
.dynamic-magenta {
color: #8c4f7d;
}
/* CSS Variables */
:root {
--laelia-pink:#f7c5e0;
--dream-land:#f1b1e7;
--blushed-bombshell:#e48bc6;
--pearly-purple:#bd6b9f;
--dynamic-magenta:#8c4f7d;
}