Color names in this palette
CSS code for this palette
/* CSS */
.graceful-gazelle {
color: #a88d4d;
}
.old-gold {
color: #d5b73f;
}
.citrus-zest {
color: #e9c85d;
}
.peach-caramel {
color: #c6693f;
}
.egyptian-jasper {
color: #794a39;
}
/* CSS Variables */
:root {
--graceful-gazelle:#a88d4d;
--old-gold:#d5b73f;
--citrus-zest:#e9c85d;
--peach-caramel:#c6693f;
--egyptian-jasper:#794a39;
}