Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.applesauce {
color: #f8d79b;
}
.gentle-glow {
color: #f6e6bb;
}
.smooth-satin {
color: #a4d6d2;
}
.undertow {
color: #799a99;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--applesauce:#f8d79b;
--gentle-glow:#f6e6bb;
--smooth-satin:#a4d6d2;
--undertow:#799a99;
}