Color names in this palette
CSS code for this palette
/* CSS */
.light-brown {
color: #b4641d;
}
.corn-maze {
color: #dca86f;
}
.desert-dust {
color: #e3b88c;
}
.antique-wicker-basket {
color: #f2d4a1;
}
.flower-of-oahu {
color: #f6dfc6;
}
/* CSS Variables */
:root {
--light-brown:#b4641d;
--corn-maze:#dca86f;
--desert-dust:#e3b88c;
--antique-wicker-basket:#f2d4a1;
--flower-of-oahu:#f6dfc6;
}