Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb3c7;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.fly-agaric {
color: #ff1f4b;
}
.warlock-red {
color: #b8003a;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb3c7;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--fly-agaric:#ff1f4b;
--warlock-red:#b8003a;
}