Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin-bread {
color: #d27e46;
}
.child-of-the-moon {
color: #c48b3b;
}
.brass {
color: #b4a63c;
}
.bountiful-gold {
color: #e3c568;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--pumpkin-bread:#d27e46;
--child-of-the-moon:#c48b3b;
--brass:#b4a63c;
--bountiful-gold:#e3c568;
--welcoming-wasp:#f0a800;
}