Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d36f98;
}
.charm-pink {
color: #e68eb0;
}
.rose-mallow {
color: #f9a9c9;
}
.sweetheart {
color: #f4c3da;
}
.sea-salt-sherbet {
color: #fef6f9;
}
/* CSS Variables */
:root {
--fiesta-pink:#d36f98;
--charm-pink:#e68eb0;
--rose-mallow:#f9a9c9;
--sweetheart:#f4c3da;
--sea-salt-sherbet:#fef6f9;
}