Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-jasper {
color: #794b39;
}
.hay-yellow {
color: #c4a46e;
}
.burled-redwood {
color: #8d4a3a;
}
.dusty-gold {
color: #d6b99a;
}
.sweet-brown {
color: #ab3a30;
}
/* CSS Variables */
:root {
--egyptian-jasper:#794b39;
--hay-yellow:#c4a46e;
--burled-redwood:#8d4a3a;
--dusty-gold:#d6b99a;
--sweet-brown:#ab3a30;
}