Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.orange-danger {
color: #d66b00;
}
.pepperoni {
color: #a34100;
}
.bloodstain {
color: #7a1f00;
}
.spikey-red {
color: #5c0000;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--orange-danger:#d66b00;
--pepperoni:#a34100;
--bloodstain:#7a1f00;
--spikey-red:#5c0000;
}