CSS code for this palette
/* CSS */
.peach-rose {
color: #f6e2d5;
}
.baby-steps {
color: #f7cad9;
}
.fresh-water {
color: #c3e0f4;
}
.patina-green {
color: #b2f0b2;
}
.corn {
color: #f9e75d;
}
/* CSS Variables */
:root {
--peach-rose:#f6e2d5;
--baby-steps:#f7cad9;
--fresh-water:#c3e0f4;
--patina-green:#b2f0b2;
--corn:#f9e75d;
}