Color names in this palette
CSS code for this palette
/* CSS */
.potting-soil {
color: #5b3f2f;
}
.drum-solo {
color: #a86d4d;
}
.sheepskin {
color: #d9b48c;
}
.bone-white {
color: #f3e2af;
}
.autumn-blonde {
color: #e9caa5;
}
/* CSS Variables */
:root {
--potting-soil:#5b3f2f;
--drum-solo:#a86d4d;
--sheepskin:#d9b48c;
--bone-white:#f3e2af;
--autumn-blonde:#e9caa5;
}