Color names in this palette
CSS code for this palette
/* CSS */
.camouflage-olive {
color: #a28e5d;
}
.almond-butter {
color: #d9c6a6;
}
.last-sunlight {
color: #e5b738;
}
.orpiment-orange {
color: #d57b3f;
}
.amber-brown {
color: #b36d4d;
}
/* CSS Variables */
:root {
--camouflage-olive:#a28e5d;
--almond-butter:#d9c6a6;
--last-sunlight:#e5b738;
--orpiment-orange:#d57b3f;
--amber-brown:#b36d4d;
}