Color names in this palette
CSS code for this palette
/* CSS */
.rich-loam {
color: #593d36;
}
.nutmeg {
color: #7e4b3a;
}
.gladiator-leather {
color: #a95f3d;
}
.flower-field {
color: #d8a96e;
}
.jasper-cane {
color: #e5c59f;
}
/* CSS Variables */
:root {
--rich-loam:#593d36;
--nutmeg:#7e4b3a;
--gladiator-leather:#a95f3d;
--flower-field:#d8a96e;
--jasper-cane:#e5c59f;
}