Color names in this palette
CSS code for this palette
/* CSS */
.buried-gold {
color: #d9ba4a;
}
.waffle-cone {
color: #e5c77b;
}
.double-cream {
color: #f0d8a3;
}
.butter-up {
color: #f3e2b9;
}
.molten-gold {
color: #e6c78e;
}
/* CSS Variables */
:root {
--buried-gold:#d9ba4a;
--waffle-cone:#e5c77b;
--double-cream:#f0d8a3;
--butter-up:#f3e2b9;
--molten-gold:#e6c78e;
}