Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.extreme-carrot {
color: #ff6d2e;
}
.tangelo {
color: #f54900;
}
.chocolate-fondue {
color: #9e2a00;
}
.evil-cigar {
color: #4d1d00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--extreme-carrot:#ff6d2e;
--tangelo:#f54900;
--chocolate-fondue:#9e2a00;
--evil-cigar:#4d1d00;
}