Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.peach-patch {
color: #f2d7a1;
}
.iced-celery {
color: #e1e8b5;
}
.havana-blue {
color: #a7dae6;
}
.cerulean-frost {
color: #6d9dc5;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--peach-patch:#f2d7a1;
--iced-celery:#e1e8b5;
--havana-blue:#a7dae6;
--cerulean-frost:#6d9dc5;
}