Color names in this palette
CSS code for this palette
/* CSS */
.buttery-croissant {
color: #f7e09c;
}
.syndicalist {
color: #f5c400;
}
.golden-beryl-yellow {
color: #dba400;
}
.festering-brown {
color: #c78b00;
}
.cookie-dough {
color: #a87000;
}
/* CSS Variables */
:root {
--buttery-croissant:#f7e09c;
--syndicalist:#f5c400;
--golden-beryl-yellow:#dba400;
--festering-brown:#c78b00;
--cookie-dough:#a87000;
}