Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3c2a;
}
.sleeping-giant {
color: #7a6b5c;
}
.daddy-o {
color: #aeae89;
}
.orinoco {
color: #d2d5af;
}
.bleached-jade {
color: #e1e6d1;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3c2a;
--sleeping-giant:#7a6b5c;
--daddy-o:#aeae89;
--orinoco:#d2d5af;
--bleached-jade:#e1e6d1;
}