Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.artifact {
color: #c89f8d;
}
.cream-custard {
color: #f2d7b0;
}
.gone-giddy {
color: #d6c638;
}
.witch-s-cottage {
color: #503b26;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--artifact:#c89f8d;
--cream-custard:#f2d7b0;
--gone-giddy:#d6c638;
--witch-s-cottage:#503b26;
}