Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.egyptian-gold {
color: #f0a64c;
}
.serape {
color: #d68d4c;
}
.bran {
color: #a8704d;
}
.leather-satchel {
color: #7c4f3c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--egyptian-gold:#f0a64c;
--serape:#d68d4c;
--bran:#a8704d;
--leather-satchel:#7c4f3c;
}