Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d1;
}
.fight-the-sunrise {
color: #ff99af;
}
.blush-hour {
color: #ff708f;
}
.love-red {
color: #ff4d70;
}
.lightish-red {
color: #ff294d;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d1;
--fight-the-sunrise:#ff99af;
--blush-hour:#ff708f;
--love-red:#ff4d70;
--lightish-red:#ff294d;
}