Color names in this palette
CSS code for this palette
/* CSS */
.sugar-pie {
color: #c5a77c;
}
.sumptuous-peach {
color: #e5b89a;
}
.ice-cream-parlour {
color: #f8d5af;
}
.gentle-glow {
color: #f7e4bb;
}
.mental-floss {
color: #e0b2c9;
}
/* CSS Variables */
:root {
--sugar-pie:#c5a77c;
--sumptuous-peach:#e5b89a;
--ice-cream-parlour:#f8d5af;
--gentle-glow:#f7e4bb;
--mental-floss:#e0b2c9;
}