Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.soviet-gold {
color: #ffd900;
}
.inferno-orange {
color: #ff4400;
}
.lake-green {
color: #2e8a56;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--soviet-gold:#ffd900;
--inferno-orange:#ff4400;
--lake-green:#2e8a56;
--white:#ffffff;
}