Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.rustique {
color: #f6c0b1;
}
.flattering-peach {
color: #f4d4b3;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.sour {
color: #e8f1b7;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--rustique:#f6c0b1;
--flattering-peach:#f4d4b3;
--bad-moon-yellow:#f2e6b5;
--sour:#e8f1b7;
}