Color names in this palette
CSS code for this palette
/* CSS */
.beachwalk {
color: #d1b37a;
}
.ginger-ale {
color: #c6a86c;
}
.antique-gold {
color: #b19f5d;
}
.tosty-crust {
color: #a77e49;
}
.brushwood {
color: #8c5b36;
}
/* CSS Variables */
:root {
--beachwalk:#d1b37a;
--ginger-ale:#c6a86c;
--antique-gold:#b19f5d;
--tosty-crust:#a77e49;
--brushwood:#8c5b36;
}