Color names in this palette
CSS code for this palette
/* CSS */
.top-banana {
color: #f9d771;
}
.mad-for-mango {
color: #f5a300;
}
.lemon-dream {
color: #f0a400;
}
.orange-pepper {
color: #d67d00;
}
.dry-clay {
color: #bd5e00;
}
/* CSS Variables */
:root {
--top-banana:#f9d771;
--mad-for-mango:#f5a300;
--lemon-dream:#f0a400;
--orange-pepper:#d67d00;
--dry-clay:#bd5e00;
}