Color names in this palette
CSS code for this palette
/* CSS */
.sweet-slumber-pink {
color: #f5b6f7;
}
.lavender-rose {
color: #f2a1df;
}
.fuchsia-blush {
color: #e580b8;
}
.twinkly-pinkily {
color: #d04e8f;
}
.cranberry-sauce {
color: #a7395a;
}
/* CSS Variables */
:root {
--sweet-slumber-pink:#f5b6f7;
--lavender-rose:#f2a1df;
--fuchsia-blush:#e580b8;
--twinkly-pinkily:#d04e8f;
--cranberry-sauce:#a7395a;
}