Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #fbaf3c;
}
.mango-tango {
color: #ff7e3d;
}
.molten-core {
color: #ff5900;
}
.macharius-solar-orange {
color: #d64400;
}
.bloodline {
color: #8a1c00;
}
/* CSS Variables */
:root {
--peach-butter:#fbaf3c;
--mango-tango:#ff7e3d;
--molten-core:#ff5900;
--macharius-solar-orange:#d64400;
--bloodline:#8a1c00;
}