Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d7;
}
.ballet-slippers {
color: #ff9eb1;
}
.french-pink {
color: #ff6b9a;
}
.diva-pink {
color: #ff3d81;
}
.vivid-raspberry {
color: #ff006e;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d7;
--ballet-slippers:#ff9eb1;
--french-pink:#ff6b9a;
--diva-pink:#ff3d81;
--vivid-raspberry:#ff006e;
}