Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f5b59e;
}
.peach-damask {
color: #f7c6a6;
}
.midsummer {
color: #f9d8a9;
}
.hawaiian-cream {
color: #f9e8b9;
}
.fondue {
color: #fdf5c4;
}
/* CSS Variables */
:root {
--mandys-pink:#f5b59e;
--peach-damask:#f7c6a6;
--midsummer:#f9d8a9;
--hawaiian-cream:#f9e8b9;
--fondue:#fdf5c4;
}