Color names in this palette
CSS code for this palette
/* CSS */
.buttery-croissant {
color: #f6e19d;
}
.sorreno-lemon {
color: #f1d05b;
}
.fat-gold {
color: #e6b400;
}
.molten-bronze {
color: #c2a200;
}
.bark-sawdust {
color: #a89200;
}
/* CSS Variables */
:root {
--buttery-croissant:#f6e19d;
--sorreno-lemon:#f1d05b;
--fat-gold:#e6b400;
--molten-bronze:#c2a200;
--bark-sawdust:#a89200;
}