Color names in this palette
CSS code for this palette
/* CSS */
.rich-walnut {
color: #7c5d4b;
}
.river-road {
color: #af8c6a;
}
.english-custard {
color: #e2b86a;
}
.bountiful-gold {
color: #e2c06a;
}
.woolen-mittens {
color: #b9a250;
}
/* CSS Variables */
:root {
--rich-walnut:#7c5d4b;
--river-road:#af8c6a;
--english-custard:#e2b86a;
--bountiful-gold:#e2c06a;
--woolen-mittens:#b9a250;
}