Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.himalayan-balsam {
color: #ff99ce;
}
.french-pink {
color: #ff6b9a;
}
.love-red {
color: #ff4d6d;
}
.lightish-red {
color: #ff2e4a;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--himalayan-balsam:#ff99ce;
--french-pink:#ff6b9a;
--love-red:#ff4d6d;
--lightish-red:#ff2e4a;
}