Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.falling-leaves {
color: #a65b3a;
}
.orpiment-orange {
color: #d17d3d;
}
.golden-hour {
color: #f2b55a;
}
.sugar-cookie {
color: #f2e5a1;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--falling-leaves:#a65b3a;
--orpiment-orange:#d17d3d;
--golden-hour:#f2b55a;
--sugar-cookie:#f2e5a1;
}