Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.poisonous-pesticide {
color: #32cd32;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--poisonous-pesticide:#32cd32;
--steel-blue:#4682b4;
}