Color names in this palette
CSS code for this palette
/* CSS */
.charming-cherry {
color: #ff8fa2;
}
.saira-red {
color: #ffa3b6;
}
.sweet-serenade {
color: #ffc2d4;
}
.it-s-a-girl {
color: #ffdbe3;
}
.vanilla-strawberry {
color: #ffe5e8;
}
/* CSS Variables */
:root {
--charming-cherry:#ff8fa2;
--saira-red:#ffa3b6;
--sweet-serenade:#ffc2d4;
--it-s-a-girl:#ffdbe3;
--vanilla-strawberry:#ffe5e8;
}