Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.orange-danger {
color: #e05e00;
}
.mustard-yellow {
color: #e0b000;
}
.stanger-red {
color: #a30000;
}
.eyelash-camel {
color: #5c2e00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--orange-danger:#e05e00;
--mustard-yellow:#e0b000;
--stanger-red:#a30000;
--eyelash-camel:#5c2e00;
}