Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d1;
}
.flamingo-pink {
color: #ff8fab;
}
.fuchsia-fever {
color: #ff5c9a;
}
.diva-pink {
color: #ff3d7e;
}
.lingonberry {
color: #ff295b;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d1;
--flamingo-pink:#ff8fab;
--fuchsia-fever:#ff5c9a;
--diva-pink:#ff3d7e;
--lingonberry:#ff295b;
}