CSS code for this palette
/* CSS */
.brown-rust {
color: #ae573d;
}
.reikland {
color: #c86d4c;
}
.corn-maze {
color: #e1a66b;
}
.upbeat {
color: #f3d9a5;
}
.creamy-custard {
color: #f8e8bf;
}
/* CSS Variables */
:root {
--brown-rust:#ae573d;
--reikland:#c86d4c;
--corn-maze:#e1a66b;
--upbeat:#f3d9a5;
--creamy-custard:#f8e8bf;
}