Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.lemon-chrome {
color: #faaf00;
}
.flirtatious {
color: #fdd835;
}
.peeps {
color: #ffcd38;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--lemon-chrome:#faaf00;
--flirtatious:#fdd835;
--peeps:#ffcd38;
--flush-orange:#ff6e00;
}