Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.endearment {
color: #fdd8a0;
}
.sun-surprise {
color: #fdf1a0;
}
.smooth-satin {
color: #a1d4d4;
}
.sea-cliff {
color: #a4c8df;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--endearment:#fdd8a0;
--sun-surprise:#fdf1a0;
--smooth-satin:#a1d4d4;
--sea-cliff:#a4c8df;
}