Color names in this palette
CSS code for this palette
/* CSS */
.saira-red {
color: #ff9ebb;
}
.blue-click {
color: #a6d5e8;
}
.pink-frosting {
color: #f7d4e2;
}
.mystic-tulip {
color: #f7b7a1;
}
.sweetheart {
color: #f1c1d9;
}
/* CSS Variables */
:root {
--saira-red:#ff9ebb;
--blue-click:#a6d5e8;
--pink-frosting:#f7d4e2;
--mystic-tulip:#f7b7a1;
--sweetheart:#f1c1d9;
}