Color names in this palette
CSS code for this palette
/* CSS */
.buttery-croissant {
color: #f5e19e;
}
.fat-gold {
color: #e6b400;
}
.lepton-gold {
color: #d19d00;
}
.bamboo-brown {
color: #c77b00;
}
.windsor-brown {
color: #a35a00;
}
/* CSS Variables */
:root {
--buttery-croissant:#f5e19e;
--fat-gold:#e6b400;
--lepton-gold:#d19d00;
--bamboo-brown:#c77b00;
--windsor-brown:#a35a00;
}