Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.syndicalist {
color: #f5c400;
}
.dallol-yellow {
color: #fad900;
}
.lemon-dream {
color: #f0a400;
}
.orange-pepper {
color: #d68100;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--syndicalist:#f5c400;
--dallol-yellow:#fad900;
--lemon-dream:#f0a400;
--orange-pepper:#d68100;
}