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