Color names in this palette
CSS code for this palette
/* CSS */
.antique-gold {
color: #b0a05e;
}
.lemongrass {
color: #c6a758;
}
.honeycomb-yellow {
color: #e09e4d;
}
.pani-puri {
color: #f2a950;
}
.mandarin-rind {
color: #f5903d;
}
/* CSS Variables */
:root {
--antique-gold:#b0a05e;
--lemongrass:#c6a758;
--honeycomb-yellow:#e09e4d;
--pani-puri:#f2a950;
--mandarin-rind:#f5903d;
}