Color names in this palette
CSS code for this palette
/* CSS */
.rusty-coin {
color: #8d5a2a;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.celebration {
color: #e3c17d;
}
.mustard-gold {
color: #a38c4d;
}
.peat-brown {
color: #5a3e2a;
}
/* CSS Variables */
:root {
--rusty-coin:#8d5a2a;
--cat-s-eye-marble:#d6a75c;
--celebration:#e3c17d;
--mustard-gold:#a38c4d;
--peat-brown:#5a3e2a;
}