Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #ffb3d5;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6a;
}
.sizzling-red {
color: #ff3d57;
}
.reddish-pink {
color: #ff2954;
}
/* CSS Variables */
:root {
--lavender-candy:#ffb3d5;
--blush-hour:#ff7092;
--love-red:#ff4d6a;
--sizzling-red:#ff3d57;
--reddish-pink:#ff2954;
}