Color names in this palette
CSS code for this palette
/* CSS */
.harpy-brown {
color: #4a3d2b;
}
.rock-n-oak {
color: #8b7a5b;
}
.best-beige {
color: #c5b59b;
}
.golden-gate {
color: #d9c09b;
}
.fallen-petals {
color: #f2e0d9;
}
/* CSS Variables */
:root {
--harpy-brown:#4a3d2b;
--rock-n-oak:#8b7a5b;
--best-beige:#c5b59b;
--golden-gate:#d9c09b;
--fallen-petals:#f2e0d9;
}