Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.bellini {
color: #f4caae;
}
.friendly-yellow {
color: #f4e1b3;
}
.pristine-petal {
color: #d5e2e1;
}
.winsome-hue {
color: #a9d8e0;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--bellini:#f4caae;
--friendly-yellow:#f4e1b3;
--pristine-petal:#d5e2e1;
--winsome-hue:#a9d8e0;
}