Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.mad-for-mango {
color: #f5a300;
}
.hotter-butter {
color: #e68a00;
}
.bamboo-brown {
color: #c77b00;
}
.butter-fudge {
color: #a86b00;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--mad-for-mango:#f5a300;
--hotter-butter:#e68a00;
--bamboo-brown:#c77b00;
--butter-fudge:#a86b00;
}