Color names in this palette
CSS code for this palette
/* CSS */
.autumn-blonde {
color: #e9caa5;
}
.gobi-sand {
color: #d5a86d;
}
.oil-yellow {
color: #c3a43c;
}
.rusty-coin {
color: #8d5a2a;
}
.earthtone {
color: #5b3b1a;
}
/* CSS Variables */
:root {
--autumn-blonde:#e9caa5;
--gobi-sand:#d5a86d;
--oil-yellow:#c3a43c;
--rusty-coin:#8d5a2a;
--earthtone:#5b3b1a;
}