Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d4;
}
.fight-the-sunrise {
color: #ff99af;
}
.blush-hour {
color: #ff708a;
}
.neon-fuchsia {
color: #ff3d64;
}
.lightish-red {
color: #ff294d;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d4;
--fight-the-sunrise:#ff99af;
--blush-hour:#ff708a;
--neon-fuchsia:#ff3d64;
--lightish-red:#ff294d;
}