Color names in this palette
CSS code for this palette
/* CSS */
.butterblond {
color: #f0c666;
}
.sahara-shade {
color: #e4aa62;
}
.honey-fungus {
color: #d48d54;
}
.marmalade-glaze {
color: #c37246;
}
.brown-rust {
color: #af5a3c;
}
/* CSS Variables */
:root {
--butterblond:#f0c666;
--sahara-shade:#e4aa62;
--honey-fungus:#d48d54;
--marmalade-glaze:#c37246;
--brown-rust:#af5a3c;
}