Color names in this palette
CSS code for this palette
/* CSS */
.wave-of-grain {
color: #a0774b;
}
.bleached-maple {
color: #c6a36c;
}
.high-plateau {
color: #e5b57b;
}
.scalloped-oak {
color: #f2d0a1;
}
.stucco-wall {
color: #f0b19e;
}
/* CSS Variables */
:root {
--wave-of-grain:#a0774b;
--bleached-maple:#c6a36c;
--high-plateau:#e5b57b;
--scalloped-oak:#f2d0a1;
--stucco-wall:#f0b19e;
}