Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f56a00;
}
.carrot {
color: #f86a3f;
}
.american-yellow {
color: #f5b400;
}
.rust-red {
color: #a32c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f56a00;
--carrot:#f86a3f;
--american-yellow:#f5b400;
--rust-red:#a32c00;
}