Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.temptatious-tangerine {
color: #ff7e2e;
}
.artful-red {
color: #b30000;
}
.usc-gold {
color: #ffcc00;
}
.knight-s-armor {
color: #5c5c5c;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--temptatious-tangerine:#ff7e2e;
--artful-red:#b30000;
--usc-gold:#ffcc00;
--knight-s-armor:#5c5c5c;
}