Color names in this palette
CSS code for this palette
/* CSS */
.camelback-mountain {
color: #d4b587;
}
.hay-yellow {
color: #c4a66e;
}
.fall-harvest {
color: #a78a58;
}
.gold-spike {
color: #917046;
}
.bee-master {
color: #735b3a;
}
/* CSS Variables */
:root {
--camelback-mountain:#d4b587;
--hay-yellow:#c4a66e;
--fall-harvest:#a78a58;
--gold-spike:#917046;
--bee-master:#735b3a;
}