Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f5b2c4;
}
.saira-red {
color: #ff9ebb;
}
.stellar-strawberry {
color: #ff5c85;
}
.laser-trap {
color: #ff3d6e;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--cupid:#f5b2c4;
--saira-red:#ff9ebb;
--stellar-strawberry:#ff5c85;
--laser-trap:#ff3d6e;
--poppy-red:#e63746;
}