Color names in this palette
CSS code for this palette
/* CSS */
.blood-orange {
color: #d6001d;
}
.kurenai-red {
color: #db003a;
}
.golden-beryl-yellow {
color: #dba100;
}
.mustard {
color: #d1b900;
}
.yellowish-brown {
color: #9e7e00;
}
/* CSS Variables */
:root {
--blood-orange:#d6001d;
--kurenai-red:#db003a;
--golden-beryl-yellow:#dba100;
--mustard:#d1b900;
--yellowish-brown:#9e7e00;
}