Color names in this palette
CSS code for this palette
/* CSS */
.electrum {
color: #e6c798;
}
.hazed-nuts {
color: #c59d6d;
}
.splinter {
color: #a46e3d;
}
.brown-eyed-girl {
color: #8e4e1a;
}
.hippogriff-brown {
color: #5d3b0e;
}
/* CSS Variables */
:root {
--electrum:#e6c798;
--hazed-nuts:#c59d6d;
--splinter:#a46e3d;
--brown-eyed-girl:#8e4e1a;
--hippogriff-brown:#5d3b0e;
}