Color names in this palette
CSS code for this palette
/* CSS */
.mustard-gold {
color: #a58a4a;
}
.vegas-gold {
color: #c3b555;
}
.candelabra {
color: #e0c15c;
}
.lasting-thoughts {
color: #d8e8b0;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--mustard-gold:#a58a4a;
--vegas-gold:#c3b555;
--candelabra:#e0c15c;
--lasting-thoughts:#d8e8b0;
--bleached-silk:#f2f2f2;
}