Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.silver {
color: #bfbfbf;
}
.saddle-brown {
color: #8b4513;
}
.soviet-gold {
color: #ffd900;
}
.lake-green {
color: #2e8a56;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--silver:#bfbfbf;
--saddle-brown:#8b4513;
--soviet-gold:#ffd900;
--lake-green:#2e8a56;
}