Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.hampton {
color: #e8d6a1;
}
.beachwalk {
color: #d1b67a;
}
.woolen-mittens {
color: #b69d54;
}
.rich-sorrel {
color: #a87f3e;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--hampton:#e8d6a1;
--beachwalk:#d1b67a;
--woolen-mittens:#b69d54;
--rich-sorrel:#a87f3e;
}