Color names in this palette
CSS code for this palette
/* CSS */
.fresh-gingerbread {
color: #d46925;
}
.dune-king {
color: #e8a76d;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.ole-yeller {
color: #c89e5f;
}
.scarecrow-frown {
color: #a65e2b;
}
/* CSS Variables */
:root {
--fresh-gingerbread:#d46925;
--dune-king:#e8a76d;
--antique-wicker-basket:#f2d3a1;
--ole-yeller:#c89e5f;
--scarecrow-frown:#a65e2b;
}