Color names in this palette
CSS code for this palette
/* CSS */
.ivory-oats {
color: #f8e4bf;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.corn-maze {
color: #e1a66b;
}
.serape {
color: #d68a4c;
}
.reed-mace {
color: #c85d3c;
}
/* CSS Variables */
:root {
--ivory-oats:#f8e4bf;
--antique-wicker-basket:#f2d2a1;
--corn-maze:#e1a66b;
--serape:#d68a4c;
--reed-mace:#c85d3c;
}