Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.syndicalist {
color: #f5c400;
}
.bright-orange {
color: #ff7033;
}
.sun-crete {
color: #ff8c00;
}
.sunflower-mango {
color: #ffb700;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--syndicalist:#f5c400;
--bright-orange:#ff7033;
--sun-crete:#ff8c00;
--sunflower-mango:#ffb700;
}