Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d2;
}
.saira-red {
color: #ff99b4;
}
.pink-makeup {
color: #ff809d;
}
.stellar-strawberry {
color: #ff5c85;
}
.laser-trap {
color: #ff3d6e;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d2;
--saira-red:#ff99b4;
--pink-makeup:#ff809d;
--stellar-strawberry:#ff5c85;
--laser-trap:#ff3d6e;
}