Color names in this palette
CSS code for this palette
/* CSS */
.nervy-hue {
color: #d4c45e;
}
.pesto {
color: #c3af3c;
}
.faint-green {
color: #a9902d;
}
.cinnamon-brown {
color: #9e6b1f;
}
.brown-eyed-girl {
color: #8c4c18;
}
/* CSS Variables */
:root {
--nervy-hue:#d4c45e;
--pesto:#c3af3c;
--faint-green:#a9902d;
--cinnamon-brown:#9e6b1f;
--brown-eyed-girl:#8c4c18;
}