Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.mission-courtyard {
color: #f3d2b4;
}
.bone-white {
color: #f1e1b1;
}
.iced-celery {
color: #e1e8b5;
}
.icy-morn {
color: #b3d5cf;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--mission-courtyard:#f3d2b4;
--bone-white:#f1e1b1;
--iced-celery:#e1e8b5;
--icy-morn:#b3d5cf;
}