Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.old-flame {
color: #f4b8b8;
}
.silver-strawberry {
color: #f2c0c0;
}
.butter-muffin {
color: #f7deb1;
}
.gold-sand {
color: #f6e6a7;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--old-flame:#f4b8b8;
--silver-strawberry:#f2c0c0;
--butter-muffin:#f7deb1;
--gold-sand:#f6e6a7;
}