Color names in this palette
CSS code for this palette
/* CSS */
.golden-koi {
color: #e8a34a;
}
.trinket {
color: #d99a36;
}
.tawny-olive {
color: #c58f2b;
}
.nataneyu-gold {
color: #a57a1d;
}
.mud-brown {
color: #5b4d15;
}
/* CSS Variables */
:root {
--golden-koi:#e8a34a;
--trinket:#d99a36;
--tawny-olive:#c58f2b;
--nataneyu-gold:#a57a1d;
--mud-brown:#5b4d15;
}