Color names in this palette
CSS code for this palette
/* CSS */
.firebug {
color: #c95c4f;
}
.folksy-gold {
color: #d89b69;
}
.desert-soil {
color: #a35e3e;
}
.ooid-sand {
color: #c4beb5;
}
.burnished-russet {
color: #7c3f2d;
}
/* CSS Variables */
:root {
--firebug:#c95c4f;
--folksy-gold:#d89b69;
--desert-soil:#a35e3e;
--ooid-sand:#c4beb5;
--burnished-russet:#7c3f2d;
}