Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.burnt-bamboo {
color: #4e3b3b;
}
.false-morel {
color: #7b4c4c;
}
.enticing-red {
color: #b84c4e;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--burnt-bamboo:#4e3b3b;
--false-morel:#7b4c4c;
--enticing-red:#b84c4e;
--durotar-fire:#f05a28;
}