Color names in this palette
CSS code for this palette
/* CSS */
.tamed-beast {
color: #9b2927;
}
.incubus {
color: #7a1f1f;
}
.philippine-brown {
color: #5e1817;
}
.scorzonera-brown {
color: #565310;
}
.navy-seal {
color: #1d3c90;
}
/* CSS Variables */
:root {
--tamed-beast:#9b2927;
--incubus:#7a1f1f;
--philippine-brown:#5e1817;
--scorzonera-brown:#565310;
--navy-seal:#1d3c90;
}