Color names in this palette
CSS code for this palette
/* CSS */
.french-pink {
color: #ff709b;
}
.lavender-candy {
color: #ffb3d4;
}
.sweet-romance {
color: #ffc2df;
}
.pink-perfume {
color: #ffdbe6;
}
.fairy-wings {
color: #ffebf0;
}
/* CSS Variables */
:root {
--french-pink:#ff709b;
--lavender-candy:#ffb3d4;
--sweet-romance:#ffc2df;
--pink-perfume:#ffdbe6;
--fairy-wings:#ffebf0;
}