Color names in this palette
CSS code for this palette
/* CSS */
.crater-brown {
color: #4d3d3d;
}
.yahoo {
color: #f9b9a9;
}
.gingerbread {
color: #8e4b2e;
}
.river-of-gold {
color: #e6b65b;
}
.etruscan-red {
color: #c92c3e;
}
/* CSS Variables */
:root {
--crater-brown:#4d3d3d;
--yahoo:#f9b9a9;
--gingerbread:#8e4b2e;
--river-of-gold:#e6b65b;
--etruscan-red:#c92c3e;
}