Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f8b4d8;
}
.pleasing-pink {
color: #f6cbd3;
}
.dwindling-damon {
color: #f0e0e6;
}
.vanilla-shake {
color: #fffbf0;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--lavender-candy:#f8b4d8;
--pleasing-pink:#f6cbd3;
--dwindling-damon:#f0e0e6;
--vanilla-shake:#fffbf0;
--blush-hour:#ff7092;
}