Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f4b79f;
}
.peach-damask {
color: #f6c5a7;
}
.sandy-bay {
color: #f9d4b4;
}
.gentle-glow {
color: #f7e6bb;
}
.yellow-chalk {
color: #f3f7b1;
}
/* CSS Variables */
:root {
--mandys-pink:#f4b79f;
--peach-damask:#f6c5a7;
--sandy-bay:#f9d4b4;
--gentle-glow:#f7e6bb;
--yellow-chalk:#f3f7b1;
}