Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c6;
}
.blush-hour {
color: #ff7092;
}
.watermelon-candy {
color: #ff5c72;
}
.sizzling-red {
color: #ff3d5a;
}
.vampire-bite {
color: #c70038;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c6;
--blush-hour:#ff7092;
--watermelon-candy:#ff5c72;
--sizzling-red:#ff3d5a;
--vampire-bite:#c70038;
}