Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.orange-pepper {
color: #d67900;
}
.obscure-orange {
color: #b35300;
}
.bloodstain {
color: #7a1f00;
}
.scorched-brown {
color: #4d0000;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--orange-pepper:#d67900;
--obscure-orange:#b35300;
--bloodstain:#7a1f00;
--scorched-brown:#4d0000;
}