Color names in this palette
CSS code for this palette
/* CSS */
.river-of-gold {
color: #e6b55c;
}
.ginger-ale {
color: #c6a96c;
}
.caramel-swirl {
color: #8f694d;
}
.beggar {
color: #5a4d3a;
}
.english-walnut {
color: #3d2924;
}
/* CSS Variables */
:root {
--river-of-gold:#e6b55c;
--ginger-ale:#c6a96c;
--caramel-swirl:#8f694d;
--beggar:#5a4d3a;
--english-walnut:#3d2924;
}