Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pink-frosting {
color: #f5d6e4;
}
.gentle-glow {
color: #f7e7bb;
}
.monarch-orange {
color: #f2a36e;
}
.fireglow {
color: #d95e3f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pink-frosting:#f5d6e4;
--gentle-glow:#f7e7bb;
--monarch-orange:#f2a36e;
--fireglow:#d95e3f;
}