Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.beech-nut {
color: #d8b49d;
}
.sun-dust {
color: #f5e0a3;
}
.pompeii-ash {
color: #6d767e;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--beech-nut:#d8b49d;
--sun-dust:#f5e0a3;
--pompeii-ash:#6d767e;
--usc-gold:#ffcc00;
}