Color names in this palette
CSS code for this palette
/* CSS */
.fresh-acorn {
color: #d7683c;
}
.fuegan-orange {
color: #c67a4e;
}
.woolen-mittens {
color: #b8a056;
}
.field-of-wheat {
color: #e0b89a;
}
.indian-clay {
color: #f4cebe;
}
/* CSS Variables */
:root {
--fresh-acorn:#d7683c;
--fuegan-orange:#c67a4e;
--woolen-mittens:#b8a056;
--field-of-wheat:#e0b89a;
--indian-clay:#f4cebe;
}