Color names in this palette
CSS code for this palette
/* CSS */
.bountiful-gold {
color: #e6c36b;
}
.plantain-chips {
color: #d4a84e;
}
.nugget {
color: #c29129;
}
.buddha-gold {
color: #b99a1d;
}
.nataneyu-gold {
color: #a37b14;
}
/* CSS Variables */
:root {
--bountiful-gold:#e6c36b;
--plantain-chips:#d4a84e;
--nugget:#c29129;
--buddha-gold:#b99a1d;
--nataneyu-gold:#a37b14;
}