Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.stark-white {
color: #d3c6b6;
}
.soviet-gold {
color: #ffd900;
}
.silver {
color: #bfbfbf;
}
.forestial {
color: #007a33;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--stark-white:#d3c6b6;
--soviet-gold:#ffd900;
--silver:#bfbfbf;
--forestial:#007a33;
}