Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.blush-hour {
color: #ff7092;
}
.festive-fennec {
color: #ff4d61;
}
.reddish-pink {
color: #ff2e54;
}
.pixel-bleeding {
color: #b30021;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--blush-hour:#ff7092;
--festive-fennec:#ff4d61;
--reddish-pink:#ff2e54;
--pixel-bleeding:#b30021;
}