Color names in this palette
CSS code for this palette
/* CSS */
.chestnut-stallion {
color: #9a5d3c;
}
.amber-autumn {
color: #c59a6d;
}
.pyramid-gold {
color: #e3b472;
}
.honey-tone {
color: #f9db9a;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--chestnut-stallion:#9a5d3c;
--amber-autumn:#c59a6d;
--pyramid-gold:#e3b472;
--honey-tone:#f9db9a;
--mad-for-mango:#f5a300;
}