Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d4;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.saira-red {
color: #ff9eb3;
}
.camaron-pink {
color: #ff808e;
}
.love-red {
color: #ff4d70;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d4;
--hot-aquarelle-pink:#ffb3e0;
--saira-red:#ff9eb3;
--camaron-pink:#ff808e;
--love-red:#ff4d70;
}