Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.brownish-yellow {
color: #c7b300;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
.navajo-white {
color: #ffdead;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--brownish-yellow:#c7b300;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
--navajo-white:#ffdead;
}