Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.rose-mallow {
color: #f1a7c7;
}
.charm-pink {
color: #e88db1;
}
.strawberry-milkshake {
color: #d66b89;
}
.ripe-cherry {
color: #c55972;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--rose-mallow:#f1a7c7;
--charm-pink:#e88db1;
--strawberry-milkshake:#d66b89;
--ripe-cherry:#c55972;
}