Color names in this palette
CSS code for this palette
/* CSS */
.harpy-brown {
color: #4a3d2b;
}
.prairie-grove {
color: #8e7b5d;
}
.barking-prairie-dog {
color: #c6b295;
}
.loofah {
color: #e4d4b4;
}
.ivory-tassel {
color: #f7e9d9;
}
/* CSS Variables */
:root {
--harpy-brown:#4a3d2b;
--prairie-grove:#8e7b5d;
--barking-prairie-dog:#c6b295;
--loofah:#e4d4b4;
--ivory-tassel:#f7e9d9;
}