Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f3e5ba;
}
.prosecco {
color: #f7d5a6;
}
.mandys-pink {
color: #f4b79f;
}
.pink-eraser {
color: #f19e9d;
}
.bubblegum {
color: #e85e75;
}
/* CSS Variables */
:root {
--gentle-glow:#f3e5ba;
--prosecco:#f7d5a6;
--mandys-pink:#f4b79f;
--pink-eraser:#f19e9d;
--bubblegum:#e85e75;
}