Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d1;
}
.charming-cherry {
color: #ff8fa2;
}
.ultra-red {
color: #ff6b86;
}
.love-red {
color: #ff4d6d;
}
.lingonberry {
color: #ff295b;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d1;
--charming-cherry:#ff8fa2;
--ultra-red:#ff6b86;
--love-red:#ff4d6d;
--lingonberry:#ff295b;
}