Color names in this palette
CSS code for this palette
/* CSS */
.sweet-slumber-pink {
color: #f5b2f1;
}
.lavender-rose {
color: #f2a1e6;
}
.blushed-bombshell {
color: #e67ac9;
}
.bit-of-berry {
color: #e65c9e;
}
.rosy-cheeks {
color: #d84b6a;
}
/* CSS Variables */
:root {
--sweet-slumber-pink:#f5b2f1;
--lavender-rose:#f2a1e6;
--blushed-bombshell:#e67ac9;
--bit-of-berry:#e65c9e;
--rosy-cheeks:#d84b6a;
}