Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d5;
}
.conch-shell {
color: #ff8a9d;
}
.love-red {
color: #ff4d6d;
}
.in-the-red {
color: #ff1f39;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d5;
--conch-shell:#ff8a9d;
--love-red:#ff4d6d;
--in-the-red:#ff1f39;
--carmine:#d60032;
}