Color names in this palette
CSS code for this palette
/* CSS */
.real-brown {
color: #583d2c;
}
.nomadic-desert {
color: #c7b299;
}
.ginger-ale {
color: #c9a669;
}
.farm-straw {
color: #d8b24b;
}
.camel-red {
color: #e76f3c;
}
/* CSS Variables */
:root {
--real-brown:#583d2c;
--nomadic-desert:#c7b299;
--ginger-ale:#c9a669;
--farm-straw:#d8b24b;
--camel-red:#e76f3c;
}