Color names in this palette
CSS code for this palette
/* CSS */
.lavender-blush {
color: #fff0f5;
}
.vanilla-strawberry {
color: #ffe5e8;
}
.no-need-to-blush {
color: #ffd6dc;
}
.pink-vibernum {
color: #f4e6e6;
}
.lemures {
color: #c0bad4;
}
/* CSS Variables */
:root {
--lavender-blush:#fff0f5;
--vanilla-strawberry:#ffe5e8;
--no-need-to-blush:#ffd6dc;
--pink-vibernum:#f4e6e6;
--lemures:#c0bad4;
}