Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.dallol-yellow {
color: #fad900;
}
.peach-cr-me-br-l-e {
color: #ffe09e;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--dallol-yellow:#fad900;
--peach-cr-me-br-l-e:#ffe09e;
--flush-orange:#ff6e00;
}