Color names in this palette
CSS code for this palette
/* CSS */
.mummy-brown {
color: #7e4f25;
}
.reno-sand {
color: #b66f35;
}
.bright-gold {
color: #cda156;
}
.high-plateau {
color: #e2b678;
}
.sweet-potato {
color: #d87a3b;
}
/* CSS Variables */
:root {
--mummy-brown:#7e4f25;
--reno-sand:#b66f35;
--bright-gold:#cda156;
--high-plateau:#e2b678;
--sweet-potato:#d87a3b;
}