Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c9;
}
.charm-pink {
color: #e788b1;
}
.liseran-purple {
color: #d86f9c;
}
.pink-flamb {
color: #c85184;
}
.hibiscus {
color: #b52c70;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c9;
--charm-pink:#e788b1;
--liseran-purple:#d86f9c;
--pink-flamb:#c85184;
--hibiscus:#b52c70;
}