Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.orange-danger {
color: #e06900;
}
.pleasant-pomegranate {
color: #c72b00;
}
.bloodline {
color: #851d00;
}
.cowpeas {
color: #6b0e00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--orange-danger:#e06900;
--pleasant-pomegranate:#c72b00;
--bloodline:#851d00;
--cowpeas:#6b0e00;
}