Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.saddle-brown {
color: #8b4513;
}
.summer-forest-green {
color: #228c22;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--saddle-brown:#8b4513;
--summer-forest-green:#228c22;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
}